How to integrate an image /text uploader to my site for visitors ?

livesend46

New Member
Messages
8
Reaction score
0
Points
0
HOW TO ADD AN IMAGE UPLOADER / TEXT UPLOADER TO MY SITE ?

To do that a user can upload an image / text to one of specified pages and link a url to it if he want

+The uploaded images / text should be displayed in a table on the page

+everytime a new user upload an image / text they should go to the first cell of the relevent table - a text table for text , an image table for images - the tables are about 10 rows and 10 collumns wide etc .

+ one visitor / one IP address can upload only one image / text during a given time period .

Things the system should deliver

1. an upload interface form ,

2. MYSQL database structure

3.PHP script with automatical uploadability to the given table

4.
an image resolution limit for images and character limit for text . those exceed rejected

5. linkability at the very moment they are uploaded

how i can get this accomplished ?

I know bit HTML . but none of php , MY SQML

i am in a desperate necessity . plz somebody hang around a while and post something usefull . ( something lengthy and desriptive )

I dont care if its PHP,HTML or whatever as long as it do my job
 
Last edited:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
So you want us to do your job, free of charge? You're not asking for help, you're asking for work. If you have specific questions, phrase them well and we'll answer them. Otherwise, your best bet is to search the web for existing packages to do what you want, or post over in the marketplace.
 
Top