extraParams. Does it works?
Hi, maybe someone knows how to solve this problem.
Plugin uses parameter "extraParams". So I put it on it's place, and
it looks like this:
extraParams: '&oid=' + oid
oid is some number here.
Then I want to access this oid in PHP code using construction $_GET["oid"]
But it seems, that PHP script does not see this index.
Please, tell me, what am I doing wrong?
Great thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Alex on 18 Aug, 2011 02:32 AM
PHP script does not seem to accept any $_GET parameters. (((
Here is the JS code, may be there is something wrong:
$g.getJSON('/_categories_suggest.php', function(data_categories) {