Hi i have two wordpress sites in different domains, and i want to pass some values from one to other with ajax ... and can make it ..
As the title says, I\'m trying to create a web page that allows admins to po开发者_高级运维st to a facebook page, not a profile. How do I go about doing this? I can easily post to my profile wall, but
Is it possible for backbone to interface with asp.net soap webservice methods for saving and retrieving the data? because i got this error from the webmethod but actually the POST contains the paramet
I have a link_to like this: <%= link_to \"Nuevo Contrato\", {:controller => \"hotels\", :action => \"edit\", :id => @hotel_id, :selected_tab => \"4\"}, :class => \"new_link\" %>
After doing test after test and creating new scripts I have discovered that chrome is having issues with this part of my jquery script:
I\'m beginner who try to create Facebook App. Here is the code: <?php $app_id = \"xxx\"; $canvas_page = \"https://apps.facebook.com/xxx/\";
开发者_开发百科Im not to familiar with php. I am posting from a form and my php looks like this :
In an article on preventing PHP form resubmissions, I read the following: (Not quoting) This could be the page that receives the form data, for example called \"form.php\":
I send a post request to the server, which inturn returns a JSP. Now if i use the refresh button of the browser, i get a confirmation to resubmit the data, and then the page reloads successfully.
Is it possible to submit form data as JSON, without using AJAX? I\'ve tried changing the enctype: <form enctype=\"application/json\"></form>