Hi everyone, I'm using the select query shown below to extract some data from mysql. Everything works fine until I try to retrieve anyone with a double nationality, i.e. "Swiss/Italian". Do I have to escape the "/" somehow? (If I have to, how?)
Any comments or hints on where to look up that problem would be very welcome. "select name, surname, pemail, course from memberscopy where nation = '$f_nation' order by course " Thanks for your help in advance, Sven --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php