Simple Mailing List is a simple, free and powefull mailing list manager script written in PHP and MySQL. it easy to use and helps you to control a mailing list by adding/removing members (one-by-one or in bulk), seeing the active/passive ones and sending mailings.
Posted in php | Tagged Free, mailing list, MySQL, php, powerfull, Simple
Part of the developer’s life, is to strive for simplicity in every aspect of their work. When searching for solutions to common problems, you have the choice to lock yourself into all kinds of third party services and API’s, or take the opportunity and develop the functionality yourself.
In this week’s tutorial, we are making a [...]
Posted in php | Tagged Javascript, MySQL, php, simple bookmarks
Recently, I wanted to upload a 10GB SQL file to MySQL using PhpMyAdmin. unfortunately, it didn’t work properly. the fields were created in the database but with no records. It seemed to be a memory and PHP configuration issue
Posted in General | Tagged Databases, MySQL, SQL
Chained select boxes using ajax, php and mysql
Posted in Ajax | Tagged Javascript, MySQL, php
Filter a select box with jQuery, Sack, PHP and MySQL
Posted in JQuery | Tagged filter, JQuery, MySQL, php, select
W3Avenue has compiled a list of really useful free tools and utilities for MySQL that will enable you design and manage your databases of various scope and complexity.
Posted in Tools | Tagged Free, MySQL, Tools
A prepared statement is basically a template that can be reused with different variables. There are some benefits and drawbacks to prepared statements that should be considered:
Posted in php | Tagged MySQL, MySQL Prepared Statement, php