دەربارەی چاوگ
ئایا ئەم پەڕەیە گرنگە وە گرنگە بزانین ویکی چییە؟ بەڕاستی تیاح.
چاوگ چییە؟
ئێمە زۆرین بەڵام زۆرکار نین.
پڕۆژەمان چییە؟
ئەوەی لەجیهانی کۆدی کراوە بێیت دەیکەین و پشتگیری دەکەین.
داهاتوو چییە؟
ئەگەر نەمرین زۆر شت دەکەین
چۆن ببیتە ئەندامی چاوگ؟
ئەندامبوون ئەرکی خۆی هەیە و دەبێت ڕایپەڕێنیت ئەگینا ئێمە چات گرووپ نین.
کۆدەکان
- ئاوها دادەنرێت نمونەی کۆدێکی PHP
<source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>
وا دەردەچێت
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>
نمونەی کۆدێکی html
<source lang="html4strict" > <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="50%" class="normal">Password:</td> <td width="50%" align="right"><input name="new_pass" type="password" class="mpshort"></td> </tr> </table> </source>
ئەوها دەردەچێت
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" class="normal">Password:</td>
<td width="50%" align="right"><input name="new_pass" type="password" class="mpshort"></td>
</tr>
</table>
بژین