WAP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreWAP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old November 28th, 2004, 02:23 PM
Anwar Anwar is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 4 Anwar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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");
?>
---------------------------------------------------------

Reply With Quote
  #2  
Old November 28th, 2004, 03:45 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,613 jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 3 Days 5 h 32 m 57 sec
Reputation Power: 1550
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
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.

__________________

Reply With Quote
  #3  
Old November 29th, 2004, 12:02 AM
Anwar Anwar is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 4 Anwar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Errors

I mean that .. is there any broblem in my synatax ?

Because i am a begginer in wap !!

Reply With Quote
  #4  
Old November 29th, 2004, 01:26 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,613 jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 3 Days 5 h 32 m 57 sec
Reputation Power: 1550
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
Does it work?

Reply With Quote
  #5  
Old November 29th, 2004, 12:48 PM
andymoo's Avatar
andymoo andymoo is offline
Timelord
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Loughborough, Leicestershire
Posts: 605 andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 46 sec
Reputation Power: 63
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreWAP Programming > what is wrong with my codes?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway