Gig File Management
Old un managed way.

Updating the new layout soon:
Old un managed way.

Updating the new layout soon:
After a lots of headache, I find the solutions. I am using... read more
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Have you ever read emailed somebody and spent time wondering whether they... read more
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
In simple words, class is a user defined datatype. Which have its... read more
A recent research report has revealed that more than 90% of all... read more
How to check laravel version: Step1: Find Application.php file in your app and... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Leave a Reply
You must be logged in to post a comment.