Monthly Archives: May, 2009
Fix the Width of Images via CSS
Every time i used to upload files in the width size of 500 according to wordpress theme, but it made me irritating and RSS readers cannot view the picture in full size. So i found a way to display pictures in a fixed wdith for wordpress theme via CSS
Uploading File Using PHP
Uploading files via PHP is a simple process just you need to mention the uploading file enctype=”multipart/form-data” in form tag. If you missed enctype there will be an error no index file.
MySQL GUI Tools
There are many software packages which contains PHP, MySQL and extra tools where you can run without configuring PHP and MySQL inside apache server. But if you are learning MySQL the only way to get experienced with MySQL is MySQL console where you can work with MySQL commands
Encrypting Data Using PHP
If your database table contains user name and password, if you are storing user name and password directly into database table without encrypting it may become a problem. If any intruders hack your database they can track out secret passwords and they can misuse it. At least password field should be encrypted before it is [...]
Copy Table Content to New Table in MySQL
If there is a database which contains user name, password and other fields. But how to take copy of table contents to new table.