PHP PROBLEMS
Want to know about PHP Scripts, Solutions, Problems, Open source and E commerce Click here you will get All solutions of your query…..
Load Testing Blog for PHP & Dotnet Applications
Want to know about PHP Scripts, Solutions, Problems, Open source and E commerce Click here you will get All solutions of your query…..
The PHP date() function is used to format a time and/or date. Syntax date(format,timestamp) Parameter Description format Required. Specifies the format of the timestamp timestamp Optional. Specifies a timestamp. Default is the current date and time PHP Date() – Format the Date The required format parameter in the date() function specifies how to format the [...]
What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the [...]
Definition of RSS RSS (Really Simple Syndication) is a way to distribute headlines and contents to reach web-visitors to a maximum extent. Computer languages can read these headlines and contents easily. RSS’s Problem solving technique Email notification was an old technique to make the visitors aware of the newer changes. Similarly many sites can send [...]
1. Notices: These are trivial, non-critical errors that PHP encounters while executing a script – for example, accessing a variable that has not yet been defined. By default, such errors are not displayed to the user at all – although you can change this default behavior. 2. Warnings: These are more serious errors – for [...]