what is that mean by supproting server?
Author |
Message |
CHUTHAN20
|
Posted: Sun Aug 29, 2004 9:20 pm Post subject: what is that mean by supproting server? |
|
|
how do i know that my server supporting the php? what i have to do make it work? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
Posted: Sun Aug 29, 2004 9:35 pm Post subject: (No subject) |
|
|
well a good way to test it whould be to make a file like this:
code: |
<?php
echo "if you see this not in ""s and w/o the echo php probly is working"
?>
|
and name it somting like test.php, upload it to your server and try to run it.
And to make it work if it is not, you have to install php witch you can get for free from www.php.net and you will most likey have to make it so the server knows the file extion .php is to be executed. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
CHUTHAN20
|
Posted: Mon Aug 30, 2004 10:28 am Post subject: thank you... |
|
|
thanks for ur help. its working now. i installed the php 5 . |
|
|
|
|
|
|
|