Hi all,
I have this code:
in my page. I added the Apache handlers to execute PHP in HTML.
The problem that I have is that this prints out on my page like this.
Does anyone see anything that would cause this or have any idea what may be going on?
Thanks for all ideas!
Jim
I have this code:
Code:
<?php
$ALP_URL = "[URL unfurl="true"]http://valleywebnet.com/aclp/";[/URL]
$LIST_OF_TLDS = array("com","net","org");
$FORCE_ONLY_DOMAIN = "true";
$lang = array ("available" => "Domain is available for registration.",
"invalid" => "Domain is invalid.",
"notavailable" => "Domain is not available.",
"Check" => "Check",
"Please_wait" => "Please wait...",
"Continue" => "Continue...",
"Domain" => "Domain : ",
"Querying" => "Querying whois servers...",
"only_domain" => "Register domain only",
"with_hosting" => "New domain with hosting");
//////////////////////////////////////////////////////////////////////////////
////////////////////////No need to edit below this line///////////////////////
//////////////////////////////////////////////////////////////////////////////
/****************************************************************************/
?>
in my page. I added the Apache handlers to execute PHP in HTML.
The problem that I have is that this prints out on my page like this.
"Domain is available for registration.","invalid" => "Domain is invalid.","notavailable" => "Domain is not available.","Check" => "Check","Please_wait" => "Please wait...","Continue" => "Continue...","Domain" => "Domain : ","Querying" => "Querying whois servers...","only_domain" => "Register domain only","with_hosting" => "New domain with hosting");//////////////////////////////////////////////////////////////////////////////////////////////////////No need to edit below this line//////////////////////////////////////////////////////////////////////////////////////////////////////****************************************************************************/
?>
Does anyone see anything that would cause this or have any idea what may be going on?
Thanks for all ideas!
Jim