MySQL vs MongoDB: Comparison Between RDBMS and Document Oriented DB - ScriptArticle.com
MySQL vs MongoDB, comparison between RDMS and document oriented database, When to use MongoDB, Features of MongoDB (NoSQL) and MySQL...
10 Years Ago
How to import an SQL file using command line in MySQL? - ScriptArticle.com
How to import a very large database .sql file using MySQL command line or using Linux SSH, MySQL command: mysql -p -u username database_name < dbfile.sql...
10 Years Ago
MySQL Interview Questions & Answers - ScriptArticle.com
MySQL interview questions and answers for freshers and experienced, MySQL Interview Questions might be very useful for you in terms of interview for database administration....
11 Years Ago
CDN: Content Delivery Network Overview - ScriptArticle.com
A content delivery network (CDN) places files in different locations so that the person using your webpage can receive the nearest copy....
11 Years Ago
Automatic session timeout/logout using PHP after X Minutes of Inactivity/Idle time - ScriptArticle.com
Automatic session timeout/logout using php, Typically the default is 1440 seconds(24 minutes), but you can alter the default to something else. Below are some Session configurations....
11 Years Ago
PHP Traits - ScriptArticle.com
One of the problem of PHP as a OOP language is, the fact that you can only have single inheritance. This means your class can only inherit from one other class. PHP Traits (new feature was added in...
11 Years Ago