LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
Title
Author
Date
Views
323
A simple guestbook application demonstrating using MySQL and PHP3 to generate interactive web pages
Complete Programs
,
MySQL
,
PHP
,
Databases
Chad Cunningham
1998-11-29
89406
1553
complete, simple, working example of a login screen/system using php functions, cookies, and a mysql database for begginers.
Authentication
,
Complete Programs
,
PHP
,
MySQL
,
Databases
Graham Hart
2000-04-16
79339
3927
A simple PHP login script that you can modify to suite your needs. It use a session to store data in a session file submited by the page.
PHP
,
Sessions
,
Security
,
Authentication
ROMEL CUZON
2004-06-28
78878
4012
Multiple Select box, Select multiple Items from Menu.List box
PHP
,
HTML and PHP
,
Beginner Guides
eli n
2004-09-19
60916
4389
Data Retrieve from Mysql using AJAX with PHP
PHP
,
AJAX
,
Date Time
,
Databases
,
MySQL
Suraj Thapaliya
2006-05-01
58936
478
Full membership authentication system.
Authentication
,
MySQL
,
PHP
,
Databases
Simon Booth
1999-01-24
58053
167
Functions for loading images into a MySQL database and displaying them.
Graphics
,
HTML and PHP
,
MySQL
,
PHP
,
Databases
Patrick Ryans
1998-07-14
57999
384
Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs.
Databases
,
PHP
,
MySQL
,
Complete Programs
Jack McKinney
1999-01-17
56465
1249
A PHP based webmail at : http://www.horde.org/imp
Email
,
IMAP
,
PHP
,
Complete Programs
Boaz Yahav
1999-07-03
56250
4653
Human readable PHP password generator
PHP
,
Security
,
Beginner Guides
,
Arrays
Christian Haensel
2007-06-14
51545
1779
Complete, simple working example of login screen and check on a unique page using php functions, cookies and mysql database.
PHP
,
Cookies
,
MySQL
,
HTML and PHP
,
Authentication
Aureliano Rama
2001-01-03
48442
220
A simple and fast calendar combining PHP and tables. Use this as a base for applications in which a calendar is needed.
Date Time
,
PHP
,
Complete Programs
,
Calendar
Christopher Ostmo
1998-09-03
46885
3694
Remote Scripting: send form POST data to a script and insert the results into a page without refreshing the page.
PHP
,
AJAX
,
HTML and PHP
,
Java Script
Tim Morton
2003-06-29
46078
3287
How to Insert a Date Format Into MySQL from PHP
PHP
,
Databases
,
MySQL
,
Date Time
,
Beginner Guides
Peter Saul
2002-03-30
43043
3796
Dynamic Calender in PHP, Javascript and HTML.
PHP
,
Java Script
,
HTML and PHP
,
Calendar
Srikanth Turaga
2004-01-21
40979
538
MySQL administration in PHP3 via web site - all what do you want to do with SQL query and show you result in the table - DB structure information - table structure information and replication
PHP
,
MySQL
,
Databases
Martin Babuska
1999-04-13
38494
3938
Image Upload And Resize Script
PHP
,
Graphics
,
GD image library
Nick Wilson
2004-07-19
38076
4118
PHP Function to Encrypt/Decrypt a string without a known key. The string itself has his own different key for every character.
PHP
,
Algorithms
,
Security
,
Authentication
,
Encryption
aitor solozabal
2005-03-27
36762
37
Shopping Basket On-Line Ordering System.
Complete Programs
,
MySQL
,
PHP
,
Ecommerce
,
Databases
Steve Lawrence
1998-04-23
36179
3726
Converting date formats to MySQL date format (yyyy-mm-dd)
PHP
,
Databases
,
MySQL
,
Date Time
Boaz Yahav
2003-08-29
33927
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87