Re: [PHP-DB] strings of variables,php, sql

2003-11-25 Thread Joffrey Leevy
--- George Patterson <[EMAIL PROTECTED]> wrote: > On Mon, 24 Nov 2003 21:36:29 -0800 (PST) > Joffrey Leevy <[EMAIL PROTECTED]> wrote: > > > Would appreciate in anyone can help me. > > > > Let's say I do a query in php, eg. $query = > "select > > shed from structure"; With the mysql_fetch_array

Re: [PHP-DB] strings of variables,php, sql

2003-11-24 Thread George Patterson
On Mon, 24 Nov 2003 21:36:29 -0800 (PST) Joffrey Leevy <[EMAIL PROTECTED]> wrote: > Would appreciate in anyone can help me. > > Let's say I do a query in php, eg. $query = "select > shed from structure"; With the mysql_fetch_array > function and a loop I could see all the values stored > in the

[PHP-DB] strings of variables,php, sql

2003-11-24 Thread Joffrey Leevy
Would appreciate in anyone can help me. Let's say I do a query in php, eg. $query = "select shed from structure"; With the mysql_fetch_array function and a loop I could see all the values stored in the column, shed, using the command: echo $shed; Let's say now that I am carrying over a variable