I'll get strait to the point: I want to include a header from another site ($fp = fopen("www.something.info/news.html", "r")) using the fscanf command, The headers are in "<li>..." tags and I'm usign $a = fscanf($fp, "<li>%s"). the problem is, that if I use this, I get only the first word in the header, but I would like to get the whole line until the next <li>.
Thanks in advance
Denis 'Alpheus' Cahuk
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php