[PHP] parse html code

2002-09-26 Thread Rodrigo
I want to enter an url, get the html code, and obtain from this all the referenced urls. Anybody knows the way to do that? Bergus

Re: [PHP] parse html code

2002-09-26 Thread Khalid El-Kary
hi, you have two things to do here, first obtain the file, second get urls inside it ... about the first you can get the file so easily using the functions fopen, fread and fclose int fopen ( string filename, string mode [, int use_include_path [, resource zcontext]] ) //for example (this