Posts tagged ‘PHP Code’

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…..

PHP Date () Function

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

Different Types of CODING Errors in PHP

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

Follow

Get every new post delivered to your Inbox.