Search script help

Discussion in 'Products & Tools' started by JayEm, Apr 22, 2005.

  1. #1
    I've got a question about the seach.php file used in the Google API seach system. I'm rubbish at php and want to know can you incorporate html outside the php tags in the results page, to make the page fit into my site?
     
    JayEm, Apr 22, 2005 IP
  2. av1

    av1 Active Member

    Messages:
    168
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    if you mean this:
    <div>
    <?php
    echo $stuff;
    ?>
    </div>
    <?php
    echo $morestuff;
    ?>

    then yes
     
    av1, Apr 22, 2005 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    Yes, you can use the header and footer file for example.
     
    digitalpoint, Apr 22, 2005 IP