I am quite new to this jquery ajax. What I want to know is how can I populate the content of my second select box based on the selection from the first select box. Say here is my HTML:
I've been working on an API server. The API is working fine, until the part I have to work on Authentication. I used this RESTClient (a Firefox add-on) to test my API, however it seems...
I would like to ask is it possible in PHP to detect whether there is an error occurred during the download or the downloading of the file was successful?
As far as I understand your concern, I believe what you are looking for is the application.ini under the Zend folder. By default, your Zend folder contains this file, but it is still not an .ini but...
The reason why I need to ask for the hours and minutes is because, this is like a scheduling module. Like a range of time of your rent on a restaurant. :)
I maybe off-topic in regards with my reply, but I do suggest enclosing your php syntax using the [php] bbcode tag on the editor. This makes the script be accurately readable. :)
As NogDog had said, <input type="submit"> tag is missing. If that current code you posted (index), is the one you had actually on your script, it will display only a textbox on run. I wonder how you...