| Article: |
Building a Simple Search Engine with PHP | |
| Subject: | help me for populate.php | |
| Date: | 2004-12-03 00:36:42 | |
| From: | setiawan77th | |
|
Hi all.. please help me with my problem, when I run populate.php it always say "You need to define a URL to process." but actually I alreade put some url addres in $url = addslashes( $_GET['http://localhost/newweb/start/'] ); well some body can help me?? |
||
Showing messages 1 through 2 of 2.
-
help me for populate.php
2005-01-21 14:59:09 Lykerus [View]
-
help me for populate.php
2005-01-21 14:35:57 Lykerus [View]
If you haven't already been answered to this or figured this out yet, in order to process a URL, you need to add the url at the end of the populate.php file.
e.g. ...populate.php?url=http://www.cnn.com/
This basically tells the populate.php file which url to index.
Hope this helps!



Good luck.