Re: [PHP] parse html code
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 wi
[PHP] parse html code
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