|
I am working on a site.
www.illustratedimagery.com
---------
I did not make that site. the one I am working on is this www.illustratedimagery.com/testsite/illu...
Our website host offers a service in which you are able to have an online catalog for users to order pictures. I have never done this before, and do not know what how to do it. I need to put the catalog on my new site...
http://www.illustratedimagery.com/mp_cli...
It is a .asp file, Well... I just dont know what too do.
reply here if you know what to do.
If you are a professional or just good with dreamweaver/web programming and think you could help me out more, could you please email me. my email is caleb_5991@Yahoo.com
Do you use windows messanger? If so , maybe you could help me out on there for some live help. I would really appreciate it. Thanks
I have a dreamweaver question. Please help, I need some help?
I can't answer you directly because I have not used .asp for the purpose, but it essentially is a filter that receives post requests and makes queries to a backend database. .asp or active server pages means you are working with an IIS server. Perl, which you asked about in another question, accoumplishes the same thing on Linux systems. Essentially you register the filter with the Web server, your provider most likely has already done that. You probably can learn the syntax easily enough, but you are going to need to know the structure of the existing database before you can write any queries against it, and that is what you will need to do.
I write CGI executables for the purpose, some use Cold Fusion, it is all the same thing. You take the user response to a form, query the database, and build a dynamic page which may be based on a template from the results. Getting the database structure will be the hard part, you may be able to discurn that from the existing .asp pages.
I forgot to add, my e-mail is in my profile, don't know how much help I can be though.
-Dio
|