PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi
Im a newbie developer and am trying to setup a simple page for a whoislookup query
I need it to show results on another page and am struggling as i cant find any decent explainations on the net ALL HELP will be GREATLY appreciated and any direction as to good sources of material that could help me understand this better would be awesome THanks -
You don't have a variable named $_POST["Domainname"]. The form is only going to $_POST the names of the fields that were on your whois.php page ie Domainname1, Domainname2, Domainname3.
Yeh the first box on the whois page is domainname then the scond is domainname 1
I have since changed this to a textarea
I need to know how i can break up the results and have display it neatly within a table with different sections
Thanks
faza wrote:Yeh the first box on the whois page is domainname then the scond is domainname 1
I have since changed this to a textarea
I need to know how i can break up the results and have display it neatly within a table with different sections
Thanks
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.