Forum: PHP Sep 5th, 2006 |
| Replies: 3 Views: 2,170 Pretty much no matter what you're going to need to use Javascript.
You can either reload the page a bunch of times; user selects cont, page reloads with countries, user selects country, page... |
Forum: PHP Sep 4th, 2006 |
| Replies: 4 Views: 2,626 |
Forum: PHP Sep 4th, 2006 |
| Replies: 2 Views: 1,266 I don't see why you can't use GET, but, serialize/encyrpt the password first. It's easy to do in PHP, but as you have to do it client side, hopefully there is some javascript md5 function.
... |
Forum: PHP Sep 3rd, 2006 |
| Replies: 2 Views: 5,581 Yes what you are asking is very unclear. But the definate answer is: anything is possible!
It sounds like you just need to tinker a little more, possibly loading your query into a... |
Forum: PHP Sep 3rd, 2006 |
| Replies: 1 Views: 2,260 Sorry, but I think it's unclear exactly what you are trying to do.
I assume you mean you have an open source webmail program based in PHP? If this is true, your PHP installation almost certainly... |
Forum: PHP Sep 3rd, 2006 |
| Replies: 2 Views: 2,267 The Zend PHP tutorial located at zend.com has fairly complete examples of PHPs interaction with My and Postre SQL. I recall a few decent examples on persistance. |
Forum: PHP Sep 3rd, 2006 |
| Replies: 8 Views: 1,935 I think the PHP Documentation provides some of the best examples an a per-function basis. Also the user comments are great for seeing different uses for the functions and common problems. |
Forum: PHP Sep 3rd, 2006 |
| Replies: 3 Views: 5,044 Check your tags very carefully and make sure they're all closed. (The problem may not be at the end of the document and in fact is an error somewhere in the middle).
It's probably some little... |
Forum: PHP Sep 3rd, 2006 |
| Replies: 8 Views: 1,866 I think Zend provides a commercial PHP compiler. PHP Optimizer? This is used more for heavily trafficed websites and is absolutely unnecessary when learning the language and for most personal... |