SQL Injection is possible to alters the existing SQL commands to expose hidden data or to override the valuable ones, or even to execute dangerous system level commands on the database host. This is accomplished by the application taking user input ($_GET and $_POST) and combining it with static parameters to build an SQL query.
3:38:00 PM
Achappan Mahalingam
No comments
Related Posts:
Date Format Validation in PHP <?php $… Read More
13 Essential Tools to Check Cross-Browser Compatibility Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when featu… Read More
Which function is used to change the entire string into uppercase? string strtoupper ( string $string ) Example: $filename=$_FILES["fileToUpload"]["name"]; $ext = substr(strrchr($filename, "."), 1); echo "<br>File Type is: ".strtoupper($ext); … Read More
Which command is used to find the total number of php files in linux directory? [root@achappan~]# find . -name '*.php' | wc -l … Read More
How to check the string contains particular special character? … Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment