How do I configure my host records for multiple sub-domains? IE:
I want http://www.blog.10stoptours.com to point to http://blog.10stoptours.com
I know how to point a single sub-domain...
I'm trying to add a page break (For printing) to my webpage. It works great in Chrome, but it does something funny in IE. After The page break there is a large area of white space, but then part of...
I played around with that quite a bit, and it now prints wonderfully in google chrome, but not in firefox or IE.
Is creating a pdf the only way to make sure it is formatted correctly in all...
I made a Java Applet game, and I would like to add a high score list. To do this, I created a MySQL table to store the scores and a PHP script to save/display the scores.
I can not figure out how...
I am trying create a form that submits data into a MySQL table. A gutted version of the code is shown below. It works great when I replace the red line with:
$query = "INSERT INTO top VALUES...
I'm real new to javascript, and I need to add a drag and drop feature to my webpage. I found a great demo webpage, http://www.webreference.com/programming/javascript/mk/column2/3.html. The only...