Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8df0026

Browse files
Update README.md
1 parent 2b3e237 commit 8df0026

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

‎README.md‎

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# dynamic-PHP-MySQL-jQuery-upload-form-
1+
# Dynamic PHP+MySQL+jQuery multi-upload form
2+
3+
The script is a sample dynamic form; basically, you get a form containing 4 fields: First | Last | Email | Browse and you have the option to add or remove rows from the form.
4+
5+
The script will save the First | Last | Email fields data in the database (see attached sample - accounts.sql) and will also save the path for the uploaded file ( e.g. uploads/filename.jpg ) and in the same will upload your file to the server in the upload directory ( e.g. uploads )
6+
7+
# Requirements
8+
- Apache2 or better
9+
- MySQL - 5.5.x or better
10+
- PHP 5.5 or better
11+
- an upload directory with "chmode 655"
12+
13+
It shouldn't be a problem running on older versions of Apache/PHP/MySQL but I didn't tested it.
14+
15+
# To do
16+
- split everything - create a templating structure

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /