Dynamic Web Page & Access db?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to easily create dynamic web page (let's say we need to manage
a simple database with contacts, products and sales)?
What you suggest? Is there anyone that already has this experience?
 
Hi,
there are many methods you can use to achieve this. What you end up with in
the end is up to you.
You need some way to talk to your database and this could be DAP (Data
Access Pages), ASP (Active Server Pages), PhP...This would sort of act as
your frontend whereas the access database is the backend.
I can direct you to a great sample using ASPs by Danny Seager:
http://www.utteraccess.com/forums/showflat.php?Cat=&Board=52&Number=620122
This should get you started.
HTH
Good luck
 
Thank U!

freakazeud said:
Hi,
there are many methods you can use to achieve this. What you end up with in
the end is up to you.
You need some way to talk to your database and this could be DAP (Data
Access Pages), ASP (Active Server Pages), PhP...This would sort of act as
your frontend whereas the access database is the backend.
I can direct you to a great sample using ASPs by Danny Seager:
http://www.utteraccess.com/forums/showflat.php?Cat=&Board=52&Number=620122
This should get you started.
HTH
Good luck
 
Im going to use PHP

I need help of the form handler thought

e.g
<form action="THIS IS THE FORM HANDLER" action"IM USING 'POST' HERE"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top