Search found 3 matches
- Fri Oct 15, 2010 10:53 am
- Forum: PHP - Code
- Topic: Dropdown reload SQL query
- Replies: 3
- Views: 145
Re: Dropdown reload SQL query
I'd either way, I just want it to sort when an option is selected from the drop down without having to use a submit button.
- Thu Oct 14, 2010 10:36 am
- Forum: PHP - Code
- Topic: Dropdown reload SQL query
- Replies: 3
- Views: 145
Dropdown reload SQL query
I need to switch SQL queries when I select an option from a dropdown menu using PHP without using a submit button. How would I do so with javaScript? I have nothing in my <head> to support this so far. <div class="main-content"> <h1>Matches <form method="get"> <select ...
- Mon Sep 20, 2010 9:53 am
- Forum: PHP - Code
- Topic: Selecting Month from SQL Date
- Replies: 1
- Views: 178
Selecting Month from SQL Date
I set up a database with phpMyAdmin where I have a table called "matches". A row inside the table called "match_date" uses the little date calendar thing to select a date. In my php Query I want it only to select the entries that have the current month. What should my $query look...