Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-26-2006, 06:07 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
requestURL with '&'

It seems that requestURL is still having problems with links that make use of the character '&'. The command was able to find the php file that I provided the address to, but it was not able to differentiate the '&' character. Thus sending two php parameters as one.
Example:
PHP Code:
requestURL("http://255.255.255.0/example.php?pa=test&pb=test2")
// does not work and will seem to read the parameters as 'pa=test&pb=test'
// as one parameter. Thus instead of it reading pa=test and pb=test2, it will
// read pa="test&pb=test2"
requestURL("http://255.255.255.0/example.php?pa=test")
// while this does indeed work. 
Skyld has brought to my attention a way around this problem by sending one giant parameter and having the php code sort out the different data by using a tokenize() like command. However, this problem should still be fixed.
__________________
Reply With Quote
 


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:01 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.