Quantcast
Channel: Web Hosting Blog From Pixel Internet » php
Browsing all 6 articles
Browse latest View live

How to create a custom php.ini file

There are some variables in the php.ini file that can be overwritten, a common request is how to change the PHP file upload limit. You can do this by creating a custom php.ini file in the directory you...

View Article



Setting “register_globals” to ON in PHP

You can create your own php.ini file inside whatever sub-directory your script is in. You can then determine the exact behaviour for your PHP scripts yourself. There’s a lot of documentation on how to...

View Article

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

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 server from within your PHP...

View Article

What is PHP? What does PHP stand for?

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...

View Article

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

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 php.ini file should...

View Article


Fatal error: Allowed memory size of 8388608 bytes exhausted

It todays Web Hosting Tutorial we are going to cover how to change your PHP file upload limit to avoind the following error: ‘Fatal error: Allowed memory size of 8388608 bytes exhausted’? PHP has a...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images