Sunday, September 21, 2008

connecting php to a database

Hi

My project is "Online Resort"; one of the components is a dynamic form, which is used to collect booking data in to database. I would like to learn more about designing PHP form processor and connecting to MySQL database. My users will also get an email acknowledgement upon successful transaction.

Thanks
Jack

Sunday, September 7, 2008

The solution: CSS and structural markup

"By using structural markup in our HTML documents and Cascading Style Sheets to lay out our pages, we can keep the actual content of our pages separated from the way they are presented.

This has several advantages over using tables...."

Have fun reading this, useful too: www.hotdesign.com/seybold

HTML Validation Errors!

Hi


When validating HTML, I found some errors generated by some kind of javascripts displayed at the bottum of each page. I found that these javascripts have been added my my free host provider 000WebHost which is unavoidable.


These are some commons errors:


<script type="text/javascript">
src="http://analytics.hosting24.com/s.php"></script>
<noscript>
<a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/s.p

I hope these would not affect the validation process.

Thanks