no/good/at/this
11-12-2008, 02:48 PM
Hi chaps, im in the process of putting the login/logout option into my page, however im not sure how to do the form part.
Is it a "get" command or a "post" command?
Ive got a mysql database set up on my server but how do i link to it.
the way ive been taught is
<form method="post" action="my_database_name">
additional code here
</form>
Do i link to the same database as the registration form?
Doesn't work though, well not the above way anyway, i used a php generated script for the registration page (this links to my database fine although i dont know how) but i dont really want to use that, id rather use my own pages, but mine are all self coded so im a bit stumped.
Any idea's?
Thanks
Is it a "get" command or a "post" command?
Ive got a mysql database set up on my server but how do i link to it.
the way ive been taught is
<form method="post" action="my_database_name">
additional code here
</form>
Do i link to the same database as the registration form?
Doesn't work though, well not the above way anyway, i used a php generated script for the registration page (this links to my database fine although i dont know how) but i dont really want to use that, id rather use my own pages, but mine are all self coded so im a bit stumped.
Any idea's?
Thanks