Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Anderson
thats good, in the future a code snippet helps - Original Message - From: "Chris Doyle" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 11:12 PM Subject: Re: [PHP] [php] Varible declaration > no problem i have

Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
no problem i have got it now.. needed to declare it global. - Original Message - From: "Chris Anderson" <[EMAIL PROTECTED]> To: "Chris Doyle" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 6:40 AM Subject

Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
gt; Sent: Friday, March 23, 2001 6:40 AM Subject: Re: [PHP] [php] Varible declaration > Remove the '' around the 1. > - Original Message - > From: "Chris Doyle" <[EMAIL PROTECTED]> > To: "PHP List" <[EMAIL PROTECTED]> > Sent: Friday, M

Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Anderson
Remove the '' around the 1. - Original Message - From: "Chris Doyle" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 9:44 PM Subject: [PHP] [php] Varible declaration Hi, when I declare the varible $cid like

[PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
Hi, when I declare the varible $cid like this "http://myserver/index.php?cid=1" it works fine, but when i declare it in the code like this $cid = '1'; it doesn't work... is this maybe because of the level i declare the varible? how to i declare it the same as "http://myserver/index.php?cid=1