Re: [PHP] Re: Newbie. Posting to backend MySQL database

2004-08-28 Thread Jason Davidson
If you just need to put it in the database, you dont need a form to do that.. just open a connection to your db, and query it in. read about mysql functions in the php manual.. specifically mysql_connect, mysql_select_db and mysql_query , i beleive there is a functional example of all you need o

[PHP] Re: Newbie. Posting to backend MySQL database

2004-08-28 Thread M. Sokolewicz
Aidan wrote: Please help, I'm tearing what remains of my hair out here. I've got a MySQL database where I've defined one of the table fields as an integer. Using PSP I've passed a session variable and can echo it to the screen using . So the session variable exists and can be echoed I now want to