qvindesland Posted May 26, 2009 Share Posted May 26, 2009 Hi List I am a complete newbie when it comes to php and I need to try and impliment this <?php require_once('/api/domaincheck.php'); ?> into a html page, what I am trying to do is to show a whois check page on a html page but I have no idea of how to make this work on a html page, do I need to put this in the head section or how would I go about implementing this into the page so it shows the who is form? A little example would also be greatly appreciated. Cheers Annette Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted May 26, 2009 Share Posted May 26, 2009 Unless you've changed the configuration of your server, you wont be able to use PHP in an HTML page -- it won't get parsed. You can, however, change the extension of the page to .php and then add your PHP as necessary. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.