Skip to content

Commit 0940399

Browse files
committed
Added a Summary on README
1 parent 572996e commit 0940399

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ I found this one to be simple enough to explain very basically via example a cou
88

99
Happy coding :)
1010

11+
## Summary
12+
- [Le problematic](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#le-problematic)
13+
- [Proposed solution](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#proposed-solution)
14+
- [What this example do](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#proposed-solution)
15+
- [Requirements](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#proposed-solution)
16+
- [Getting started](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#getting-started)
17+
- [Contributing](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#contributing)
18+
- [License](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example#license)
19+
1120
## Le problematic
1221
There's a simple form with a couple of nested `<select>`'s. So everytime the main element has its selected option changed, a couple of other elements have their options changed as well on the fly. One of these children is special because each of its options have their own image to be displayed alongside a short description.
1322
Long story short then, the `<option>`s from one of these `<select>`-children should be dinamically created based on a specific DB (in MySQL) query using as one of the query arguments the parent-selected value.

0 commit comments

Comments
 (0)