Is this code correct? I don't want it to be wrong after writing the code for the whole engine for my site:
if (eregi("html", "web design", "creating web site", $search))
mysql_fetch_array($search)
...etc...
Mainly the eregi statement.
Thanks in advance.