Wednesday, April 14, 2010

New logo for Anil Labs . . .

Hello viewers,
Once check it designed new logo for anil labs ...

How to prevent php website from sql injection

Hi friends,
In this post, i would like to explain what is sql injection and how to prevent from this attacks to our website.
SQL Injection:
SQL injection is another vulnerability of PHP.  SQL injection refers to the act of anyone can inserting a MySQL statement to be run on our database without our knowledge. Injection usually occurs when you ask a user for input, like their name, and instead of a name they give you a MySQL statement that you will unknowingly run on your database

Complete information at http://www.anil2u.info/2010/04/12/how-to-prevent-php-website-from-sql-injection/

how to configure oscommerce site

Hi friends,
Today I want to discuss how to configure the oscommerce if we are files at subfolder and  run at localhost or site .
http://localhost/oscommerce/shop/
We may get errors at this point, suppose we are run oscommerce shop in a sub folder then we  have to think that how to configure this file to run the site success . Follow below points to configure file to run the shop at your localhost or site.

Complete post at  http://www.anil2u.info/2010/04/08/how-to-configure-oscommerce-site/




How to import and export big database files

Hello friends,
today i want to share some basic concepts but we need to know about import and export databases. If it is small database file, we can directly export or import from the phpmyadmin.
Process to export:
1) Go to phpmyadmin -> click on database -> there we have button called “export”.
2) When we click on that button, we got a screen like in which format do want to export from database ( Like .sql,.txt,.zip,.zar or just open it that browser) 3) When we click on “Go” button, we will get database backup file.
Process to import:
1) We have the database, but we want to import database to that existing database.
2) Click on “import” button and then we have the separate screen click on browse and select the database file and click on “Go” button, it will successfully import the database.

  Complete article at @ http://www.anil2u.info/2010/04/03/how-to-import-and-export-big-database-files/