Re: [PHP-DB] display variable variables in a text field in a form

2001-05-18 Thread Shahmat Dahlan
You know what? I did what you suggested and it works!. Overlooked that one alright. print "\n$fieldn\n\n \n"; Yeah you're right, wonder why it works that way? Thanks anyway. regards Steve Brett wrote: > i always use: > > print "".$values.""; > > sometimes i can get away without s

RE: [PHP-DB] display variable variables in a text field in a form

2001-05-18 Thread Steve Brett
i always use: print "".$values.""; sometimes i can get away without splitting the string but generally i find it easier to do it this way ... p.s. if there are any rules i'm not aware of as to the format of strings including values from db's i'd be really grateful if someone could point them ou