Hi all is it possible to stripslahes from this query?
$results = mysql_query("SELECT * FROM $DB_Table_A ORDER BY name ASC LIMIT $page, $limit"); while ($data = (mysql_fetch_array($results))) { //-->< something here would be nice } Thanks.......... Regards R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php