Re: [PHP] Variables problem

2002-12-09 Thread Andrew Brampton
"Marco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 9:30 AM Subject: [PHP] Variables problem > Hi All, > > I'm a newbie and try to learn a little php, so a searched the internet for > documentation and wow...find a real

Re: [PHP] Variables problem

2002-12-09 Thread Stephen
If you have globals on, then I see your problem. Rename $totalqty to something else - Original Message - From: "Marco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 4:30 AM Subject: [PHP] Variables problem > Hi All, > >

[PHP] Variables problem

2002-12-09 Thread Marco
Hi All, I'm a newbie and try to learn a little php, so a searched the internet for documentation and wow...find a real course. Fanatic I typed the code below and ..yes the first part of my form works fine: My first orderform...looks cool, works fine Orderform.html **

Re: [PHP] Variables problem

2001-03-19 Thread Chris Lee
I dont know how good of an idea it is to have 180 variable variable names. oi, headache. but the question you asked was this. " $q = 'tar1-1' how do I access the variable $tar1-1 " no problem echo $$q; -- Chris Lee [EMAIL PROTECTED] ""Per Kallin"" <[EMAIL PROTECTED]> wrote in message

[PHP] Variables problem

2001-03-17 Thread Per Kallin
Hi! I have a quite big form to fill out a calendar. The form has six fields for every day in a month to make it possible to set up tree apointments (the target of the meeting and Locataion), this makes a total of about ~180 fields so I created them with a for-loop. Now I got this 180 fields named