Skip to content
Archive of entries posted on October 2009

phpMyEdit – Mysql table viewer, editor and php code generator.

As a developer, whenever you want to write the php code to get the data from the MySQL database, sometimes it becomes tiresome and time taking. And what if you had to do it dynamically. Well I have not generated the code dynamically using phpMyEdit, but I believe that should be pretty much doable. But [...]

Enter the cvs password in scripts without manual intervention, automatically

One of the things I have been looking for sometime to do is enter the password for cvs in my scripts and finally here\’s how to do it. echo \”password\” |cvs login Sphere: Related Content Technorati Tags: cvs, scripts