Created
April 7, 2015 00:00
-
-
Save Rubel-hossain/4e36d5254dbdaf908291 to your computer and use it in GitHub Desktop.
softtech-it . sujon vais php tutorial. class 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$first_name='Rubel'; | |
$last_name='Hossain'; | |
$age='23'; | |
$acquire=array('success','failer','stupied'); | |
$country='Bangladesh'; | |
$aim=array('web designer','graphic designer','web programmer','php programmer'); | |
$teacher=array('Rasal-vai','sujon-vai','atique-vai'); | |
$script1='html'; | |
$script2='css'; | |
$script3='javascript'; | |
$script4='jQuery'; | |
$script5='php'; | |
$script6='SQL'; | |
$script7='database'; | |
$csm1='wordpress'; | |
$csm2='joomla'; | |
$csm3='drupal'; | |
$csm4='magento'; | |
$ecommerce1='woocommerce'; | |
$ecommerce2='wootheme'; | |
$ecommerce3='open cart'; | |
$ecommerce4='magento on go'; | |
$popular1='Responsive'; | |
$popular2='Bootstrap'; | |
$popular3='Less frame work'; | |
$popular4='CSS3'; | |
$popular5='HTML5'; | |
$popular6='Angulra'; | |
$plugin1='jquery'; | |
$plugin2='OWL'; | |
$plugin3='Mix IT up'; | |
$slider='Nivo slider'; | |
$slider1='free slider'; | |
$slider2='premium slider'; | |
$slider3='Image slider'; | |
$slider4='Text slider'; | |
$less_popular1='asp'; | |
$less_popular2='visula basic'; | |
$less_popular3='Flash'; | |
$less_popular4='Flash'; | |
$less_popular5='Heavy graphic'; | |
$learn1='Video'; | |
$learn2='text'; | |
$practice1='any text editor'; | |
$require_tools='WAMP Server'; | |
$require_tools1='Hosting'; | |
$require_tools2='domain'; | |
$future='Bright'; | |
$future2='Blime'; | |
$future3='smart developer'; | |
echo "Hi I am $first_name $last_name and $age years old "; | |
echo "I am a ".$acquire[2]. "person Because i am can not doing any job <br /> "; | |
echo 'I am form '.$country. '<br />'; | |
echo 'I want to be a professional ' .$aim[2]. 'amd learning form ' . $teacher[0]. ',' .$teacher[1]. ',' .$teacher[2]; | |
echo 'if any one want to be a web developer his should must be learned ' .$script1. ',' . $script2. ',' .$script3. ',' .$script4. ',' .$script5. ','.$script6. 'etc <br />'; | |
echo 'Now a days CSM that mean\'s content management system is very popular <br />'; | |
echo 'most popular CSM sre ' .$csm1. ',' .$csm2. ',' .$csm3.',' .$csm4. '<br />'; | |
echo 'besides these CSM The woocommerce websiter get more popularty at present most popular ecommerce technologys are ' .$ecommerce1. ',' .$ecommerce2. ', ' .$ecommerce3. ',' .$ecommerce4. '<br />' ; | |
echo 'Not only CSM or E-commerce but also Modern Web Developers Denmaned are increasing day by day The Modern Technologey are ' .$popular1. ',' .$popular2 . ',' .$popular3. ',' .$popular4. ', ' .$popular5. ',' .$popular6.'<br />'; | |
echo 'in modern web development jquery plugin and jquery slider are uaually used . the most plugins are ' .$plugin1. ',' .$plugin2. ',' .$plugin3. ',' .$slider. ',' .$slider1. ',' .$slider2. ',' .$slider3. ',' .$slider4. '<br />' ; | |
echo 'in last Decent some technology or programming language are Reduice their popluarity as like as ' .$less_popular1. ',' .$less_popular2. ',' .$less_popular3. ',' .$less_popular4. ',' .$less_popular5. '<br />' ; | |
echo 'web developers could learn via two ways. via ' . $learn1 . ' or ' .$learn2 . '<br />'; | |
echo 'it\'s essential to write every code on ' .$practice1. 'and run the code <br />'; | |
echo 'if the scripting language were serverside scripting language then you most required' .$require_tools.',' .$require_tools1. ',' .$require_tools2. '<br />' ; | |
echo 'Learn complately and to be a successfull' .$future3 ; | |
?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vai THANKS