Forum: PHP Feb 12th, 2008 |
| Replies: 6 Views: 2,991 since most people will probably never pick more than a few, it would save space to only have one column.
try this:
<?php
//multi-list boxes post an array of results
//get this array into a... |
Forum: PHP Feb 7th, 2008 |
| Replies: 7 Views: 4,034 not having database connectivity would definitely thwart setting up your own log in/out system...
as far as security goes, basic authentication is about the worst, as it sends unencrypted 'plain... |