Click to See Complete Forum and Search --> : Help !!


tuanyong
08-28-2003, 03:51 AM
Does anyone has any idea how i can retrieve data from a database which will then be sent out as an email within a browser ..

Please provide with some help if possible as this is urgent ...
Thank you ..

Khalid Ali
08-28-2003, 07:26 AM
if you meant by this that if some one had some generic code for you that did this?? I doubt it.
Questions related to databases are very specific in situations.
You must kno wSome sql to put a query together to retireve data from db,then you will have to run a webserver(since js is only client side),once all that is done then comes the JavaScript.