Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How do I tell if a server supports PHP? Re: How do I tell if a server supports PHP?

#55750
TheDoc
Member

If you’re worried about it, you can always check it with what Apostrophe mentioned:

"apostrophe" wrote:
Create a file (in any text editor) and inside the file type:

Code:

Save it as info.php
Upload it to your server, using FTP, and then, in your web browser, navigate to that file eg. http://www.your-site.com/info.php
If your server has php/mysql you will see a page listing all the properties that are supported.