How would that resolve anything? Not to mention IIS is a dumb choice for a web server when you the website is built in PHP.
session_is_registered() has been deprecated as of PHP 5.3 and removed in PHP 5.4. You should not use that function for security reasons.
In your original post you offered little to no insight on what you were actually looking for. Benchmarking specific tasks is only performance based comparison of that specific task. It offers no comparison of the functionality of the two languages. Like Kryptos said, C++ is not used in small...
This entire thread is useless. You're asking a ridiculously vague question. You're wanting to compare a scripting language that is compiled and executed by a web server with a general purpose programming language compiled by the machine. Actually, you just wanted our thoughts on the two. You...
$getTopStats = mysql_query("SELECT * FROM users WHERE rank < '3' ORDER BY activity_points DESC LIMIT 10");
...
http://dev.mysql.com/doc/refman/5.0/en/non-typed-operators.html
Is it asking for an HTML comment or a PHP comment?
HTML = <!--Comment-->
PHP = // Comment
PHP = # Comment
PHP = /* Comment (used for multiple lines, ie - commenting out a function) */
The web server's log file. Apache's access log will record the RFC1413 of the client thanks to the standardizing of the CLF. Two users can have the same IP, but they will most likely not share the same ident.