Forum: PHP 12 Days Ago |
| Replies: 4 Views: 291 alert("Field XYZ is empty, please Fill it out!");
You, just make a JavaScript function to handle validation and only allow to submit when things are ok. That will do relieve a server also |
Forum: PHP 12 Days Ago |
| Replies: 7 Views: 237 you have beaten me Ardav :) |
Forum: PHP 12 Days Ago |
| Replies: 7 Views: 237 Sure, very possible!
Just query database names or whatever and assign it to a variable. Then pass it as an argument to PHP function for making DIRs
You are welcome ;) |
Forum: PHP 12 Days Ago |
| Replies: 4 Views: 270 CWarn, that query is kinda confusing to a newbee, or it would at least have confused me at that stage. I think this one is simple to understand
"INSERT INTO employees(FirstName, LastName)... |
Forum: PHP 13 Days Ago |
| Replies: 4 Views: 270 I don't recommend XAMPP, though it is good once you get used to it! I recommend WAMP, it is elegant and Good. Also check your PHPMyAdmin to browse your databases |
Forum: PHP 29 Days Ago |
| Replies: 12 Views: 332 Check this you tube
It have good teaching on integrating PHPBB and your site. I hope it will give you an idea to start with :)
http://www.youtube.com/user/phpacademy |
Forum: PHP Oct 6th, 2009 |
| Replies: 2 Views: 218 Export the whole database using PHPMyAdmin
There is export option |