Re: [PHP] confusing problem or am just plain confused....

2003-06-10 Thread Emma Jane Hogbin
On Tue, Jun 10, 2003 at 03:27:10PM -0400, CPT John W. Holmes wrote: > > I dont know how exactly to explain this but will do my best, i have many > of > > the following lines in a page: > > > > > ="package" value="loco package"> > > Further to that... if you need to add more columns of informati

Re: [PHP] confusing problem or am just plain confused....

2003-06-10 Thread CPT John W. Holmes
> I dont know how exactly to explain this but will do my best, i have many of > the following lines in a page: > > ="package" value="loco package"> > each line of course has a differient id[] value and package value. > > Everything is working fine with the just id[] value but now i need to add

RE: [PHP] Confusing Problem

2002-01-20 Thread Martin Towell
lto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 10:09 AM To: DL Neil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Confusing Problem they are in the same script outside the function. all the admin functions reside in a admin_func.php with the $db_host, etc, etc variables assigned before it. --

Re: [PHP] Confusing Problem

2002-01-20 Thread Jason Bell
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 20, 2002 3:08 PM Subject: Re: [PHP] Confusing Problem > they are in the same script outside the function. > > all the admin functions reside in a admin_func.php > with the $db_host, etc, etc variables assigned befor

Re: [PHP] Confusing Problem

2002-01-20 Thread Tj Corley
gt; Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 20, 2002 4:56 PM Subject: Re: [PHP] Confusing Problem > Tj, > > > > I am really baffled by this problem. I have tried so many things to get > > this working but to no avail. Here is the > > actual code: > > >

Re: [PHP] Confusing Problem

2002-01-20 Thread DL Neil
Tj, > I am really baffled by this problem. I have tried so many things to get > this working but to no avail. Here is the > actual code: > > function verify_user($username, $password){ > $conn = mysql_connect($db_host, $db_user, $db_pass) or ... > Anyways the problem is I cannot get it to ev

RE: [PHP] confusing problem w/sessions

2001-08-20 Thread Quentin Gillet
be on first page: and on second page: should return: Value of a is: something -Message d'origine- De : Gabriele Biondo [mailto:[EMAIL PROTECTED]] Envoyé : lundi 20 août 2001 15:11 À : [EMAIL PROTECTED]; PHP Objet : Re: [PHP] confusing problem w/sessions > start your

Re: [PHP] confusing problem w/sessions

2001-08-20 Thread Gabriele Biondo
> start your session before sending any html output to browser Okay. This solves the problem w/the warnings > check that register_globals is on It is actually on > if not use $HTTP_SESSION_VARS("a") instead to reference your session var > assign a value after having initialiazed your var not

Re: [PHP] confusing problem w/sessions

2001-08-20 Thread php mailing list
start your session before sending any html output to browser check that register_globals is on if not use $HTTP_SESSION_VARS("a") instead to reference your session var assign a value after having initialiazed your var not before -- Original Message -- From: