Hello PHP erxperts
I expect this is a really stupid question to bother you with. I am a complete beginner with PHP. I have had a lot of experience with java and javascript and am a pretty good programmer although my database skills need attention.
I installed a program called XAMPP which I downloaded from apache and in the first 'hello world' program I got from a tutorial was told to put the following program in the conf file which contains the file httpd.conf.
[code=php]
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
[/code]
I was told then to type
into the program open dialogue of my browser which is IE explorer.
Sadly when I did this all I got was an error message.
Any ideas ?
Rory Barrett
I expect this is a really stupid question to bother you with. I am a complete beginner with PHP. I have had a lot of experience with java and javascript and am a pretty good programmer although my database skills need attention.
I installed a program called XAMPP which I downloaded from apache and in the first 'hello world' program I got from a tutorial was told to put the following program in the conf file which contains the file httpd.conf.
[code=php]
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
[/code]
I was told then to type
into the program open dialogue of my browser which is IE explorer.
Sadly when I did this all I got was an error message.
Any ideas ?
Rory Barrett
Comment