In this article I’d like to explain in detail how to debug the PHP code with the use of NeatBeans IDE. NeatBeans IDE itself can be downloaded here. Debugging is done on the local computer, so it is necessary to have local server installed on the computer which would ensure the work with PHP as well as with the database.
Read more
In the first article on this subject we discussed how to save the image in the database MySQL with the use of PHP. Now let’s consider how to extract the saved file of the image from the base. For this we need to use two php files, the first is view_image.php:
Read more
First of all I’d like to note that in order to store images in the database MySQL it is necessary to specify one of the fields of the table as a derivative from the type BLOB. Abbreviation BLOB means large binary object. Pattern of storage of BLOB data can have several options: Read more
Setting up XAMPP on Mac OS X01.02.2016 - 16:31
The article deals with setting up XAMPP, which must be done so that the local web-server Apache work properly. After reading the article you will be able to set up virtual hosts and quickly correct any error that prevents proper operations of the mod_rewrite mode in the file .htacces.
Test: Find out your level of knowledge in PHP basics30.01.2016 - 15:23
This test was made to help memorize material on the basics of PHP programming language. It helps to better understand what PHP was created for and how it differs from other programming languages.
Recent Comments