i was told that there is php installed on the server im going to use, but it is not in Apache module, so I have to run it as CGI, what does that mean?
I created an empty html page with <head> and <body> and inserted the simplest code
Nothing happened when I uploaded the page and viewed it.
I guess it must be because of the above installation of PHP.
What should I do?
Thanks, and sorry for the stupid question
Avendeval
I created an empty html page with <head> and <body> and inserted the simplest code
Code:
<?php
echo "Hello World 1003!";
?>
I guess it must be because of the above installation of PHP.
What should I do?
Thanks, and sorry for the stupid question
Avendeval