Originally posted by: kirus
What I want to do is to create basically a dictionary.com website where you enter a word in french and then can get the translation of that word into English. Creating a page for every word would take forever, but I can start working on it.
Ok, no you dont get it. In this case you would write a file that associates an english word with its french translation. This would be part of an include in a script that would take info from that file and dynamically generate a page. It would look like this:
user inputs foo and sends this to a script on your server (PHP)
the script receives foo and looks at a file (that you wrote) and picks the associated french word
the script takes these two words and generates a page (that you designed) and serves it
this page would be IDENTICAL to every word search, but would insert the necessary search terms, french conversions, ineresting thoughts, and pr0n you deem appropriate.
Does this help? Someone skilled in PHP, css, html, etc could do this in an hour or so.