Tagged: Apache_PHP_MYSQL

What is difference between mysql,mysqli and pdo ?

http://php.net/manual/en/mysqli.overview.php http://phppot.com/php/mysql-vs-mysqli-in-php/ There are (more than) three popular ways to use MySQL from PHP. (DEPRECATED) The mysql functions are procedural and use manual escaping. mysqli is a replacement for the mysql functions, with object-oriented …

Συνεχίζεται…

MySQL Workbench

http://dev.mysql.com/downloads/workbench/

php mysql scripts insert , del , edit

http://www.phpeasystep.com/mysql.php http://www.freewebmasterhelp.com/tutorials/phpmysql/1 http://www.phpmyedit.org/ http://www.webdeveloper.com/forum/showthread.php?t=209907

Uploader: Free PHP Script

http://www.maianscriptworld.co.uk/free-php-scripts/maian-uploader/free-file-upload-system/index.html http://bytes.com/topic/php/insights/740327-uploading-files-into-mysql-database-using-php http://kloplop321.com/php-tutorials/index.php/2010/04/05/php-mysql-tutorial-09-file-upload-system-with-records-in-mysql/

Using PHP Objects to access your Database Tables

http://www.tonymarston.net/php-mysql/databaseobjects.html http://www.tonymarston.net/php-mysql/databaseobjects2.html http://www.tonymarston.net/index.html

Desktop-Like Web-Based MySQL Admin App: MyWebSQL

http://mywebsql.net/ MyWebSQL is the ultimate desktop replacement for managing your MySQL databases over the web. With interface that works just like your favourite desktop applications, you don’t need to keep switching over webpages to …

Συνεχίζεται…

EasyPHP

EasyPHP installs a complete WAMP environment for PHP developers in Windows including PHP, Apache, MySQL, PhpMyAdmin, Xdebug.. http://www.easyphp.org/

Issue With Ereg Expression

http://php.bigresource.com/Issue-with-ereg-expression-DXnDQu2g.html http://www.techeden.com/regex

MySQL Tutorial

http://www.tutorialspoint.com/mysql/

Using MySQL Full-text Searching

http://devzone.zend.com/article/1304 http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html

Simple search with PHP, jQuery and MySQL

http://www.codeforest.net/simple-search-with-php-jquery-and-mysql στο παραπάνω κώδικα υπάρχει ένα λάθος $result = $row[‘title’]; το σωστό είναι $result = $r[‘title’]; http://www.reynoldsftw.com/2009/03/live-mysql-database-search-with-jquery/

PHP , MYSQL , JAVASCRIPT Essentials

http://www.techotopia.com/index.php/PHP_Essentials http://www.techotopia.com/index.php/MySQL_Essentials http://www.techotopia.com/index.php/JavaScript_Essentials http://www.techotopia.com Practical PHP Programming http://www.tuxradar.com/practicalphp

Pagination with jQuery, MySQL and PHP.

http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html http://www.phpjquery.com/jquery-tutorial/pagination-with-jquery-and-php/ http://jquery-mix.com/2009/09/pagination-with-jquery-mysql-and-php/ http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/

mysql managers

http://www.gosu.pl/dbkiss/ http://www.sqlitemanager.org/ http://sourceforge.net/projects/sqlitemanager/files/ [ download] http://sourceforge.net/projects/monoql/ http://mywebsql.net/ http://www.burlaca.com/aerosql/

MS Access and MySQL

http://www.databasejournal.com/features/msaccess/article.php/3770991/MS-Access-and-MySQL.htm

SQL Injection: How To Prevent Security Flaws In PHP / MySQL

http://www.learnphponline.com/security/sql-injection-prevention-mysql-php http://www.anil2u.info/2010/04/12/how-to-prevent-php-website-from-sql-injection/ http://smashingwebs.com/2010/09/sql-injection-how-to-avoid-it/