help! stuck and confused
Posted: Wed Jul 09, 2008 10:28 am
hey guys i'm having a problem identifying three errors in this php code can anybody help? thanks in advance
<?php (in bold)
/* This program
*/
$username = 'bob' //
$weight_lbs = 140;
print 'convert your weight'; //
$weight_kgs = ($weight_lbs / 2.2 ;
print 'bob your weight in kilograms is 60kgs';
>
<?php (in bold)
/* This program
*/
$username = 'bob' //
$weight_lbs = 140;
print 'convert your weight'; //
$weight_kgs = ($weight_lbs / 2.2 ;
print 'bob your weight in kilograms is 60kgs';
>