Php help

Discussion in 'PHP' started by Subesh, Apr 30, 2007.

  1. #1
    Okay I'm pretty new to php..But I need help on something. How would I go about making a table on the sides of my site so i can place things like banner ads and stuff on them?...to get you to understand more here's my site: www.youtubeadvanced.com. I need to mostly put a table on the left side of the webpage so I can place banners, ads there. But i don't have a clue how to create the table and where to place it in the php document. Help would be appreciated :confused:
     
    Subesh, Apr 30, 2007 IP
  2. manilodisan

    manilodisan Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <?php
    //phpcode
    ?>
    <table>
    <tr>
    <td>table content</td>
    </tr>
    </table>


    you can separate html from php in a php file...you can use html in php but not php in html....
     
    manilodisan, Apr 30, 2007 IP
  3. Subesh

    Subesh Active Member

    Messages:
    1,382
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Sorry but I need it a bit more advanced. Anyone else
     
    Subesh, Apr 30, 2007 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    Neither do we, without seeing your code.
     
    nico_swd, Apr 30, 2007 IP
  5. kentuckyslone

    kentuckyslone Notable Member

    Messages:
    4,371
    Likes Received:
    367
    Best Answers:
    0
    Trophy Points:
    205
    #5
    One thing you will want to do is to create an include file. Perhaps name it something like ads.php. Put your actual ad contents in this file.

    When you get straight on where you want to ads to appear simply call up that include file in the appropriate location.

    My apologies if this sounds vague, but it is really easy to do. You will have your ads and banners in one file so it makes changing them VERY quick and easy.
     
    kentuckyslone, Apr 30, 2007 IP
  6. Kalyse

    Kalyse Peon

    Messages:
    1,221
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Puts on magic mind reading hat.
    *ohmmmmmmmmmm*

    Ill get back to you when this works, or when you post some code
     
    Kalyse, Apr 30, 2007 IP