Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
session_start() problemi

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
liban0n



Joined: 10 Feb 2004
Posts: 128
Location: Dubrovnik, Zagreb

PostPosted: 16.03.2005 08:31    Post subject: session_start() problemi Add user to your forum ignore list Reply with quote

Drugovi pomagajte!! Smile

Imam skriptu kao svojevrsna trazilica na stranicama .. e kad korisnik postavi upit preko forme .. on "dio" upita uredno prosljedi u $_SESSION[query] (primjera radi)
i dalje naravno kako ide po rezultatima ja prosljeđujem preko browsera samo pages i limit ... i preko $_SESSION[query] radim query i bacam rezultat.
Nisam htio onako kako inace rade preko urla index.php?ovo=ono&drugi=treci&mjesto=nasice&zanimanje=cement.... itd.

Ovako mi preko sessiona ljepse izgleda ...

Na indexu mi je postavljeno kad god netko otvori

switch($odabir) {
case trazilica:
ob_start();
session_start();
ob_end_clean();
break;

}

Cudno mi je sto masu puta mi baci error da nemoze startati session u direktorij (tmp/).
No jos cudnije sto uopce ne hebe session.
Dakle kad se izvrsi submit on query postavi u $_SESSION[query];
i kad ga idem echo $_SESSION[query] sto bi u "normalnim" uvjetima isprintalo dio qeurya on ne radi nista ... mrtav Sad

Samim time prosljeđivanje na sljedece stranice mi ne radi!!!

Sta da radim???

_________________
mount -t swap /dev/brain /mnt/head
look'n for a job
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group