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. Quote 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); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.