metrostars Posted August 3, 2006 Share Posted August 3, 2006 Hey,I have this query in a recordset SELECT DATE_FORMAT(NOW(),'%d/%m/%Y %I:%i %p') FROM usersWhen i click OK it appears as normal, but then when i try to echo this in the page, it changes to DATE_FORMAT(NOW() AND another variable called string.How do I either stop string appearing or get string and the 1st variable to echo on the page?Thanks. Link to comment https://forums.phpfreaks.com/topic/16466-recordset-and-strings/ Share on other sites More sharing options...
kenrbnsn Posted August 3, 2006 Share Posted August 3, 2006 Please post the code you're having problems with. And try to explain your problem better.Ken Link to comment https://forums.phpfreaks.com/topic/16466-recordset-and-strings/#findComment-68672 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.