Page 1 of 1
need help in assignmnt
Posted: Sat Sep 12, 2009 9:42 pm
by fiza
hi kindly help me abt following example
1 1
1 2 2 1
1 2 3 3 2 1
1 2 3 4 3 2 1
i had tried this example bt hopless
tnx
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 9:44 pm
by Weiry
what exactly are you trying to do?
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 9:45 pm
by John Cartwright
This is homework? Hmm..
Doesn't mean we won't help. What have you tried?
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 10:03 pm
by fiza
Weiry wrote:what exactly are you trying to do?
firstly tnx 4 reply..
actually just started my carrier in php..
nd i hv many basic examples 4 learing..
this is nt homework..
im practicng nd clear logics regarding fundamentals..
evn i read many tutorials on the net..
bt my logics doesnt clear so thts y try 2 do vry basic..
nd i request u 2 guise help me abt my carreir learing..
hopfuly u r getting my point..
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 10:06 pm
by fiza
Weiry wrote:what exactly are you trying to do?
nd if u knw any links which is useful for me
so let me knw or if u hav suggestion 4 learing
this kindly share wid me
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 10:24 pm
by requinix
I'd be so much more inclined to help if it looked like the OP could speak some recognizable language. I didn't even bother trying to read anything he wrote.
Lemme try:
plz pst sum code so we cn c wat u trid 2 do
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 10:50 pm
by fiza
tasairis wrote:I'd be so much more inclined to help if it looked like the OP could speak some recognizable language. I didn't even bother trying to read anything he wrote.
Lemme try:
plz pst sum code so we cn c wat u trid 2 do
alright i did thse sort of examples coz somone said use thse things thn ur logic vil b clear, ok im pasting som of codes.
for($a=0; $a<=10; $a++)
{
echo "$a";
}
------------------------
$num=4;
$factorial=1;
for($num=4; $num>1; $num--)
{
$num*$factorial;
{
echo "$num";
------------------------------
for($a=1; $a<=10: $a++)
{
echo "2x$a=" . 2$a;
echo "<br>";
}
-----------------------------
<table >
<?php
for($i=1;$i<=10;$i++)
{
echo "<tr>";
for($j=1;$j<=10;$j++)
{
echo "<td><table><tr><td>".$j."</td><td>*</td><td>".$i."</td><td>=</td><td>".$i*$j."</td></tr></table></td>";
}
echo "</tr>";
}
?>
<tbody>
</table>
Re: need help in assignmnt
Posted: Sat Sep 12, 2009 11:04 pm
by Mirge
fiza wrote:Weiry wrote:what exactly are you trying to do?
nd if u knw any links which is useful for me
so let me knw or if u hav suggestion 4 learing
this kindly share wid me
Good GRIEF, please spell out words completely... not omitting characters where you feel like it. And wrap code within