Search:

Type: Posts; User: chsh; Keyword(s):

Search: Search took 0.08 seconds.

  1. Replies
    28
    Views
    23,630

    One quick note about require vs include, require...

    One quick note about require vs include, require will stop your script from running at all should the file be missing (ie: you may not even get your errors displayed, tho those sorts of bugs seem to...
  2. Replies
    28
    Views
    23,630

    HT, is that exactly how your redirect lines are...

    HT, is that exactly how your redirect lines are supposed to look, or is that the boards borking them in the name of auto-linking? If that's how it is written in your code, that's one big potential...
  3. Replies
    28
    Views
    23,630

    Not using code highlighters for the lose. :P At...

    Not using code highlighters for the lose. :P At any rate, if it's not working on the host, make a simple script that contains:

    <?php
    echo phpinfo();
    ?>
    If it doesn't output, then PHP is...
  4. Replies
    28
    Views
    23,630

    Re: Simple PHP/MySQL - Fresh Eyes Needed

    Corrected versions as I see 'em below:


    <?PHP // Always use <?PHP to open tags, there's a reason PEAR compliance requires it.
    $user = "XXXXX";
    $pass = "XXXXX";
    $db = "XXXXXX";
    $myserver =...
Results 1 to 4 of 4