Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get to know how many types of errors occurred in PHP. Notices: These are non-critical errors that occurred while executing a script – for example, accessing a variable that has not yet…
Read MoreThe Include() and require() statements are used to insert codes written in other files, in the flow of execution. The main of using include and require functions to integrate one page code or content into another page. You can maintain usually some repeated functionality in the form of PHP file and finally you can call…
Read MoreNumeric Data Types: INT (Integer): Int data type represents an integer of normal size. So simply it can used to store numeric value. There are also BIGINT, MEDIUMINT, SMALLINT and TINYINT which represent different range of integer values. DECIMAL: Decimal data type represents numbers with specific floating values. Maximum permitted value is 65 and maximum…
Read MorePHP Training is a good opportunity to get expertise experience from the Industry Specialists for the students. Webs Jyoti leading IT Company, provides Training in PHP, Web Designing and Search Engine Optimization (SEO) Courses, to B.Tech/B.SC (IT), BCA/MCA & Others Students, which is a part of their Graduate/Post Graduate Studies. PHP is a server-side scripting language designed for…
Read More