I am new to the world of PHP and I am trying to use the advantages of php intead of trying to go back to perl programming. I know that in PERL when you pull info from the database it is assigned a variable for each field all in one command. In PHP do you do this with a series of $variable = mysql_db_query ("accent", "select Variable from Parts"); or die
Would you have to do this for each variable?? In perl you would just do a "Select Name, ID, Value, from Table" bind "$SelectName, $ID, $Value"
I hope I have explained this well I am a little scatter brained today
Bill Marlin
Would you have to do this for each variable?? In perl you would just do a "Select Name, ID, Value, from Table" bind "$SelectName, $ID, $Value"
I hope I have explained this well I am a little scatter brained today
Bill Marlin