Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
A very simple filebased guestbook for PHP-beginners. I wrote this guestbook due to a lack of a database. <br>A very nice feature is the search-engine-like number-of-pages indicator. As administrator, you can delete messages by checking boxes.<br><br>There is a new release (V1.0.1) out now. I fixed some bugs and cleaned up<br> some code. Enjoy!<br><br>
<a href="http://www.circle.ch/scripts/code/gbook.zip">Download it here!</a>
<br>
<a href="http://www.circle.ch/scripts/test/gbook/">Test it here!</a>
|
|
Simple database application, using MySQL. Supports a customisable frontend and admin panel, index.php and gbookadmin.php included as examples. Actual display of messages is customisable by changing guestbook.msg.tpl, configuration variables are set in code.guestbook.php. The admin panel is by default non-protected. You will need to add your own check that a user is an admin.
|
|
New Version. This guestbook now includes a date/time stamp. The features as of this release are:
1) AutoLink, when a user adds their website or email to the guestbook, at creates links for the items so users can quickly use that information.
2) Security, No html or php code will work, aso no-one can show things like phpinfo, ect.
3) There are pictures
4) Its still dynamic (no blank fields)
5) about 10% faster
6) STILL NO DATABASE NEEDED
7) now logs, it creates a log and keeps the signers' ip# and date/time as well as browser and computer type. You can match the timestamps and see the data on the person who signed it.
All this in a VERY easy to setup NO DATABASE guestbook, for free, go check it out.
|
|
a simple MySQL powered php guestbook you van get here: <a href='http://markdonline.com/code/db_guestbook.zip'> http://markdonline.com/code/db_guestbook.zip</a>
|
|
a simple guestbook which does not require a databse. Download the most current version at <a href='http://markdonline.com/code/code.php3'>http://markdonline.com/code/code.php3</a>
|
|
A simple example of a SQLite based guestbook that auto-creates the database and table, with a default entry, as long as there are write permissions in the current web folder.
|