FirePhoenix Posted February 26, 2007 Share Posted February 26, 2007 I need help!! I need to get information I have a table with three columns and on row I need to get the information from that row and put it into a variable ---- $variable1, $variable2, $variable3 so that I can output it on the page can someone please tell men what the easiest way to do this is? I have tried several different ways but it wont even show the page, not even the html its just blank. Can some one please help Quote Link to comment https://forums.phpfreaks.com/topic/40099-solved-table-to-variable/ Share on other sites More sharing options...
btherl Posted February 26, 2007 Share Posted February 26, 2007 Try adding ini_set('display_errors', true); to the top of your page (in php mode). If you have a syntax error, then you will need to fix that first though. Quote Link to comment https://forums.phpfreaks.com/topic/40099-solved-table-to-variable/#findComment-194030 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.