Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
ger Blind Biker Skype: BlindZA '...Fate had broken his body, but not his spirit...' - Original Message - From: "Niel Archer" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 15, 2008 6:08 PM Subject: Re: [PHP-WIN] Ok, next step/question Hi, the second tag has

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Niel Archer
Hi, the second tag has a space between "http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
t his spirit...' - Original Message - From: "Matt Horn" < [EMAIL PROTECTED]> To: "Jacob Kruger" < [EMAIL PROTECTED]> Sent: Tuesday, January 15, 2008 2:18 PM Subject: Re: [PHP-WIN] Ok, next step/question ok this is a stupid question but yeah your fi

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
;[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2008 2:14 PM Subject: Re: [PHP-WIN] Ok, next step/question I don't know if im getting you well, and maybe this was an error on the email and not in your code but. this, i think should be like: "; echo "What the hell!?!?!?

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
e: BlindZA '...Fate had broken his body, but not his spirit...' - Original Message - From: "Matt Horn" <[EMAIL PROTECTED]> To: "Jacob Kruger" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2008 2:05 PM Subject: Re: [PHP-WIN] Ok, next step/question

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
iker Skype: BlindZA '...Fate had broken his body, but not his spirit...' - Original Message - From: "Matt Horn" <[EMAIL PROTECTED]> To: "Jacob Kruger" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2008 1:23 PM Subject: Re: [PHP-WIN] Ok, next step

Re: [PHP-WIN] Ok, next step/question

2008-01-15 Thread Jacob Kruger
James Crow" <[EMAIL PROTECTED]> To: "Jacob Kruger" <[EMAIL PROTECTED]> Cc: Sent: Friday, January 11, 2008 8:25 PM Subject: Re: [PHP-WIN] Ok, next step/question That is correct. The session_start() command must appear in each script that needs to access the $_SESS

Re: [PHP-WIN] Ok, next step/question

2008-01-11 Thread James Crow
fine. > > > > Stay well > > > > Jacob Kruger > > Blind Biker > > Skype: BlindZA > > '...Fate had broken his body, but not his spirit...' > > > > - Original Message - > > From: "James Crow" < > > [EMA

Re: [PHP-WIN] Ok, next step/question

2008-01-11 Thread Jacob Kruger
t; <[EMAIL PROTECTED]> To: Sent: Friday, January 11, 2008 3:52 PM Subject: Re: [PHP-WIN] Ok, next step/question Already got that one on the very first line of the initial (index.php) page, and I am assigning an array element in that first page, which seems to work fine. Stay well Jaco

Re: [PHP-WIN] Ok, next step/question

2008-01-11 Thread Jacob Kruger
al Message - From: "James Crow" < [EMAIL PROTECTED]> To: "Jacob Kruger" < [EMAIL PROTECTED]> Cc: < php-windows@lists.php.net> Sent: Friday, January 11, 2008 3:42 PM Subject: Re: [PHP-WIN] Ok, next step/question Jacob, You must issue a session_start() prior to ou

Re: [PHP-WIN] Ok, next step/question

2008-01-11 Thread James Crow
Jacob, You must issue a session_start() prior to outputting any code to the browser for sessions to work. There are tons of different ways to configure things, but session_start() as the first thing in the script should get you started. Here is a basic example: index.php: ##

[PHP-WIN] Ok, next step/question

2008-01-11 Thread Jacob Kruger
Now got that main page redirecting/spitting out the relevant JS code to get it to move on to the next page, but there I was trying to ascertain if the session variable/array element had actually been set, and, for whatever reason, no PHP code seems to be executing in main.php. Below is what I