--- 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
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
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