No problem :) If you do come up with a nice clean way around this or need anything else then post it up on here - I'm pretty sure this is a fairly common problem.
Yeah i know haha. But yeah function(xml) is only called once the ajax has finished however your GetNumbers() is the function you wish to return the array from (unless i am mistaken) and that has...
Ok the reason why it is not returning is because the function has actually finished running before the AJAX call is complete (or something to that effect).
Ok what that sounds like is an error in your php that is causing the script to stop and therefore not processing that query and any following queries. Have you got errors turned on so you can see if...
Haha no response eh. Ok the problem you see above is basically because the SASL auxprop plugin requires the passwords in the database to be saved in plaintext. This is obviously not the best way to...
The answer to your question isn't as simple as it may first appear. If you are hosting a singular, low traffic website then i would say yes - try it yourself. The things you learn along the way will...
I have been in the process of setting up a mail server on ubuntu and have got everything working apart from the SMTP authentication to send mail out. The server is running postfix with a...
Honestly i wouldnt worry too much about it. If you are creating a php page then it will be easier to stick with the .php file extension. This does tell malicious users that you are using php and it...
Ok dont take this personally or anything, but i think you may be trying to run before you can walk. I have tidied up your script so it will at least run...but im not 100% sure what your trying to do....
Sorry for the slow reply, had a bit of a mad weekend xD Anyway, what you need to do...in an appropriate place in the script you put the previous code in...