Jump to content

[SOS] How to link database and make header, side columns using ASP


Guest hello_world

Recommended Posts

Guest hello_world

I wondering how to link a database to a webpage

for example, when a user register at my website, how i store it into database? Using Microsoft Access or??

 

and i want to design header and side columns for my websites,

that's mean no matter which page i go, as long as i am still accessing to the website, the header and site columns are the same

 

can some one teach me pls....

thanks for help

Link to comment
Share on other sites

I wondering how to link a database to a webpage

for example, when a user register at my website, how i store it into database? Using Microsoft Access or??

 

Do you want a form on the page which submits data to a database? Have a look at

http://www.wickham43.net/formphptomysql.php

which shows some basic codes but more security codes will need to be added.

 

no matter which page i go, as long as i am still accessing to the website, the header and site columns are the same

 

That needs a PHP "include". See the PHP includes part 1 and 2 videos here

http://www.killerphp.com/videos/

and

http://www.wickham43.net/serversideincludes.shtml

 

which will repeat the same code on several pages.

Edited by Wickham
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...