Script Hell!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
spinningfish
Forum Newbie
Posts: 2
Joined: Mon Jul 27, 2009 1:34 pm

Script Hell!!

Post by spinningfish »

Hello there

I wonder if anyone can help me.

I've designed the following form http://www.wild-boys.co.uk/Form.html and need it to upload the requested information, plus three pictures to my server.

I can write a script that will allow me to email the text information to myself, but this has got me really stumped. I just can't fathom it out...

Many thanks

Al
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Script Hell!!

Post by omniuni »

look in to file_put_contents() and the $_FILES superglobal. If you have more questions, let me know.
spinningfish
Forum Newbie
Posts: 2
Joined: Mon Jul 27, 2009 1:34 pm

Re: Script Hell!!

Post by spinningfish »

Thanks for your help.

I wonder if you would mind giving me an example. I'm even prepared to pay someone to write the script!!
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Script Hell!!

Post by omniuni »

What I'll do is this, here's a link to Tizag's file upload page: http://www.tizag.com/phpT/fileupload.php
Let me know if you have any more questions, but if you'd like me to write the script for you, PM me, or email me at daniel@omniimpact.com, and I can probably work something out within your budget.
Post Reply