just a simple web spider/crawler i'm trying to create to populate my search engine.
<form action="crawl.php" method="get">
<center>
<span class="style1">Crawl Website</span>
<input name="search" type="text" value='' size="25" />
<input type="submit" name="submit" value="Go!">
</center>
</form>
i type the name of a website, i extract the <title>, <header> from the website.
then i store in mysql.
i need some direction on how to do the bolded, i can't find a tutorial on this