The reason for the extra spacing below the text is because of the <p> tag inside your table cells, remove this and your tables should be fine.
Example:
<p class="MsoNormal"><font...
Type: Posts; User: Jeremy Ross; Keyword(s):
The reason for the extra spacing below the text is because of the <p> tag inside your table cells, remove this and your tables should be fine.
Example:
<p class="MsoNormal"><font...
Hello – I created a script (PHP/MySQL) that I would like to test. I am looking for someone to test this script for me, and in return they can keep the script to use on their website if they wish.
...
Here is the quick and dirty way to do it:
Copy this code:
$message = "A contact request has been filled out at your website with the following information. \n \n".
"Name:...
Here is a bit of code that will point you in the correct direction:
<?php
$str = '1207';
echo date('F j, Y', mktime(0,0,0,$str{0}.$str{1},1,$str{2}.$str{3}));
?>
This php function will help you: http://php.net/manual/en/function.parse-url.php
Turn the path to an array and you should be all set.