A trigger is a named database object that is associated with a table, which performs their own operation automatically when user performs any INSERT,UPDATE,DELETE operations…
Leave a CommentCategory: PHP / MySQL
Spaceship operator() also know as Combined Comparison Operator. Basically this operator will offer combined comparison means, it will do greater-than, less-than and equal comparisons between…
1 CommentFollow the below mentioned instructions to turn off or to disable the MySQL strict mode. This can be fixed in one of two ways Method…
1 CommentReplace() is one of the MySQL string function, It will search with the given string and REPLACE or UPDATE in all occurrences with given string.…
Leave a CommentBelow are the steps to change MySQL user passwood, Setup for first time the root password: mysqladmin -u root password YOUR_PASSWORD Change existent root password:…
Leave a CommentUploading files in Laravel very easy ,You just need to create two routes one is for form view another one is for request processing(uploading files…
4 CommentsIn this post I would like to show you, how to upload files with drag and drop interface with dropzone.js in your Laravel/Laravel5 applications. Dropzone…
41 CommentsToday I would will like to show you how to use Angular JS in Laravel5 and I will show you how to get data from…
Leave a Commentwe can read a file’s metadata for example, permissions and ownership with PHP’s stat() function, Which returns information about a file in a array format.…
Leave a CommentThis abstract iterator filters out unwanted values. This class should be extended to implement custom iterator filters. The FilterIterator::accept() must be implemented in the subclass.…
Leave a CommentThis snippet will detect a private IP address using PHP’s built in filter library and It will return false if the IP address is private.
Leave a CommentIf you need to download a CSV file on the fly without writing to external file, than you need to open php://output stream and use…
5 CommentsCodeIgniter permits you to override its default routing behavior through the use of the _remap() function. As you already knew the second segment of the…
1 CommentLaravel 5.0 introduces Form Requests, which are a special type of class devoted to validating and authorizing form submissions. Each class contains at least a…
Leave a Comment