com'è che printa "ok" anche se utilizzo le backslashes \/ ?Codice PHP:
<?
if ( eregi('^(http:\/\/|http:\/\/www\.)[a-zA-Z0-9._-]', 'http://www.aasds.it/\\sad/') )
{
print "ok";
}
?>
com'è che printa "ok" anche se utilizzo le backslashes \/ ?Codice PHP:
<?
if ( eregi('^(http:\/\/|http:\/\/www\.)[a-zA-Z0-9._-]', 'http://www.aasds.it/\\sad/') )
{
print "ok";
}
?>