Forum: PHP May 10th, 2007 |
| Replies: 16 Views: 13,673 >>nice technique
>>but is it as efficient as AJAX
That was "solution B" in my first reply. It loads the nested Option lists once, so if the user is fiddling around and getting a lot of hits,... |
Forum: PHP May 4th, 2007 |
| Replies: 4 Views: 2,729 Hmmm.. how about removing the superfluous comment detritus ... try:
CREATE DATABASE `anonymusiusform`
DEFAULT CHARACTER SET latin1
COLLATE latin1_swedish_ci;
USE `anonymusiusform`; ... |
Forum: PHP May 4th, 2007 |
| Replies: 16 Views: 13,673 Do you want a server-side refresh of the second SELECT object, or a "<BODY onload=..." javascript that contains all the nested option lists?
The first solution could use AJAX to rewrite the... |