Add Your Name



Registration Form








Max size: 0.25 MB,valid file types are: .gif .jpeg .jpg .png .bmp

[insert_php]

$connect = mysql_connect(“localhost”, “elianyjma”, “72*pI$52”);
mysql_select_db(“elianyjma”, $connect);
$query=”select idType,idParent from tblType order by case when idParent is null then idType else idParent end,idType”;
$result = mysql_query($query);
if (mysql_num_rows($result)) {
while ($qry = mysql_fetch_array($result)) {
$idType=$qry[‘idType’];
Echo ““;
Echo ““;
Echo “
“;
}
}
mysql_close($connect);
[/insert_php]


Verified browsers:


Chrome Image Chrome 35.0

FireFox image Firefox: 29.0

Internet Explorer image Internet Explorer 10

Android image Android 4.3

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

This site uses Akismet to reduce spam. Learn how your comment data is processed.