Jump to content

Ajax Post Problem


floppydrivez

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.