Search:

Type: Posts; User: Jeremy Ross; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,514

    The reason for the extra spacing below the text...

    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...
  2. Replies
    1
    Views
    2,444

    Looking for someone to test my script.

    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.
    ...
  3. Quick and dirty...

    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:...
  4. Replies
    2
    Views
    2,140

    Here is a bit of code that will point you in the...

    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}));
    ?>
  5. Replies
    2
    Views
    7,026

    This php function will help you:...

    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.
Results 1 to 5 of 5