M

Mahesh Yadav's Scriptarticle.com

Scriptarticle.com helps in programming, Apps development,
Integrating APIs, Open Sources, Frameworks, LAMP
Development, JavaScript, AJAX, SEO, XHTML, HTML5, CSS, and
Template design

  • Rated2.3/ 5
  • Updated 10 Years Ago

Recent blog posts from Scriptarticle.com


MySQL vs MongoDB: Comparison Between RDBMS and Document Oriented DB - ScriptArticle.com
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
BlogAdda
How to import an SQL file using command line in MySQL? - ScriptArticle.com
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
BlogAdda
MySQL Interview Questions & Answers - ScriptArticle.com
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
BlogAdda
CDN: Content Delivery Network Overview - ScriptArticle.com
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
BlogAdda
Automatic session timeout/logout using PHP after X Minutes of Inactivity/Idle time - ScriptArticle.com
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
BlogAdda
PHP Traits - ScriptArticle.com
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
BlogAdda
...