NicEdit Installation

Dear Visitors of Our Blog! Today I’d like to tell How to install HTML Editor NicEdit. After installation of visual HTML editor NicEdit you can easily edit pages of your website directly in browser (for example in firefox). If you’d like to download NicEdit, move to page with article NicEdit — rich text editor.
Read more

Error at the transfer of values by means of the form with the POST method

Error at the transfer of values by means of the form with the POST method I needed to transfer the values by means of the form with the POST method. 
Read more

Extract the saved file of the image from the base

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 baseFor this we need to use two php files, the first is view_image.php:

Read more

Adding the images to database

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