Click to See Complete Forum and Search --> : PHP Guestbook and Upload?
Baby Jai
08-16-2003, 04:48 PM
I already made some forms and applcation via PHP but the thing is, since I made those I really have no idea how to make a a feedback type of thing. If you look at my site and the hit feedback and guestbook, you weill see what im talking about. Any help on making either of these would be great.
Also how do i make it where people can upload to my server this way I can run a file sharing type of thing.
metrosoccer12
08-16-2003, 06:07 PM
http://forums.webdeveloper.com/showthread.php?threadid=14406&highlight=uploader
Baby Jai
08-16-2003, 08:06 PM
well thanks but no thanks, that has stuff all over it and it doesnt really answer all my questions, thanks though ;)
What exactly are your questions, then?
Baby Jai
08-16-2003, 08:20 PM
Ok bro this is what I need help with.
1) To make a form where it will get submitted to a diffrent html or PHP file. Like the feedback section on my website
2) To make a guestbook to the same aspect.
3) To make a file uploader where it will automatically post, like, well www.themexp.org, something in that affect.
#1: http://www.webdevfaqs.com/php.php#mailer
#2: http://forums.webdeveloper.com/showthread.php?s=&threadid=10856#post57547
#3: http://forums.webdeveloper.com/showthread.php?s=&threadid=10236#post53317
Start with those... :D
Baby Jai
08-16-2003, 08:42 PM
that mailer isnt what I needed, I want it to POST on my site not be mailed to me. Thanks! Ill work on those others
The same concept can be used... You can either use echo to print it out, or write to a file, if you need it to be available to all visitors. (Pretty much like the guestbook, I suppose)
Baby Jai
08-16-2003, 09:11 PM
Thanks, but I wanted it to have tables, like my guestbook and feedback now