wonna link a data base file to html page using html code

i have a form and i want to link a data bass file to it, how can i do that using HTMl code . thank you in advance

Comments

  • : i have a form and i want to link a data bass file to it, how can i do that using HTMl code . thank you in advance
    :

    You cannot link to a database simply by using raw HTML. You need to use a scripting language such as PHP, Perl ASP etc to connect to the db. My language of choice would be PHP (that's only because it's my favourite).

    To find out more about PHP go to php.net

    If you simply just want to submit the form to another script which will process the input in the form, then change the action="" attribute in to the filename which will process the input.

    Hope this helps,

    ITA
    "Let us smite the evil slime eating hordes who may befall us on our quest to be the ultimate programmers of the known universe!"

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion