Go Back   Webmaster Forum > Development > Programming > PHP
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Junior Geek
Posts: 142
Join Date: Feb 2007
iTrader: (0)
Post PHP 01/02 : Example - 09-27-2007

Just to see a summary of the PHP 01/02, with some addons, read carefully :

PHP Code:
<?php 
echo 'Hello my name is <font color="blue">Aqua</font>' ;
echo 
'When I wrote this tutorial we were on September,
the 9nd month of the year, I\'m happy'
;
$thismonth='9';
$start=1;
while(
$start<$thismonth)
{
echo 
$thismonth.' was a good month<br>';
$start++;
}
echo 
'what will be the end of this month?<br><br>';
if (
$thismonth=='12')
{
echo 
'The New Year will come !';
}else{
$monthtoend=12-$thismonth;
echo 
"We have to wait again '.$monthtoend.' month';

//Be careful another if under the first
if($monthtoend>1){echo 's';}

echo '<br><br>';
}?>
<br>This is the end of the code but i can write again in HTML
 or write another php code !
Now I will do 5 errors on the next code, who's the same as the first, find them quickly ! and try to understand why.

PHP Code:
<?php 
echo 'Hello my name is <font color="blue">Aqua</font>' ;
echo 
'When I wrote this tutorial we were on September,
the 9nd month of the year, I\'m happy'
$thismonth='9';
start=1;
while(
$start<$thismonth)
{
echo 
$thismonth.' was a good month<br>';
$start++;
}
echo 
'what will be the end of this month?<br><br>';
if (
$thismonth='12')
{
echo 
'The New Year will come !';
}else{
$monthtoend=12-$thismonth;
echo 
"We have to wait again '.$monthtend.' month';

//Be careful another if under the first
if($monthtoend>1){echo 's';}

echo '<br><br>';
?>
<br>This is the end of the code but i can write again in HTML
 or write another php code !


Thanks,
Aqua


-------------------
http://www.aquafolie.org

Last edited by aquafolie : 09-27-2007 at 04:42 PM.
Reply With Quote
  # 2 (permalink)
Old
Senior Geek
Posts: 591
Join Date: Jan 2008
iTrader: (0)
Location: Craiova
05-14-2008

Nice job but u can show something with introduction in database
Reply With Quote
  # 3 (permalink)
Old
The Computer Addict !
Posts: 1,996
Join Date: Feb 2007
iTrader: (0)
Location: Bhopal (MP, India)
05-15-2008

Which database system do you prefer ...

MySQL or Oracle or MSSQL ?
Reply With Quote
  # 4 (permalink)
Old
Junior Geek
Posts: 142
Join Date: Feb 2007
iTrader: (0)
05-17-2008

Yes it isn't a bad idea... i will try to do it, if i have the time...


Thanks,
Aqua


-------------------
http://www.aquafolie.org
Reply With Quote
Reply


Thread Tools



Advertise Here for just $6 per month

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com