I have having an issue with a css only drop down menu in ie6. With the code bellow you will be able to clearly see that there is an additional 1 pixel of space inside of the UL tag on the bottom of...
In my htaccess I have 3 rewrite rules. The bellow rewrite rule fails where the other rules work. In addition the rule pointing to products.php coming from categories simply forwards me to the...
this may help you out. this should work did not have time to test late for din din pm me if it does not. i also changed it to a background color for better compatibility with MSIE. if you want it to...
okay so im keeping emails in html form in a database. when i add a new email, using quote marks of course, php adds a \ i need a way to remove this seeing the i want to replace the quote with " does...
I added $_GET['page']; now it seems as though im stuck with one variable which was the first one i clicked on "web" i have added a echo started to display the value of $page. i need a way to clear...
Thank you for the advice i tried it out am im still stuck with the same problem. When i click a link on the page http://mtsdd.com it somehow points to the home page only.
can anyone supply me with a list of definitions for like INT VARCHAR for mysql 4.0 or a general list. im looking to get a good background in sql so i can become a stronger php programmer.
i have an index page which basically just has includes and the main html template then i have a page handler script which i have bellow with all the elseif's. all the pages in includes/pages just...
i have a mailer script which i want to modify the way i retrieve variables from the post. i would like it to create a variable for each input and assign the variable the value of that post i tried a...