Re: [PHP] '&' Sign in _GET Parameter

2003-08-24 Thread AciD
Try this : $link = $row[company]; echo (""); -- www.cpm-fr.com Thanks for the link, $link = $row['company'];\00\00 However this does not seem to work / what am I missing ? Thanks -Pushpinder On Friday, August 22, 2003, at 03:23 PM, CPT John W. Holmes wrote: From: "Pushpinder Singh Ga

Re: [PHP] '&' Sign in _GET Parameter

2003-08-22 Thread Pushpinder Singh Garcha
Thanks for the link, $link = $row['company']; However this does not seem to work / what am I missing ? Thanks -Pushpinder On Friday, August 22, 2003, at 03:23 PM, CPT John W. Holmes wrote: From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]> I am using an application where I retrieve user

Re: [PHP] '&' Sign in _GET Parameter

2003-08-22 Thread CPT John W. Holmes
From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]> > I am using an application where I retrieve user profile from a MySQL > DB using the Company Name . I pass the name of the company to the PHP > script as a '$_GET' parameter. e.g. when the name of the company is > 'IBM'. , the URL with the qu

Re: [PHP] '&' Sign in _GET Parameter

2003-08-22 Thread Gabriel Guzman
On Fri, 2003-08-22 at 12:05, Pushpinder Singh Garcha wrote: > Hello All, > > I am using an application where I retrieve user profile from a MySQL > DB using the Company Name . I pass the name of the company to the PHP > script as a '$_GET' parameter. e.g. when the name of the company is > 'I

[PHP] '&' Sign in _GET Parameter

2003-08-22 Thread Pushpinder Singh Garcha
Hello All, I am using an application where I retrieve user profile from a MySQL DB using the Company Name . I pass the name of the company to the PHP script as a '$_GET' parameter. e.g. when the name of the company is 'IBM'. , the URL with the query string would look like : http://masterstrea