Nandini Posted October 31, 2008 Share Posted October 31, 2008 SELECT\ `membername`\ FROM\ `queue_member_table`\ WHERE\ `membername`=\'${AID}\' AND\ `queue_name`=\'${QUEUEDST}\' How can i print this Link to comment https://forums.phpfreaks.com/topic/130856-solved-print-backslash/ Share on other sites More sharing options...
Nandini Posted October 31, 2008 Author Share Posted October 31, 2008 Thant means i can't print '\ ' thantsy i am asking Link to comment https://forums.phpfreaks.com/topic/130856-solved-print-backslash/#findComment-679164 Share on other sites More sharing options...
Mchl Posted October 31, 2008 Share Posted October 31, 2008 Use double backslash to get one \\ gives \ Link to comment https://forums.phpfreaks.com/topic/130856-solved-print-backslash/#findComment-679176 Share on other sites More sharing options...
Nandini Posted October 31, 2008 Author Share Posted October 31, 2008 ya its working fine. thanq Link to comment https://forums.phpfreaks.com/topic/130856-solved-print-backslash/#findComment-679270 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.