Posted by R on 08/23/06 09:37
Hi All,
I'm using HTML_AJAX and it's really superb solution, but unfortunetly
my scripts must take 'm' parameter (framework uses it as:
/url/?m=moduleID).
HTML_AJAX uses 'm' for method name, and all request become:
/url/?m=moduleID&otherstuff=....&c=ajaxaclass&m=ajaxmethod
so value of $_GET['m'] in PHP becomes ajaxmethod
framework takes m=ajaxmethod as module ID and fatal errors occure
I've saved the output of /ajax.php?client=all (HTML_AJAX_Server)
- but it's over 3 000 lines of very sophisticated JavaScript
I've searched through it to find something related to 'm=' but failed
Maybe someone know to change default HTML_AJAX parameter name for
method?
thanks in advance for any help
best regards R
Navigation:
[Reply to this message]
|