Hello everyone. I've been trying to teach myself MySQl, but it's not exactly working. I've seen alot of DPers wanting scripts and what not and I would like to help them, but I don't know how. I also see DPers selling scripts/programs like those Ad.bux auto clicker scripts, etc. I would like to learn how. Can someon teach me or tell me where to go, what programs to use, or just anything to help me go forward. Thanks.
I am the owner of the original Adbux Auto Clicker. I created the first version with VB6 and have changed it to VB.Net. Start with the basics of VB.Net and slowly learn your way up.
i always respect programmers. especially autoclicker makers . i wish i had enough time and passion to learn about programming
I think you'll be on the right track (and I'm supporting the people's above me recommendations) if you start out running through the w3schools tutorials for PHP and MySQL. The PHP manual will do worlds of wonder for you, exploring just about any part of the manual will bring you to all kinds of tasty tidbits of code that can go a long way in helping you see how certain PHP functions work and what you can do with them with a little creativity. If you're interested in learning certain aspects, hit a site like Codango.com for some tutorials. Theres tutorials to break down and learn certain aspects of the language (arrays or loops or something) and than other how tos for managing sessions and security. Most of that stuff will be a bit more "advanced" to follow up what youll read on the w3schools and all. Using some of those tutorials in conjunction with w3schools and the php manual and really reading what everything does and seeing how it works and than recreating something like it will do wonders for you... Especially if you find improvements and implement them in your version of the goal "script". My first project was guest book that followed a very basic tutorial, but than i used some others on security to implement some stripping of dangerous characters and eventually required users to be "logged in" (which was tracked by sessions and cookies) etc. You'll find you can catch on pretty quick. I'm by no means a GOOD programmer, but I can get things done on my own with time. Hopefully you'll get to that point in a hurry and far exceed it. Good luck! http://codango.com/php/dir/tutorial/ for the "other" tutorials