at first i am newby in php-programming. I also have knowledge and experience in C/C++ and
XHTML, CSS. Now i want to programm server apss with php and using the db mysql.
I met the following problem:
when was testing at first time the test.php script which contains the following code,
Code: Select all
...
<body>
<?php
echo "<p>The PHP Code</p>\n";
?>
</body>
...
Code: Select all
The PHP Code\n"; ?>I have set up the apache server correct because i got the welcome message.
I have also installed and configured the php5 module.
The language was set in the browser and script to utf-8.
Can somebody help me?
Thx