Hi, I am new to php and mysql. I have them installed on Win/XP and also on Linux.
I have been trying to get a simple example to run and am having problems getting it to display. I have run the phpadmin test and it works just fine, but when I try a simple script like 'hello world', I get the headings but the php script does not get read, that I can tell. One of the scripts I am using is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Hello World in PHP</title>
</head>
<body>
<?php echo "<p>Hello, World!</p>"; ?>
</body>
</html>
the Hello World! from php does not get display.
Any help is appreciated,
thanks
jlowry
I have been trying to get a simple example to run and am having problems getting it to display. I have run the phpadmin test and it works just fine, but when I try a simple script like 'hello world', I get the headings but the php script does not get read, that I can tell. One of the scripts I am using is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Hello World in PHP</title>
</head>
<body>
<?php echo "<p>Hello, World!</p>"; ?>
</body>
</html>
the Hello World! from php does not get display.
Any help is appreciated,
thanks
jlowry