is ur login page working??
"dhpackr" wrote:
I'm going to take the member name of the member and use that instead of having members create a new login.
ru using PHP/MyAdmin to build ur database???
"dhpackr" wrote:
I have one table for all of the picks right now. It's not going to be the fastest method, but I just want to get something done. (Table has fldMember, fldWeek, fldGame, fldSelection and fldWinner) So far, working out nicely.
create your login table. you can import data from another database, an excel spread sheet or cvs file, and add, edit, delete using the PHP/MYSQL admin area.
"dhpackr" wrote:
I think I might be able to get around doing the whole login.php thing.
so you should be able to just add another table via the PHP admin area to the database u already have called login. it would have fields called username, password etc.
the members name can be added to the table and then u would write a query to select the usersname & password.
"dhpackr" wrote:
I think using the member name from the member already logged into PH might be the easiest solution instead of having everyone use another login to remember.
have u connected to your database and displayed some data yet??
"dhpackr" wrote:
Yes sir. I've read, write, updated and displayed data on the PHP page from the MySQL database.
u said u got the forms to display in the database, now is that data being displayed on the page??
"dhpackr" wrote:
I don't have any forms displaying IN the database. I have the page posted on the original post displaying a form. The form table layout is hardcoded.
as far as submitting the winners. u would want to write a function to display the winners and put this code in the class file for what ever page you wish to display the winners on.
"dhpackr" wrote:
I was considering making a admin page, secured via password and entering the winners in there.
I've kind of laid off on this because I just don't have the time to dedicate to it. I made some good progress and if I had a couple days to do dedicate to it, I'd have it done. Wouldn't be anything pretty or to brag about, but would serve the purpose and work well. The problem is with not knowing what I can do, it's slowing me down. I have to try several different things before finding one that works.