MySQL date_format: To get date in different styles.
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are achieved by database indexes. Indexes are most important in…
Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to prevent…
Following are some useful tips when a developer needs them while developing. Keeping these points in mind will help us to improve our skills.