Is this possible

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
psn
Forum Newbie
Posts: 13
Joined: Wed Jul 17, 2002 10:22 pm

Is this possible

Post by psn »

Ok i have an admin which im currently coding.
I want to have a form which has
Name:
Picture:
download Name:
which get uploaded to the database as well as into
Picture-Images
Download Name-Downloads
is this possible at all
what will i have to do.
daemorhedron
Forum Commoner
Posts: 52
Joined: Tue Jul 23, 2002 11:03 am

Post by daemorhedron »

This is a horribly vague question. =) However, you will need to build your form in html and then learn how to have it interact with php. It's somewhat frowned upon to just do the code for you, but we will definitely help you out if you are stuck.

Here are some really easy to read useful resources for you

PHP and form input
http://www.php.net/manual/en/language.v ... ternal.php

HTML References
http://www.htmlhelp.com

A completely free online resource to learn a wide variety of languages
http://www.w3schools.com

HTH
Post Reply