Posts Tagged ‘PHP’

[Solved] The mysqli extension is missing. Please check your PHP configuration.

When I installed phpmyadmin after installing apache2, mysql-server, php5 on my Ubuntu 11.10 machine,  I was presented with this error when I navigated to phpmyadmin page. The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”./themes/pmahomme/img/b_help.png” width=”11″ height=”11″ alt=”Documentation” title=”Documentation” /></a> The solution to this is simple, though I had to [...]

Verify Googlebot with PHP

Webmasters maynot be pleased if the content they want to be available to googlebot only is available to any users when they switch their user-agent to Googlebot. But webmaster can easily trackdown this diguised visits. Here is a simple function in php to verify if the visit claiming to be from Googlebot is a true [...]