Dead language..? Cockroaches will survive a nuclear war, and i think they forgot to mention the script languages as well... :D
You can use any kind of language you known.
the error "undefined index" pops when there is incorrect variable setting. After reviewing your script i found that you are using "e-mail" name for your Email input (in your "contact_me.html" page), and in your PHP script you are using "email" name ("$_REQUEST['email']"), this may cause the...
You are asking a good question.
I see that the table built itself by PHP, and after clicking on the "Find" button the results inserted to table rows by Javascript (and AJAX of course).
My way:
1. Your classes .odd and .even should get display:none; for reseting (inside the CSS file).
2...
I would say jQuery or Flash. You can do one of those with Adobe Flash (the old way), or use jQuery scripts to build it. Start with looking for ready jQuery gallery, and customize it. :)
That's right. I posted the basic script (this script works and also yours), but there is more components to add.
For example:
1. Headers - Email configuration. (in your script you are using HTML, you should add HTML content type)
2. Email check - if the email entered is valid.
So as bcee...
ye, from some reason it crush sometimes or in IE7 it doesn't open the url... :confused:
But as PixelPusher said, It's free, and effective, so who cares.. :rolleyes:
First, Box Model made for layouts, and that is also the green part, clean. To read more click here, or here.
Second, you missed closing div, and you doubled your closing body. ;)
- Enjoy.
FrontPage, Dreamweaver... There you have the script window (not for you right now ;)), and the design window to build your website without touching the script.
You pay once to buy it and that's all.
It's OK.
Go to this thread http://www.webdesignforum.com/13568-sending-forms-email.html and look for #4. I post there the clean code by w3schools.
Use only that code without anything else.