Ok now we are ready to going forward with this lesson. have u any target? or have u any thing which need to apply joomla? Yes as a Example we can define our requirement as follows.
Target - telephone number storing system
Table attributes - Your name / Your Email / Your Tp
Sql -
CREATE TABLE `jos_contactUs` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`your_name` VARCHAR( 100 ) NOT NULL ,
`your_email` VARCHAR( 100 ) NOT NULL ,
`your_tp` VARCHAR( 10 ) NOT NULL
)`your_name` VARCHAR( 100 ) NOT NULL ,
`your_email` VARCHAR( 100 ) NOT NULL ,
`your_tp` VARCHAR( 10 ) NOT NULL
step 01
manually run above sql on your DB
join with next lesson
wAp
No comments:
Post a Comment