|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
||||
|
||||
|
ok this is the script(s) for a forum i downloaded, it works fine on web but the wap side comes to a dead end as soon as i hit the post msg page. can you tell me what is wrong with these codes?
PHP Code:
and the incl file it startes is: PHP Code:
i viewed the source in winwap browser and the link is coming up with a blank address like href"" can you tell me why? i thought this may help as i mentioned the view source earlier so here it is. please excuse the header i know its miles long. Code:
HTTP/1.1 200 OKDate: Fri, 27 Jan 2006 00:12:59 GMTServer: Apache/2.0.55 (Win32) PHP/5.1.1X-Powered-By: PHP/5.1.1Expires: Mon, 26 Jul 1997 05:00:00 GMTLast-Modified: Fri, 27 Jan 2006 00:12:59 GMTCache-Control: no-cache, must-revalidatePragma: no-cacheContent-Length: 606Connection: closeContent-Type: text/vnd.wap.wml--[ HEADER END ]------
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="new" title="New Topic">
<p>
Name:
<input name="name" size="10" max="20" />
Subject:
<input name="title" size"10" max="50" />
Message:
<input name="text" size="10" max="500" />
</p>
<p>
<anchor>
SEND
<go method="get" href="" >
<postfield name="name" value="$(name)" />
<postfield name="title" value="$(title)" />
<postfield name="text" value="$(text)" />
<postfield name="f" value="0" />
<postfield name="u" value="83479" />
</go>
</anchor>
</p>
</card>
</wml>
Last edited by soultaker : January 28th, 2006 at 09:25 PM. Reason: needs deleting |
|
#2
|
||||
|
||||
|
thanks jabba i tried to put the code in tags but with the dialog box it opened i could only paste one line at a time.
|
|
#3
|
||||
|
||||
|
MODERATORS............ can you delete this post please...
the code is working fine, i had somebody test it on their server and it works fine its a problem with my setup and i cant figure it so this is no longer needed sorry for wasting peoples time. regards |
|
#4
|
||||
|
||||
|
We are not supposed to "delete" posts, but you or a I can lock this thread if you desire. If you want to post your solution with regards to your server settings, then feel free - may help people in the future.
Jamie
__________________
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. __________________ |
|
#5
|
||||
|
||||
|
Quote:
sadly i have not sorted my own server, im unsure as to why this forum does not work on my server, it was tested by a friend who got it working with no modifications to any scripts, the only thing that was dofferent between my own settings and my friends settings was in the php settings. register_long_array in the php.ini needs to be set to on also also register_globals needs to be on, this forum is called eforum25 and is a very good forum on web and from what ive seen by viewing some online forums it isnt bad on wap either, but other than that i cant give any more help on this. |
|
#6
|
||||
|
||||
|
Thanks for the response. Perhaps even the ini_settings may help someone elseusing those forums.
Good luck. Thread closed... Jamie |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > form processing stops when run as wml(Was: HELP!! with this code please?) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|