hey guys help me
-
- Posts: 6
- Joined: Sun Feb 26, 2006 8:37 am
hey guys help me
i try to make a page with php but it dosn,t show graphics it shows only coding what should i do
-
- Posts: 504
- Joined: Sat May 07, 2005 8:03 am
- Contact:
Re: hey guys help me
think you better clarify what is going onjunaidilyas wrote:i try to make a page with php but it dosn,t show graphics it shows only coding what should i do
make sure you enter your php code inside
<? [phpcode] ?> or <?php [phpcode] ?> or even <script language="php">[phpcode]</script>
-
- Posts: 97
- Joined: Tue Apr 18, 2006 4:18 am
I dont even get php?
I dont even get php what is it do you need it for your site?
Best Regards
BigBlueGuy
BigBlueGuy
first of all you should install server with php support on your computer. You can easyly do via installing [=http://www.apachefriends.org/en/xampp.html]XAMPP[/url] and the you should be able to work with php.
Second: create a simple php testing script like
Launch you server and in browser visit address "http://localhost" and if you see "The script is working" without any other symbols anb without word "echo" now you server is up and running. Good luck
Post a results!
Second: create a simple php testing script like
and save that file into your **** root. If you were installing xampp into windows prbably it will be in you c:/program files/xampp/htdocs (probably) with any_file_name.PHP<?echo "The script is working";?>
Launch you server and in browser visit address "http://localhost" and if you see "The script is working" without any other symbols anb without word "echo" now you server is up and running. Good luck
Post a results!
