| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
^Fill a select Box From database (mysql database) | PHP 3.0, PHP 4.0 | Beginner / Tolinio Christodoulou (from psc cd) | 4972 since 1/1/2015 7:38:00 AM |
By 9 Users
|
|
This is an example of how you can fill a select box with values and text from a mysql database.
It shows how to connect to the database and loop through the fields and add the data in a select box |
|
|
|
 |
A Tutorial on Porting MySQL code to other Databases using ADODB | PHP 4.0 | Intermediate / John Lim (from psc cd) | 4077 since 1/1/2015 4:02:00 AM |
By 5 Users
|
|
In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(); when you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the p ...(description truncated) |
|
|
|
 |
Account Creation System | PHP 4.0 | Intermediate / Chris Flanigan (from psc cd) | 5372 since 1/1/2015 4:23:00 AM |
By 23 Users
|
|
*** UPDATED ***
I've rewritten the Account Creation System to be a little more efficient, and in turn made it a little more complicated. I decided to do this due to the interest in the small project. It also now conforms to new PHP 4.0 standards.
This cod ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Admin Dashboard in PHP and MySQL | PHP 5.0 | Beginner / Jake R. Pomperada | 31014 since 7/28/2016 11:28:02 PM |
By 2 Users
|
|
In this article I would like to share with you a sample program wrote by a good friend of mine Mr. Dave Marcellana he share his work to us in order to help our fellow software developer in PHP and MySQL. He called this program admin dashboard in PHP and M ...(description truncated) (ScreenShot) |
|
|
|
 |
ADODB Database Wrapper Library | PHP 4.0 | Intermediate / John Lim (from psc cd) | 4182 since 1/1/2015 4:07:00 AM |
By 3 Users
|
|
This is a PHP database wrapper library that allows you to port your MySQL/PostgreSQL code to other databases. It currently supports MySQL, PostgreSQL, Sybase, Interbase, Oci8, Oracle, MS SQL 7, ADO, Foxpro, Access, and generic ODBC.
<p>
Windows progra ...(description truncated) |
|
|
|
 |
Advanced way of displaying a queryresult | PHP 3.0, PHP 4.0 | Advanced / Jor (from psc cd) | 4122 since 1/1/2015 1:07:00 PM |
By 10 Users
|
|
This code shows a certain number of records per page, if more records found it will print
First ....4,5,6,7,8... Last
or
1,2,3,4,5...Last
or
...15,16,17,18,19
Look at the screenshot! (ScreenShot) |
|
|
|
 |
akp-wmsu | PHP 4.0, PHP 5.0 | Beginner / Rey Sean Caneso (from psc cd) | 3468 since 1/2/2015 3:34:00 PM |
By 7 Users
|
|
It's my first time to create a program using PHP and mySQL.
This is one of our group project in WMSU. A simple alumni database system of a fraternity/sorority organization in WMSU Chapter.
Please bear with my programming skills :) (ScreenShot) |
|
|
|
 |
Authentication Made Easy Version 10.5! | PHP 3.0, PHP 4.0, PHP 5.0 | Advanced / Jerry McElraft (from psc cd) | 4019 since 1/2/2015 8:49:00 AM |
By 4 Users
|
|
Welcome To Authentication Made Easy Version 10.5!!!!!
X-CART SOFTWARE PRO 4.1.9 + GOLD 4.0.4
mnisecure:
MNISECURE, Advanced Member Managment a major upgrade from WEBLOCK.
No SQL UserAuth:
This is all PHP Code, No database needed for a user authentication ...(description truncated) (ScreenShot) |
|
|
|
 |
Authentication Made Easy Version 5.0! Coming Soon Version 6.0! | PHP 3.0, PHP 4.0, PHP 5.0 | Advanced / Jerry McElraft (from psc cd) | 3008 since 1/1/2015 2:12:00 PM |
By 2 Users
|
|
Version 6 Will be here soon!!!!!
This Is Clearly Version 5 Of My Code. Which was released on PSC April. 27, 2005 It Now Consists Of You're Choice Of .htaccess Access With Directory Authentication With User Administration Tool ALL BUILT IN PHP. Or PHP Acce ...(description truncated) (ScreenShot) |
|
|
|
 |
Authentication via PHP, Forms, MySQL, Cookies | PHP 4.0 | Beginner / Josh Martin (from psc cd) | 3407 since 1/1/2015 4:33:00 PM |
By 6 Users
|
|
A 'fairly simple' and kinda secure dual cookie authentication program that uses a MySQL database backend. All you have to do is add a PHP include to the top of every page you want to protect, and there you go. |
|