floppydrivez Posted March 30, 2009 Share Posted March 30, 2009 So I am sorta new to Ajax, Jquery, JS. Anyway I implicated a script that worked locally and not live on Linux. Source jQuery.post("{/literal}{$base_link}do=administer&act=gametypes{literal}", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); Output on Windows jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); Output on Linux jQuery.post("modules.php?name=Clan_Manager&do=administer&act=gametypes", {'mode': 'reorder', 'ids': jQuery.tableDnD.serialize()}); I did verify that & was causing the problem, but my question is how to get around it? Link to comment https://forums.phpfreaks.com/topic/151798-ajax-post-problem/ Share on other sites More sharing options...
corbin Posted March 30, 2009 Share Posted March 30, 2009 How are you outputting that? With PHP or is it hard coded? Link to comment https://forums.phpfreaks.com/topic/151798-ajax-post-problem/#findComment-797206 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.