save this file on webserver and open it with an browser. if you
dont see anything or a blank page: no php support, means,
set up an webserver with! php.
go4it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
save this file on webserver and open it with an browser. if you
dont see anything or a blank page: no php support, means,
set up an webserver with! php.
go4it
partners [herzklopfen]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
hi there,
looks like:
i've got this if i dont use an webserver with php enabled.
webserver must! support php. simply check with following
script:
create a new html-page named anyname.php
in this document copy the following script:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
save this file on webserver and open it with an browser. if you
dont see anything or a blank page: no php support, means,
set up an webserver with! php.
go4it
Logged In: YES
user_id=648817
hi there,
looks like:
i've got this if i dont use an webserver with php enabled.
webserver must! support php. simply check with following
script:
create a new html-page named anyname.php
in this document copy the following script:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
save this file on webserver and open it with an browser. if you
dont see anything or a blank page: no php support, means,
set up an webserver with! php.
go4it
partners [herzklopfen]