Hi !
I´m trying (learn) to make som php pages. and now i´m stuck so i´m turing to you who knows php.
here is some of my page
i made " insted of <>
"form name="form" method="post" action="insert.php"
"table"
"tr"
"td"Nickname:"input type="text" name="nickname1" size="10" maxlength="40" "/td"
<td>WonID:<input type="text" name="wonid1" size="10" maxlength="40" "/td"
"td"Bannad av:"input type="text" name="av1" size="10" maxlength="40" "/td"
"/tr"
"/form"
and then i have like 7 more of this nickname2,wonid2 and so on.
ok, now i want to add this info into the databas (mysql)
I have made a php that i named it insert.php what do i haft to write in that to make this info in the databas ?
and how can i display it om a other page ?
and on that page i want to make it possible to delete the info from the databas like if i vant to delete just one person to have some kind of link that can delete it from the databas.
like this :
Nickname: TEST WonID:123456 "link" Delete "/link"
I hope that you understand al of this =)
best reggards
//Marko
PS: And if i will get this right with the help from you al, then i have unother question for you

and that will be i think maby very hard one to

...ds