@optikalefxx 1) in your script tag you didn't spell 'javascript' correctly. 2) in your ajax call you spelled 'success' wrong. 3) inside of the success call you have the wrong facing curly brace after the word else. 4) you check for if(value) and you need to check for if(result)
@kennycelt that means what your returning from php is the xml document. You to go into that object in PHP and get what you want from it. try doing var_dump($variable) from php and it will print out all your options
it isn't working for me i have done every thing you said and watched both vids 3 times and still don't see what i'm doing wrong!
pls some help or give a download link to the files
derkjna 6 months ago
@derkjna send me a link of your site and ill take a look. If you dont have a link, zip up your stuff and send it to my email
optikalefxx 6 months ago
@optikalefxx 1) in your script tag you didn't spell 'javascript' correctly. 2) in your ajax call you spelled 'success' wrong. 3) inside of the success call you have the wrong facing curly brace after the word else. 4) you check for if(value) and you need to check for if(result)
optikalefxx 6 months ago
Great tut, but I'm getting this comment "[object XMLDocument]" in the input box can you help?
kennycelt 6 months ago
@kennycelt that means what your returning from php is the xml document. You to go into that object in PHP and get what you want from it. try doing var_dump($variable) from php and it will print out all your options
optikalefxx 6 months ago
Hey man!! great tuts
JuanPlumaa 7 months ago
fantastic tutorial but I'm pretty sure that instead of
$("#hash")[0].value
you could have done
$("#hash").val
tuleo554 2 years ago