PHP TUTORIALS FOR WEB DEVELOPERS - PHP ROCKERS
PHP Developers, Coding, Tutorials, Developments
Category
(Move to ...)
javascript
wordpress
php interview questions and answers
joomla
PHP
drupal
▼
Display the custom file in cms block to frontend/backend in Magento
›
Below coding can be used to show CMS block in Frontend. Ref. Path : app/design/frontend/base/default/template/callouts/left_col.phtml or r...
Database connection in Joomla 2.5
›
We have easy to connect database in joomla 2.5. Using below function we have to connect database wherever you want in joomla folder. $db ...
What is MVC in Joomla?
›
MVC - Model-View-Component “MVC consists of three kinds of objects. The Model is the application object, the View is its screen presentatio...
1 comment:
Create a custom page template in wordpress
›
we have a sidebar on all of pages in wordpress website, but we want to have a page that doesn’t have a sidebar. Here is how we create a cust...
Difference between Primary Key and Unique key in mysql?
›
Difference between Primary Key and Unique key in mysql/sql/oracle? SNO Primary Key Unique Key 1 Primary Key does not allow NULLs va...
Update query in mysql
›
The syntax for Update the row into tables, UPDATE table_name SET (colname1, colname2, colname3 ...) VALUES (value1,value2,value3,...) WH...
Delete query in mysql with php
›
The syntax for Delete the row into tables, DELETE FROM table_name WHERE colname = row_values; <?php $con = mysql_connect('loc...
›
Home
View web version