Search Results

Showing results 1 to 3 of 3
Search took 0.15 seconds.
Search: Posts Made By: samarudge ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Nov 9th, 2009
Replies: 4
Views: 460
Posted By samarudge
This is a good tutorial on Advanced AJAX with MySQL
http://www.tizag.com/ajaxTutorial/ajax-mysql-database.php
Forum: JavaScript / DHTML / AJAX Nov 9th, 2009
Replies: 4
Views: 460
Posted By samarudge
The request URL would have _GET varaibles in, just create the file action.php with the contents

<?php
print_r($_GET);
?>

and view the output in Firebug (XHTML requests section)
Forum: JavaScript / DHTML / AJAX Nov 8th, 2009
Replies: 4
Views: 460
Posted By samarudge
Sending data:
The easiest way to send data to your server from the form is using _GET variables
You can take the variables from your form and add them to your string like this

function action()...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC