<tutorialjinni.com/>

PHP Get File Information

Posted Under: Programming on Feb 27, 2020
PHP Get File Information
PHP Code snippet to get Information about a file such as File Name, File Extension, File Size, File MIME Type, File Complete Path.

HTML Select Country Dropdown List With Flags

Posted Under: Programming on Feb 26, 2020
HTML Select Country Dropdown List With Flags
HTML Select Code snippet for all the countries in the World with their flags.

Print SQL Query in Laravel

Posted Under: Programming on Feb 26, 2020
Print SQL Query in Laravel
Code Snippet to print raw SQL queries.

Update Query In Laravel

Posted Under: Programming on Feb 26, 2020
Update Query In Laravel
Code Snippet to Update a record in Laravel using Eloquent.

Laravel IN Query

Posted Under: Programming on Feb 26, 2020
Laravel IN Query
Code snippet for "IN" Query in Eloquent and in Query Builder.