|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
what is wrong with my codes?
------------------------ index.wml------------------------
<?php Header("Content-type:text/rnd.wap.wml"); Header("Cache-Control:no-cache, must-revalidate"); header("Pragma:no-Cache"); echo("<?xml version='1.0' encoding="Cp1256"?>"); ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="index" title="نتائج الطلاب"> <p align="center">أهلاً بكم في مدرسة سماهيج <br/><br/> <font color=blue>أدخل الرقم السكاني للطالب</font> <input name="cpr" title="أدخل الرقم السكاني للطالب"> </input> <br/><br/> <a href=sql.wml>النتيجة</a> </p> </card> </wml> ------------------------------------------------------ -------------------------------sql.wml--------------------------- <?php Header("Content-type:text/vnd.wap.wml"); printf ("<?xml version=\"1.0\"?>\n"); printf("<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" ".\"http://www.wapforum.org/DTD/wml_1.1.xml" >\n"); printf("<wml>\n"); mysql_connect(localhost,username,password); @mysql_select_db(database) or die ("Unable to select database"); $query="SELECT*FROM school WHERE cpr='$CPR'"; $result=mysql_query($query); if(mysql_num_rows($result) == 0) { printf("<br><br><center><b><font color=\"red\">!!الرقم السكاني غير صحيح</font></b></center><br>\n"); printf("<center>أدخل الرقم السكاني من جديد .. <a href=index.wml#index>بالضغط هنا</a></center>\n"); } else { $cpr=mysql_result($result,$cpr,"cpr"); $first=mysql_result($result,$first,"first"); $last=mysql_result($result,$last,"last"); $maths=mysql_result($result,$maths,"maths"); $social=mysql_result($result,$social,"social"); $islamic=mysql_result($result,$islamic,"islamic"); $science=mysql_result($result,$science,"science"); $sport=mysql_result($result,$sport,"sport"); $nasheed=mysql_result($result,$nasheed,"nasheed"); $arabic=mysql_result($result,$arabic,"arabic"); $english=mysql_result($result,$english,"english"); $total=mysql_result($result,$total,"total"); printf("card id=\"card1\" title=\"الدرجات\"\n"); printf("<b><center>نتيجة الطالب</center></b><br><br>\n"); printf("<p>$last $first : الاسم</p>\n"); printf("<p>$CPR :الرقم السكاني</p>\n"); printf("<p>$maths :الرياضيات</p>\n"); printf("<p>$social :الاجتماعيات</p>\n"); printf("<p>$science :العلوم</p>\n"); printf("<p>$sport :الرياضة</p>\n"); printf("<p>$nasheed :النشيد</p>\n"); printf("<p>$arabic :اللغة العربية</p>\n"); printf("<p>$english :اللغة الانجليزية</p>\n"); printf("<p>ـــــــــــــــــــــــــــــــــــــ</p>\n"); printf("<p>$total :المجموع</p>\n"); } mysql_close(); printf("<br>\n"); printf("<center>\n"); printf("<a href=index.wml#index>نتيجة طالب آخر</a>\n"); printf("</center>\n"); printf("</wml>\n"); ?> --------------------------------------------------------- |
|
#2
|
||||
|
||||
|
You tell us?
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
|||
|
|||
|
Errors
I mean that .. is there any broblem in my synatax ?
Because i am a begginer in wap !! |
|
#4
|
||||
|
||||
|
Does it work?
|
|
#5
|
||||
|
||||
|
lol
can people be any less specific? it helps anyone who is psychic home in the lack of information current on the astral planes.....
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > what is wrong with my codes? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|