contiw Posted August 20, 2010 Share Posted August 20, 2010 In an .html, before : <!-- BEGIN myquery --> I need to stop output and check the content of "myquery" Is there a command for that ? Thank You. Link to comment https://forums.phpfreaks.com/topic/211332-noob-display-query-results-for-error-checking/ Share on other sites More sharing options...
MadTechie Posted August 21, 2010 Share Posted August 21, 2010 erm... really hard to say without some code but if your query string was stored in a variable called $query the you could (for debugging) try die($query); Link to comment https://forums.phpfreaks.com/topic/211332-noob-display-query-results-for-error-checking/#findComment-1101954 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.