• 0

How do I set up a data entry form for a database?


Question

The database in itself, is simple enough. I basically want 4 fields on a php page that when data is entered in them, they go into a new row in the specified database on my server. Here are the details

database table = transfersout

and then the following rows where i would enter some information

playerid =

sellto =

selldate =

loan =

loanenddate =

for loan and loanenddate, I would like these to stay as NULL unless I enter something in there.

If this is difficult to achieve is there a tutorial anywhere?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Write form in HTML

Form submits submits to PHP script

PHP script connects to database

PHP script calls stored procedure with cleaned form values as parameters

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.