Hi,
Working with any of the scripting language like php or asp needs a database in the backend to access the fields having all sort of info you need to be displayed on your webpage etc. Further, as far as working of a scripting language with a db is concerned, PHP is always preferred with MySQL and ASP with MSSQL. So choosing a language would again depend on the db query language you know
Anyways, the answer to your questions is as below: (NOTE: Languages below would refer to only PHP as that's the one I would prefer)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1) easy access to a database system(read,write and modify its contents dynamically)
A: I would prefer PHP in this case as most of the control panels have a feature called PHPMyAdmin in-built that can be used to access your db through a GUI interface and thus manage the related tables, fields, etc. easily and with convenience.
2) can help me open
website hostings and automatically fill in text and click buttons..yup..for logging in...
A: Yes, you can do even this using PHP/MySQL and it would be easy for your to go with it as PHP is much simple and user-friendly for coding. You can refer
http://www.php-mysql-tutorial.com/us...tion/index.php for further details on using this feature.
3) copy text from a webpage displayed .. even from its address url..
A: Well, I would be able to help you better on this if you elaborate your question. Please lemme know a bit detail about copying text from webpage or address URL.
4) manipulate,send data and control other applications..
A: Well, as I said most of the control panels provide a feature called PHPMyAdmin that can be used to manipulate data.
Again, getting PHP to Talk to MySQL and manipulate data in the database is an easy to do task once you are familiar with using PHP and MySQL. You can begin using PHP to display and modify data from the database. PHP has standard functions to get this stuff working. You can refer to the guides and articles available on the internet to accomplish this.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Well, hope that answers all your questions and that you shall be able to chose the best. Good Luck mate !!!
