Profile
Achievement
jadedbat's Recent SnippetsTagged php
- All /
« Prev 1 Next »
Here is a simple method for displaying footer copyright year. This way at the end of the year you are not updating footers for the first 3 weeks in January :)
0
805
posted 15 years ago by jadedbat
A simple to use framework for a contact form. This is missing some serious validation and such but is a good startin' point for any simple contact form.
The input field named 'botty' is an input field we hide with css.. if data is sent to the ha...
7
1465
posted 15 years ago by jadedbat
1. Edit the html form 'action' to point to your PHP page that handles the upload.
2. Create the php page with the code below
3. Define Paths in PHP lines: 3 , 4 of php file
4. Create matching folder to paths in #3 on server.
5. chmod that folder...
4
992
posted 15 years ago by jadedbat
I thought I would share this simple username password PHP auth script. It leans on HTTP to secure a page.. not bulletproof but quick and painless.
3
896
posted 15 years ago by jadedbat