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.

i.e 
$fb =  $firstbase
$sb = $secondbase
$tb = $thirdbase

I just can't figure out how to do this.  I've already
driven the people in php-db mad.  j/k 

What I need is to pull variables out for an email.
Having the damdest time doing so.

Stuart

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to