I'm following some tutorials online and this is my tktedmembers_search script. Searching for new members, first name or airline.
I get this error when I test in my browser...
Notice: Undefined index: fname in /home/********/public_html/root/tktedmembers_search.php on line 19
Deprecated: Function eregi_replace() is deprecated in /home/********/public_html/root/tktedmembers_search.php on line 22
When I test in for NAME in my search box, I get these errors...
Deprecated: Function eregi_replace() is deprecated in /home/********/public_html/root/tktedmembers_search.php on line 22
When I test in for AIRLINE in my search box, I get these errors...
Notice: Undefined index: fname in /home/myglobal/public_html/root/tktedmembers_search.php on line 19
Deprecated: Function eregi_replace() is deprecated in /home/*******/public_html/root/tktedmembers_search.php on line 22
Script below with lines numbered. Thanks so much & sorry so many errors, S
<snipped code> [edited by: eelixduppy at 2:35 pm (utc) on Apr 19, 2012]
[edit reason] removed code dump [/edit]