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
88
89
90
91
92
93
94
1865
code examples found for
Beginner Guides
.
#
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
89330
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
78661
4012
Multiple Select box, Select multiple Items from Menu.List box
PHP
,
HTML and PHP
,
Beginner Guides
eli n
2004-09-19
60732
478
Full membership authentication system.
Authentication
,
MySQL
,
PHP
,
Databases
Simon Booth
1999-01-24
58025
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
56432
1249
A PHP based webmail at : http://www.horde.org/imp
Email
,
IMAP
,
PHP
,
Complete Programs
Boaz Yahav
1999-07-03
56227
4653
Human readable PHP password generator
PHP
,
Security
,
Beginner Guides
,
Arrays
Christian Haensel
2007-06-14
51153
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
46843
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
45978
3796
Dynamic Calender in PHP, Javascript and HTML.
PHP
,
Java Script
,
HTML and PHP
,
Calendar
Srikanth Turaga
2004-01-21
40940
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
38478
3938
Image Upload And Resize Script
PHP
,
Graphics
,
GD image library
Nick Wilson
2004-07-19
37958
4186
Show hide table rows to make dynamic forms
Beginner Guides
,
Java Script
,
Form Processing
,
HTTP
bastien koert
2005-06-24
36255
3726
Converting date formats to MySQL date format (yyyy-mm-dd)
PHP
,
Databases
,
MySQL
,
Date Time
Boaz Yahav
2003-08-29
33871
3261
Authentication script to authenticate users in Active Directory through LDAP.
LDAP
,
Authentication
,
Cookies
,
PHP
Patrick Dooley
2002-02-25
33148
1432
This is a script that list all image files on a given directory, and displays the thumbnails nicely formated within an HTML table. It also make use of JavScript to open pop up windows when the users want to see the full photo.
Graphics
,
PHP
,
Complete Programs
,
Java Script
Alexandre Lana
1999-12-03
33002
82
Using $PHP_AUTH_USER and $PHP_AUTH_PW to authenticate.
Authentication
,
PHP
rasmus rasmus
1998-05-29
32939
3763
A generic mysql database select/update/insert page for site administrators
PHP
,
Databases
,
MySQL
Ofri Markus
2003-12-03
32819
3112
A complete Guestbook using PHP and mySQL. Multiple catagories, Limit entries shown per page, admin backend to delete entries and more... phpGuests v1.6.1
PHP
,
MySQL
,
Databases
Ray Cuzzart
2001-06-01
32563
3510
How to make a scrolling Div
HTML
,
CSS
Nava Granot
2002-12-10
32126
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
93
94