Thread
:
Ajax/Jquery with PHP/SQL
View Single Post
04-05-2012, 06:01 PM
PM User
|
#
2
devnull69
Senior Coder
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
If you use a type "POST" request, the parameters handed over to PHP will be available in the $_POST associative array. So the image_data parameter will be available as $_POST["image_data"] and not $image of course.
devnull69
View Public Profile
Find More Posts by devnull69