RE: Database values to variables

2004-12-06 Thread Stuart Felenstein
--- 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

RE: Database values to variables

2004-12-06 Thread Jay Blanchard
[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

Database values to variables

2004-12-06 Thread Stuart Felenstein
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