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? 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 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
Archived
This topic is now archived and is closed to further replies.