
|
PHP Notes and Files
PHP Notes
PHP Scripts
- Easy File Post
A set of web scripts that allows a novice user to upload a file with a standardized date-format nanme (20020514.htm). These files are posted in a linked list on the index page in reverse chronological order (most recent first).
- E-Card
This is the php code I wrote for creating an e-card for church. I have not taken the time to generalize the code, I just took out the passwords and stuffed it in a zip file.
- School Lunch Calendar
A web script that allows the school secretary (or whomever) to enter all the school lunches for one month on a single screen, then posts them into a database. Students and parents can then view the lunch menu online. Note that the files must be in a folder called "lunch" for the program to work. This is one of my ambitious early efforts, so it works, but it is not as robust or sophisticated as it could be.
- Photo Album
Displays images one at a time on a single page. Requires that pictures be named "pic1.jpg", "pic2.jpg", etc. See sample at my school website.
Resources:
Restricted access |