Why PHP don,t work ???

Feras

Baseband Member
Messages
60
Hi guys
I need your help
I am designing web page and i wrote PHP codes in the source
but it doesn,t work !!!!
I am sure that codes are true
Thank you :)
 
Thank you Mr. crappybob for answering
well..
look to thid code:
Code:
<html>
<head>
<title>
</title>
</head>
<body>
<?php
echo ("feras");
?>
</body>
</html>
it is simple and true, but when I wrote it in the source and save the changes
and refresh my page but no results !!!!
 
what do you see? and what do you have the page saved as, (is this called index.html or test.php?)


Are you sure that PHP is installed properly.

what happens if you create a simple three line text docment

<?php
phpinfo();
?>

save that as test.php and browse to that, what do you see?
 
this code must write feras but no result

what do you mean by installing PHP ???

Thank you :)
 
I guess You are trying to view this page on Your local machine.

Bad news, You have no php installed to Yours machine..
Get WAMP, install it, then it will work.

Or.. sign up for a free hosting service, and upload it there. It will work.
I recommend this site:

http://www.000webhost.com/80881.html

By far they are the best I came across.
And You can develop Yours site, You can have 300 Mbyte space,
mysql, php, blablabla.. its good.
 
Thank you M.r Balic Yoakishi

M.r 2457:

T tried to register in http://www.000webhost.com/80881.html

but there is an error message say:

Error please check your cookie settings.

NO: this message appear after entering the tow words at Image Verification correctly
 
Back
Top Bottom