sql insert

PHProtect - Captcha and PHP security

PHProtect - Captcha and PHP security

PHProtect is a tool to allow you to easily insert captcha’s to prevent spam and database flooding and prevent common PHP attacks. Key functions Easily include captchas Time delay on captcha to prevent bruteforce attacks Automatically sanitise all GET, POST, COOKIE and REQUEST requests with just 2 lines of code Stop XSS attacks Stop SQL injections Captcha PHProtect allows you to include captcha in your exiting forms with just a few lines of...

Multi-DB Administrator v1.0

Multi-DB Administrator v1.0

Multi-DB Administrator is an application developed in PHP that allow you administer your SQL Server, PostgreSQL and MySQL databases without the need of write any code(no php, neither sql) in an easy way, using an attractive web interface. You can export data from your tables in several file formats as CSV files, Excel files (XLS, XLSX), PDF files and SQL files. You also can import information from CSV, Excel (XLS, XSLX) and SQL files, directly...

Public Data Navigation

Public Data Navigation

What is Public Data Navigation? Public data navigation is a template code with c-sharp language ADO.NET and SQL database that does procedures such as select, insert, update, delete and filter. Features Reduce the programming time Reduce the program code Compatible with any type N-tier programming Requirements SQl Server 2008 R2 or earlier Visual Studio 2010 or earlier How to use this product It is very simple to use and the way of us...

MyJSON - Work with MySQL + JSON

MyJSON - Work with MySQL + JSON

MyJSON is a PHP5 Class, with it, you are now able to: Create JSON string from a MySQL Query Insert JSON content into a MySQL Table Create/Insert will work as export! So you is a new experience on backups: with JSON ! The JSON created can be indented or not, you choose Easy to get class-failure errors Examples of both functions are included Examples Creating JSON from MySQL query:echo $json->SQLtoJSON("SELECT * FROM your_table"); Creat...

MyXML - Work with MySQL+XML

MyXML - Work with MySQL+XML

With this PHP5 Class you are now able to: Create an XML file from MySQL Query Insert all XML Content into a MySQL table Create/Insert work as Export/Import! So you have php-friendly way to backup data of a table Create sitemap from a full MySQL table or just a query Easy way to get class-failure errors Easy way to display generated xml (with or without header) and save the data into .xml file Full examples included Examples Creating XML from...

EazSQL - PHP MySQL Helper

EazSQL - PHP MySQL Helper

This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...