Page 1 of 1

hey guys help me

Posted: Sun Feb 26, 2006 9:00 am
by junaidilyas
i try to make a page with php but it dosn,t show graphics it shows only coding what should i do

Posted: Sun Feb 26, 2006 2:42 pm
by digest
be sure to differniate between html codes and php codes ..

Posted: Fri Mar 03, 2006 8:25 pm
by rafke
Maybe your host don't support php?
And make sure you save it as .php ! :)

Re: hey guys help me

Posted: Sat Mar 11, 2006 7:16 am
by kaos_frack
junaidilyas wrote:i try to make a page with php but it dosn,t show graphics it shows only coding what should i do
think you better clarify what is going on
make sure you enter your php code inside
<? [phpcode] ?> or <?php [phpcode] ?> or even <script language="php">[phpcode]</script>

I dont even get php?

Posted: Tue Apr 18, 2006 7:32 am
by BigBlueGuy
I dont even get php what is it do you need it for your site?

Posted: Tue Apr 18, 2006 8:03 am
by Lixas
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
<?echo "The script is working";?>
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

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!