Jan 10th 2011 | PHP| Tutorials |
I have been learning jQuery alongside PHP to help with my event manager project. Here is a tutorial on how to get the values of a checkbox array, post it via a jQuery Ajax call and subsequently delete the values from a MYSQL database. This tutorial also makes use of the jQuery UI which will display our dialogs.
Aug 25th 2010 | PHP| Tutorials |
Following on from getting to grips with PHP Checkboxes I decided to write a little tutorial on radio buttons. As you know radio buttons can only have 1 state either on or off and only one can be selected at any one time. Here is a simple tutorial on how to get data from a database, select the radio button, get data from the form and update the database.
Aug 24th 2010 | PHP| Tutorials |
The aim of this tutorial is simply to get the data from a checkbox and store it in a MYSQL database and on page load the data is retrieved from the database and is shown which would be suitable for an options page in a web app.