php mysql

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...

Database Code Generator

Database Code Generator

Database Code Generator Version 5 is here! Updated to 5.1.0 on 8/2013 Updated to 5.0.4 on 6/2013 DBCG was built to save time when working with a database. It automatically creates all kinds of outputs for you at the click of a button! Even Ajax forms!! In a cliff-notes fashion here’s what this script does. It hooks into your database and generates HTML and PHP code that you can copy and paste into your project. Instead of having to write a f...

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...

Live Events v. 1.0

Live Events v. 1.0

ABOUT “Live Events” is a PHP, mySql, ajax(jQuery) script where you can stream events in real time. You can stream sports, concerts and any kind of events. Your visitors can add their comments (if this is enable) and you can as admin (or writer) add comments, images and videos (from Youtube.com or Vimeo.com). NOTE: This script ISN’T for audio or live video streaming! Is just for text, photos and videos from Youtube or Vimeo. To install the ...

jQuery - Date - Mailer

jQuery - Date - Mailer

jQuery Date Mailer works in all major browsers. The plugin gives you the abbility to mark multiple locations add memos to this location and send all as mail to your friends, business partners etc. The recipient then has the opportunity again to add new markers, memos and to answer you. Features Overview unique jQuery object, no linking to any DOM -Element css styled dragable mail menu direct inside the map language support serversided ma...

You Translate! Website Translation System

You Translate! Website Translation System

You Translate! is a PHP , MySQL & jQuery Application that let your users translate your website in any language you want. How does this work? You assign the messages that you want to be translated User signs in Then your users translate messages and can also vote them You then choose the translation for a specific message of a language and can either accept or delete it After all your messages are translated for a specific language,...

Peek - Database Manager

Peek - Database Manager

Peek is a PHP based MySQL and SQLite Database Manager. With Peek you are able to interact with tables and run queries all from within a web browser. You can View, Export and Drop Tables. You can Export to CSV or XML . Peek uses AJAX so all changes are done live in the browser window. Updated to v1.1.1 – User Accounts, MySQL Support, Table Filtering and more.. Features Easy to configure View, Edit, Export and Drop SQLite Tables Export to CS...

Vote Up Down Script with Comments (13+ themes)

Vote Up Down Script with Comments (13+ themes)

This script is a PHP Voting Script using MySQL and jQuery with 15 themes included, so you have a variety of choices for your vote polls. It allow your users to vote for a current item/page or whatever else you might need it and also comment it. It also includes an administration page which lets the admin add/edit/delete votes and delete comments of users. Also it shows some statistics regarding your votes/comments. All these in one PHP page...

Advanced Error Logging

Advanced Error Logging

Key Features Easy to use Simple installation process Has the ability to log fatal errors (E_ERROR) and higher (E_WARNING, E_NOTICE, etc) Errors can be logged to a MySQL database or a file Simple admin area for viewing logged errors Logs the following informationn on each error The time that the error occurred The error level The actual error message The file that caused the error The line that caused it This item enables you ...

Ajax-PHP Login-Register-Activate-Recover System

Ajax-PHP Login-Register-Activate-Recover System

UPDATED ! (v 1.7) This is a Login, Register, Recover Password, Account Activation, Resent Account Activation Code system using Ajax and PHP . It can be placed in any website using html and php. All ajax requests are being done through the process.php file. It includes: Full Ajax for no page reloads sending back JSON formatted string because its easier to read, manipulate… using the jQuery Library Using Classes with OOP style of ...