A CMS or Content Management System is an application that allows to manage, organize, publish, edit and create a website easily. A CMS application is used for retrieval and storage of information from a huge volume of data, these information may be in the form of word processor documents, spreadsheet, audio and video files and images. I gathered a list of top 10 PHP content management systems and you are gonna like the list.
Monday, 28 April 2014
Sunday, 27 April 2014
Uploading files into a Database using PHP
Hey guys do you want to see how file upload works in PHP. Here is a script by which you can upload file to and from MySQL database respectively. In the upload script a form is used to select a file and that selected file is uploaded to the MySQL database by using INSERT method.
Saturday, 26 April 2014
Elance Wordpress 3.1 Skill Test Questions and answers
1. Install & Upgrade
2. Features, Performance and Security
3. Administration, Dashboard and Settings
4. Users and Roles
5. Post, Page, Custom Content Types, Taxonomies, and Fields
6. Plug-ins & Widgets
7. Theme
8. Code
9. SEO
2. Features, Performance and Security
3. Administration, Dashboard and Settings
4. Users and Roles
5. Post, Page, Custom Content Types, Taxonomies, and Fields
6. Plug-ins & Widgets
7. Theme
8. Code
9. SEO
Thursday, 24 April 2014
Joomla Interview Questions and Answers
Question 1: What is Joomla?
Joomla is a CMS (Content Management System), used for publishing content over the internet. User management, Content Management (like Artilces), Images mangement, Global configuration etc all inbuilt. Install and use the software.Monday, 21 April 2014
Object Oriented Programming in PHP
Object-oriented programming is a style of coding that allows developers to group similar tasks into classes. This helps keep code following the tenet "don't repeat yourself" (DRY) and easy-to-maintain.
Subscribe to:
Comments (Atom)