--- Jay Blanchard
<[EMAIL PROTECTED]> wrote:
> My suggestion is that you work some basic PHP/MySQL
> tutorials and use
> the PHP general list ([EMAIL PROTECTED]) for
> questions like
> this. Make sure you have RTFM, STFA, and STFW before
> posting, those guys
> can be merciless.
>
Jay, thank you
[snip]
I need to convert database values into php variables.
Let me explain:
i.e.
select firstbase, secondbase, thirdbase, home from
allstars where firstbase = 122;
Now I want to use all those field names as variables
with the same record information they would have if
you just ran the above st
I need to convert database values into php variables.
Let me explain:
i.e.
select firstbase, secondbase, thirdbase, home from
allstars where firstbase = 122;
Now I want to use all those field names as variables
with the same record information they would have if
you just ran the above statement