blueman378 Posted March 25, 2008 Share Posted March 25, 2008 hi guys, what was the code to show your sql query? Link to comment https://forums.phpfreaks.com/topic/97784-i-forgot-code-to-show-sql-query/ Share on other sites More sharing options...
rhodesa Posted March 25, 2008 Share Posted March 25, 2008 $sql = "SELECT * FROM `table`"; print $sql; Link to comment https://forums.phpfreaks.com/topic/97784-i-forgot-code-to-show-sql-query/#findComment-500312 Share on other sites More sharing options...
ansarka Posted March 25, 2008 Share Posted March 25, 2008 ;D ;D Link to comment https://forums.phpfreaks.com/topic/97784-i-forgot-code-to-show-sql-query/#findComment-500314 Share on other sites More sharing options...
trq Posted March 25, 2008 Share Posted March 25, 2008 An sql query is a string just like any other. Link to comment https://forums.phpfreaks.com/topic/97784-i-forgot-code-to-show-sql-query/#findComment-500326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.