24 Oct 2009 at 09:41 #1 blastman blastman Associate Joined 8 Mar 2007 Posts 2,176 Location between here and there hey guys, I want to pass a varaible from one page to another using the post method but without using a form as no data needs to be inputted from the user. Any ideas?? thanks in advance
hey guys, I want to pass a varaible from one page to another using the post method but without using a form as no data needs to be inputted from the user. Any ideas?? thanks in advance
24 Oct 2009 at 10:43 #4 blastman blastman Associate OP Joined 8 Mar 2007 Posts 2,176 Location between here and there i'm very new to php. how do i go about using a session then?? I've read php.net but I'm still not clear how i would imperment it on to my site. cheers
i'm very new to php. how do i go about using a session then?? I've read php.net but I'm still not clear how i would imperment it on to my site. cheers
24 Oct 2009 at 12:04 #6 blastman blastman Associate OP Joined 8 Mar 2007 Posts 2,176 Location between here and there cheers for the reply. I've tried it but when i add the code to my page I get this error Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs......... is there something i need to know? I've got a .php page with html in it as well. I've echo'd the html at the mo. I'm just trying to learn the php before i mess about with the design. cheers again
cheers for the reply. I've tried it but when i add the code to my page I get this error Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs......... is there something i need to know? I've got a .php page with html in it as well. I've echo'd the html at the mo. I'm just trying to learn the php before i mess about with the design. cheers again
24 Oct 2009 at 12:17 #8 blastman blastman Associate OP Joined 8 Mar 2007 Posts 2,176 Location between here and there legend!!!! Thanks