Re: [PHP] Putting quotes in?

2001-05-08 Thread CC Zona
In article <004401c0d83d$c711a180$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Ender") wrote: > Okay I am taking a number from a mySQL database and I want to put quotes on > that number? > > How would I do this? > > $databasenumber = 123.123.123.123; > > How do I make > $databasenumber = "123.12

RE: [PHP] Putting quotes in?

2001-05-08 Thread Jason Murray
> Okay I am taking a number from a mySQL database and I want to > put quotes on that number? $databasenumber = "\"123.123.123.123\""; or $databasenumber = '"123.123.123.123"'; Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP] Putting quotes in?

2001-05-08 Thread Ender
Okay I am taking a number from a mySQL database and I want to put quotes on that number? How would I do this? $databasenumber = 123.123.123.123; How do I make $databasenumber = "123.123.123.123"; To: runprogram("hls",$databasenumber); Best regards, Ender [Clan Leader] [EMAIL PROTECTED]