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 Link to comment https://forums.phpfreaks.com/topic/159664-newbie-help/ 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. Link to comment https://forums.phpfreaks.com/topic/159664-newbie-help/#findComment-842128 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.