|
OK well im trying to use it with out much joy at all.
my form is called "revisions"
array I wish to write to is myArray
and js array is called form_links
<input type="submit" name="submit" value="Save Changes" onclick="convertJsArrayToPhpArray(form_links, 'myArray' , 'revisions')"/>
To check this i am simply echo myArray[0]
NO joy.
Any ideas?
|