Ive been building web for quite some time, but I am new to php, jquery and ajax. I am currently building one hell of a complicated site. I have a page that starts with a basic form submitting a image to a page in which a user can extract a hex from the image and submit to a query against the db via an ajax call and show the results or an insert form if it is not in the db, a second ajax call is necessary to submit that form. Ajax is necessary because we do not want the user to have to leave the page.
I would provide code, but this site relies on several files to function(.js, .html, .css and .php)
http://www.webdesignforum.com/images...s/confused.gif Has anyone here ever got ajax within ajax working properly?