Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

http://www.samsclub.mobi/products?cid=2043

Is it possible to find out the technology used in developing the site. I feel it could be php.

share|improve this question
3  
Why is it relevant? – diagonalbatman Feb 2 '11 at 13:18

closed as not a real question by Henk Holterman, Haim Evgi, Joris Meys, Barry, Positive Feb 2 '11 at 13:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

6 Answers

up vote 6 down vote accepted

It's PHP:

http://www.samsclub.mobi/products?=PHPE9568F34-D428-11d2-A769-00AA001ACF42

If you are curious why this GUID causes that image to be displayed, see http://www.0php.com/php_easter_egg.php

share|improve this answer
Wow! Interesting :) – Halil Özgür Mar 15 '11 at 9:17

Server Apache/2.2.3 (CentOS) X-Powered-By PHP/5.2.14

share|improve this answer
How did u find out? – theJava Feb 2 '11 at 13:18
1  
By looking at the HTTP headers. – ThiefMaster Feb 2 '11 at 13:19
Yes, with catching HTTP headers. – Osman Üngür Feb 2 '11 at 13:21
Are disclosing such details compulsory? – menjaraz Feb 10 '12 at 5:00

It's PHP - http://www.samsclub.mobi/index.php

share|improve this answer

It is PHP. But even within PHP, you still don't know whether it's using a framework or library, or what PHP extensions it has installed. Nor do you know what database they're using.

Finding out that it's written in PHP really doesn't tell you very much that's useful.

share|improve this answer

It is PHP! There are calls to scripts in the source code reffering to php-scripts:

_mnubtn.php?w=220&h=34&t=Automotive
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.