Info
- 3 posts
- 3 voices
- Started 3 years ago by aryablues
- Latest reply from HowToGeek
REQUIREMENT OF Forum - WebMaster
-
- Posted 3 years ago #
Hello,
I am the webmaster of http://www.infotainmentcenter.com and we are
in requirement of FORUM, so, please help us .
Our system will not support PHP pages .
So, I would request you to provide me some feedback about this matter
on how can I embed a forum software. -
- Posted 3 years ago #
Your server responds that it DOES support PHP:
(uiserver):u12345678:~ > curl -I http://www.infotainmentcenter.com HTTP/1.1 200 OK Date: Sat, 15 Mar 2008 20:01:32 GMT Server: Apache X-Powered-By: PHP/4.4.1Try putting this into a file and making it accessible at your domain:
<?php phpinfo(); ?>Save that as
info.phpand try accessing it http://www.infotainmentcenter.com/info.php . Maybe you will find that the server supports PHP.If the host does not support PHP, I suggest you get a new host. I have seen forum software that can run with flat files instead of a MySQL database, but none that are done without a scripting language like PHP.
-
- Posted 3 years ago #
A host that doesn't support PHP is quite rare... I don't think I've ever seen one.
-
You must log in to post.