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 [...]
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 [...]