Categories
Tags → Mysql Like Function

mySQL database class compatible with PDO for PHP 4+

This is a mySQL database class, that allows you to run queries faster and supports prepared statements, just like PHP 5''s PDO, but working for PHP 4. It supports: - persistent connections; - raw query, just like mysql_query; - select func...
DETAILS

Sending queries to mySQL

PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error...
DETAILS

Adventure-(PHP-)Framework

The Adventure-(PHP-)Framework is a web development framework helping to design and create object orientated and reusable PHP web applications. A unique DOM model, the generic page controller component and a set of shipped XML tag libraries helps to...
DETAILS

RateMe

RateMe is a HotOrNot like picture rating script (PHP/MySQL). Features: comments (flood protected), admin area, approving of picture (with email notification), unique votes, cheating protection (IP or cookie based), ''Skip'' function, poss...
DETAILS
©2003-2008 jCay.com