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
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
Mobile Dev World
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
88
89
90
91
92
1834
code examples found for
PHP
.
#
Title
Author
Date
Views
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
145481
4012
Multiple Select box, Select multiple Items from Menu.List box
PHP
,
HTML and PHP
,
Beginner Guides
eli n
2004-09-19
139348
4389
Data Retrieve from Mysql using AJAX with PHP
PHP
,
AJAX
,
Date Time
,
Databases
,
MySQL
Suraj Thapaliya
2006-05-01
130504
3287
How to Insert a Date Format Into MySQL from PHP
PHP
,
Databases
,
MySQL
,
Date Time
,
Beginner Guides
Peter Saul
2002-03-30
115838
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
101148
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
98672
3938
Image Upload And Resize Script
PHP
,
Graphics
,
GD image library
Nick Wilson
2004-07-19
92749
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
79467
167
Functions for loading images into a MySQL database and displaying them.
Graphics
,
HTML and PHP
,
MySQL
,
PHP
,
Databases
Patrick Ryans
1998-07-14
74723
4653
Human readable PHP password generator
PHP
,
Security
,
Beginner Guides
,
Arrays
Christian Haensel
2007-06-14
73659
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
72607
3261
Authentication script to authenticate users in Active Directory through LDAP.
LDAP
,
Authentication
,
Cookies
,
PHP
Patrick Dooley
2002-02-25
66689
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
64110
478
Full membership authentication system.
Authentication
,
MySQL
,
PHP
,
Databases
Simon Booth
1999-01-24
62369
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
62009
1249
A PHP based webmail at : http://www.horde.org/imp
Email
,
IMAP
,
PHP
,
Complete Programs
Boaz Yahav
1999-07-03
60667
4214
PHP Calendar
PHP
,
Calendar
,
Date Time
,
Java Script
,
CSS
Warren Gutierrez
2005-08-09
60205
4396
Form Validation Using PHP to highlight non valid fields
PHP
,
Form Processing
,
Data Validation
,
Beginner Guides
Suraj Thapaliya
2006-05-09
59334
4056
Create HTML forms dynamicly using Javascript & PHP
PHP
,
PHP Classes
,
Java Script
Ben Yacoub Hatem
2004-12-26
59094
4111
Easy alert box pop-up function
PHP
,
Java Script
,
Beginner Guides
bastien koert
2005-03-24
57684
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
88
89
90
91
92