in reply to Re: Simple perl script creates a table but no SQL results ..why?
in thread Simple perl script creates a table but no SQL results ..why?
Thank you so much eric it seems you read my mind.
the program is working and can only outputs one record in a table with the syntax %FOG{idnumber}% So i would hopefully get 3 records with %FOG{234,3456,345}% . 234 , 3456 etc but it page crashes so currently it is only displaying one record with if i try %FOG{234}% it works! I will look over the DBI guide you recommended and thanks again :)