co.ador Posted December 1, 2009 Share Posted December 1, 2009 What are the formed queries that eventually get sent to the SQL server (do a var_dump() at some point...)? What can I use to do a var dump to page.php X? Quote Link to comment https://forums.phpfreaks.com/topic/183510-guys-how-can-i-do-a-var-dump/ Share on other sites More sharing options...
mikesta707 Posted December 1, 2009 Share Posted December 1, 2009 I don't quite understand your question, and I'm not even sure if what your asking even makes sense... you can do a var_dump on a variable by... well... doing a var_dump and passing the variable in as the parameter. var_dump($my_variable); If this doesn't answer your question can you explain a little better Quote Link to comment https://forums.phpfreaks.com/topic/183510-guys-how-can-i-do-a-var-dump/#findComment-968645 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.