1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP code problem

Discussion in 'PHP' started by johnny_boy, Aug 3, 2007.

  1. #1
    Can someone please tell me what I need to add to:
    $title = $desc = "Insert Page Title Here";
    to have this return a database table name from a particular table in the database. Here is the entire code:

    <?
    require_once( ROOT_DIR ."/include...");
    require ROOT_DIR . "/include...";
    $title = $desc = "Insert Page Title Here";
    $onepage = 10;

    $sql = "select * from ad WHERE style=''";
    $rs = $db->Execute( $sql );
    $ad = $rs->fields['content'];


    ?>

    Thanks.
     
    johnny_boy, Aug 3, 2007 IP