Web Hosting Blog

Pixel Internet Web Hosting Blog

My PHP script gives the error ‘Call to undefined function: mysql_connect()’

Posted on 12/07/08, filed under Web Hosting Problems/Solutions | No Comments

My PHP script gives the error ‘Call to undefined function: mysql_connect()’
This is usually due to a faulty php.ini file causing the PHP MySQL functions to be undefined. A custom [...] Continue Reading…


What is ASP? What does ASP stand for?

Posted on 12/07/08, filed under Did You Know? | No Comments

Active Server Pages. (This might be a little confusing because ASP also stands for ‘Application Service Provider’). ASP is a Microsoft technology that runs inside Windows 2000 or Windows [...] Continue Reading…


What is PHP? What does PHP stand for?

Posted on 12/07/08, filed under Did You Know? | No Comments

Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. In an HTML document, PHP script (similar syntax to [...] Continue Reading…


How do I query a MySQL database from a PHP script?

Posted on 12/07/08, filed under Hosting Tutorials | No Comments

In todays web hosting tutorial we are going to cover :
How do I query a MySQL database from a PHP script?
Use the following outline to connect and begin querying the MySQL [...] Continue Reading…