Search found 6 matches
- Tue Oct 13, 2009 9:54 pm
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Re: Problems calling PHP
haha, notepad is probably not a good idea for a person like me.
- Tue Oct 13, 2009 8:13 pm
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Re: Problems calling PHP
It works now, thanks very much 
Feel quite stupid for not having realised that earlier, when even copied code wasnt showing up.
Thanks for all the help
Feel quite stupid for not having realised that earlier, when even copied code wasnt showing up.
Thanks for all the help
- Tue Oct 13, 2009 7:45 pm
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Re: Problems calling PHP
I'm using wamp and have it turned on, but I have no idea what I'm supposed to do with it. If FTP'd the php file to a hosting service, and it comes up "hello world from PHP" so I guess that solves that problem, but I have no idea how to use wamp instead of my hosting service to preview my php
- Tue Oct 13, 2009 7:47 am
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Re: Problems calling PHP
I edited my php.ini file to turn on error reporting - ; error_reporting= E_ALL as for page source - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <hea...
- Tue Oct 13, 2009 7:30 am
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Re: Problems calling PHP
I put in
and used "preview in browser" on Dreamweaver, and nothing came up
Code: Select all
<body>
<?php
echo "Hello world from PHP";
?>
</body>- Tue Oct 13, 2009 2:15 am
- Forum: PHP - Code
- Topic: Problems calling PHP
- Replies: 13
- Views: 323
Problems calling PHP
Hi, I've recently been trying to set up a simple Form-to-Email service within my website, but no matter how simple my code is - or even if i copy someone elses code, it never seems to implement properly. For example - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "htt...