Re: [PHP] php and texfield values

2004-02-17 Thread Jarratt Ingram
Hello Angelo Have you tried, You are missing in your example the closing " tag for the value parameter. regards Jarratt On Tue, 2004-02-17 at 12:52, Angelo Zanetti wrote: > Say I want to populate a textfield from a resultset and the resultset's > field has 2 words in it say: mike smith.

Re: [PHP] php and texfield values

2004-02-17 Thread Richard Davey
Hello Angelo, Tuesday, February 17, 2004, 12:52:13 PM, you wrote: AZ> Say I want to populate a textfield from a resultset and the resultset's AZ> field has 2 words in it say: mike smith. AZ> when I echo the value out to the texfields value it only displays mike and AZ> not mike smith, I cant unde

RE: [PHP] php and texfield values

2004-02-17 Thread Angelo Zanetti
I also tried this to get the result from resultset: echo(mysql_result($result2, 0, "p_company")); -Original Message- From: Angelo Zanetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 2:52 PM To: [EMAIL PROTECTED] Subject: [PHP] php and texfield values Say I want