 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
scompi
Joined: 27 Jun 2006 Posts: 4
|
Posted: Wed Jun 28, 2006 7:20 am Cards List - hard to explain in title |
|
|
|
Hi, i recently created a new website and i put a feature where you can make your own trading card. but i want to know how would i make a list/database on a seperate page that once the person clicks submit, it is automatically added into the list/database on another page.
if you need more information please request it. |
|
degsy

Joined: 23 Feb 2005 Posts: 2440 Location: North East, UK
|
Posted: Wed Jun 28, 2006 8:10 am |
|
|
|
| Quote: |
| i put a feature where you can make your own trading card |
What code do you have at the moment?
Once you know the basics of PHP/mySQL then it should be hard to have an insert script and a list script
You probably want a member section aswell so that you have a properly formed database with tables for users and card and Primary Keys for the user_id and the card_id |
|
scompi
Joined: 27 Jun 2006 Posts: 4
|
Posted: Wed Jun 28, 2006 8:17 am |
|
|
|
I dont have a code at the moment, all i have is the create a card page, and then the page when they press submit, it shows a picture of the card and i use <div style" top= #; left= #; <?php echo $_POST["field name"]; ?>> to position the text that they inputed into the fields.
Is there another way? |
|
degsy

Joined: 23 Feb 2005 Posts: 2440 Location: North East, UK
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|