Working with files in PHP File simply a resource for storing information on a computer. store information:- Configuration settings of a program Simple data ex. contacts. Images, Pictures, Photos, etc. PHP File Formats Support: a wide range of file formats that include; File.txt File.log File.custom_extension i.e. fi…
Read moreWorking with directories in PHP. Directory · A directory is a file system. · cataloging structure. · Contains references to other computer files and other directories and subdirectories. · Known as folders. Operations of directory:- create, open, read, delete, list all files in the directory. Creating a…
Read moreIntegration of PHP with MySQL (How PHP Fits with MySQL) MySQL commands within PHP code almost as seamlessly with HTML. There are Numerous PHP functions that work specifically with MySQL to make life easier. The following table lists the PHP functions that can be used with the MySQL server for added functionality in your PHP script. Some of the more co…
Read moreMySQL storage engines A storage engine is a software module (components that handle the SQL operations for different table types. ) That is used by DBMS uses for create, read, update data from a database. Default storage engine is innodb (from version 5.5 and later). MySQL uses two types of storage engines:- 1. Transactional 2. N…
Read more
Social Plugin