Puika1 Posted March 13, 2010 Report Share Posted March 13, 2010 ka uztaisit so visu tabula $st=substr($st,StrPos($st,chr(0))); $st=substr($st,9); echo("<center>$name"); echo("($kills)</center>"); echo("\n"); echo ("<hr>"); lai butu ta speletaja niks1 (rezultats1) speletaja niks2 (rezultats2) speletaja niks3 (rezultats3) speletaja niks4 (rezultats4) Quote Link to comment Share on other sites More sharing options...
anonīms Posted March 13, 2010 Report Share Posted March 13, 2010 A tagad tā nav? Izskatās, ka ir Quote Link to comment Share on other sites More sharing options...
Puika1 Posted March 13, 2010 Author Report Share Posted March 13, 2010 (edited) ir bet man vaig vienadu atsatarpi starp speletaju un rezultatu Edited March 13, 2010 by Puika1 Quote Link to comment Share on other sites More sharing options...
anonīms Posted March 13, 2010 Report Share Posted March 13, 2010 WOW! Nu tad vajadzēs izmantot table. Katru pusi savā td Quote Link to comment Share on other sites More sharing options...
Puika1 Posted March 13, 2010 Author Report Share Posted March 13, 2010 es jau liku šādi <table width="200" border="1"> (bet šajā rindā parādija error) <tr> <td>$name</td> <td>$kills</td> </tr> </table> protams,katru rindu iekš echo Quote Link to comment Share on other sites More sharing options...
waplet Posted March 13, 2010 Report Share Posted March 13, 2010 tāpēc , ka nepareizi esceipo kvotes. Quote Link to comment Share on other sites More sharing options...
chizijs Posted March 13, 2010 Report Share Posted March 13, 2010 " vietā liec ' :D Quote Link to comment Share on other sites More sharing options...
Puika1 Posted March 13, 2010 Author Report Share Posted March 13, 2010 (edited) nu man ir tā,bet kā jābut pareizi? echo(<table width="200" border="1">); echo("<tr>"); echo("<td width="133">$name</td>"); echo ("<td width="51">$kills</td>"); echo ("</tr>"); echo ("</table>"); " vietā liec ' :D Nepalīdz Edited March 13, 2010 by Puika1 Quote Link to comment Share on other sites More sharing options...
anonīms Posted March 13, 2010 Report Share Posted March 13, 2010 Tev priekšā parādīts kā jābūt, bet tu tad pat aizmirsti par pēdiņām. Nerādam! Cīnies! Quote Link to comment Share on other sites More sharing options...
chizijs Posted March 13, 2010 Report Share Posted March 13, 2010 (edited) echo("<table width=\"200\" border=\"1\">"); echo("<tr>"); echo("<td width=\"133\">".$name."</td>"); echo ("<td width=\"51\">".$kills."</td>"); echo ("</tr>"); echo ("</table>"); nākamreiz DOMĀ! Edited March 13, 2010 by chizijs Quote Link to comment Share on other sites More sharing options...
2easy Posted March 13, 2010 Report Share Posted March 13, 2010 oho! izrādās, ka echo string nemaz nav tik vienkārši :D:D:D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.