usa strpos + substr
p.s. per il manuale io ho sempre appresso una copia di questo http://www.php.net/get/php_manual_en.chm/from/a/mirrorCodice PHP:$url = 'http://forum.html.it/forum/newreply.php?s=&action=newreply&threadid=873565'
$pos = strpos($url, '?');
$new = substr($url, 0, $pos);

Rispondi quotando