Hello,
I got a problem with php4 function foreach.
My provider supports only php3,so how can i convert:
Into php3 valid???PHP Code:foreach($existing_entries as $entry)//check each element.
{
//if file has /guestbook dont read it unless keep reading in $new_entries.
if(! ereg('</guestbook>',$entry) )
{
$new_entries[] = $entry;
}
}
Grtz,
D-flyer




Bookmarks