Search found 2 matches

by Grandpa0594
Sun Aug 05, 2007 1:02 am
Forum: PHP - Code
Topic: Passing Variables With Onclick...
Replies: 3
Views: 366

Passing Variables With Onclick...

First I want to thank those that helped with a previous question regarding OnClick. Perhaps you can bear with my on another thought I had. Throughout my page I want to provide the user either buttons or text that will make selections from my database based on the various criteria. As an example, if ...
by Grandpa0594
Fri Aug 03, 2007 3:52 pm
Forum: PHP - Code
Topic: OnClick - PHP Event...
Replies: 3
Views: 323

OnClick - PHP Event...

This may be a simple question but I'm stuck on it. I want the user to click on a button(s) such as "A", "B", etc. and call a PHP Function to clear a section of the page and display only items from a database that begin with that letter. I have no problems with the PHP code that s...