Jump to content

Recommended Posts

im getting ready to build a cms for

http://www.ndecboston.org/about.html

 

and im wondering if it runs php the guy is getting the info and wont have it for a few days and im inpatient so i kinda want to start some basics on my own server but if it doesnt support php it would be wasted effort

Link to comment
https://forums.phpfreaks.com/topic/131136-how-can-i-check-if-a-site-uses-php/
Share on other sites

Create a new text file and type this in it:

<? echo phpinfo() ?>

and if it shows you the info, you got all the specs for the version, etc. There ya go, hope it works. :D

 

EDIT: sorry, save it as name.php and then upload it to his webserver. Then type in the url in a web browser.

sweet i dont currently have access to his server im waiting on those details i know the entire project scope but the guy i have contact with isnt the guy with the web details..

 

its annoying.

 

but yea Apache at least makes me a little bit happy on the chance that he has php..

if not any ideas on how the best content manager would work out ive never used anything but php mysql

sweet i dont currently have access to his server im waiting on those details i know the entire project scope but the guy i have contact with isnt the guy with the web details..

 

its annoying.

 

but yea Apache at least makes me a little bit happy on the chance that he has php..

if not any ideas on how the best content manager would work out ive never used anything but php mysql

 

What What? Are you asking for a good PHP CMS?

I strongly doubt that it's running PHP.  Servers running PHP should be sending X-Powered-By headers, and this one isn't.  Normally, it would say something like:

 

X-Powered-By: PHP/5.2.6

 

Neither does this server and I can guarantee you we are running PHP ;)

Yeah, I meant in general.  Most servers don't bother turning expose_php to off, and therefore send the header if they're using PHP.  The server might have PHP on, but you can't be completely sure without actually having access.  You can guess though. =P

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.