Search found 3 matches

by foxtamerind
Fri Oct 15, 2010 10:53 am
Forum: PHP - Code
Topic: Dropdown reload SQL query
Replies: 3
Views: 143

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.
by foxtamerind
Thu Oct 14, 2010 10:36 am
Forum: PHP - Code
Topic: Dropdown reload SQL query
Replies: 3
Views: 143

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 &nbsp; <form method="get"> <select ...
by foxtamerind
Mon Sep 20, 2010 9:53 am
Forum: PHP - Code
Topic: Selecting Month from SQL Date
Replies: 1
Views: 177

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...