Gazing into my crystal ball I observed Helpful person <>
writing in news:11530a99-0c1f-4aad-a395-caa3a1feaa97
@n19g2000vba.googlegroups.com:
> I have at last understood how to write a reasonable web site (at least
> to my standards). I would like to learn how to set up a page using
> forms to allow direct input into a database (or excel) file. I have
> almost zero knowledge of databases but am proficient at excel,
> including VBA.
Never allow data from a client directly into a database. Always validate
the data on the server. Read up on SQL Injection and its prevention.
>
> Can someone recommend any books or good on line resources (starting
> from a fairly simple level) that will allow me to write useable
> forms? I have no problems with the HTML /CSS but need to learn how to
> recover the data. It is important for me to understand which methods
> are "good practice" and which are not. Will I need to learn a server
> side scripting language, and if so, which is most universal and
> suitable for this task?
You will definately need to learn a server side language. If you already
know VBA, Classic ASP might be a good starting point, or you could go
directly to another. PHP is a good server side language, and pretty easy
to learn.
If you have no knowledge of databases either, then you will also want to
learn SQL - datebases differ but you should be okay once you know the
core language.
Although the HTML at W3Schools leaves a lot to be desired, their lessons
on server side languages are enough to get your feet wet.
>
> How difficult a task is this for someone who is generally computer and
> software savvy?
>
It's a never ending journey, there is always something new to learn.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share