Embedding PHP code in PHPLD

Discussion in 'Directories' started by Masetek, Mar 27, 2007.

  1. #1
    Does anyone have experience with embedding your own PHP code within PHPLD?

    I am trying to integrate my new advertising system in with the new directories I am creating. I just need to do a simple db lookup and echo the results.

    Does anyone know how to embed this in PHPLD?
     
    Masetek, Mar 27, 2007 IP
  2. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #2
    Embed it in index.php or some other file and then include that file.

    Assign that variables to the template and then use that ones in the template for the final output.
     
    Nick_Mayhem, Mar 27, 2007 IP
  3. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    #3
    thats too much work.

    All you do is type this code
    {include_php file="yourfile.php"}
    Code (markup):
    into any .tpl file you want and yourfile.php will have to be in the root folder of your phpld directory.
     
    aspidov, Mar 27, 2007 IP
  4. toby

    toby Notable Member

    Messages:
    6,923
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    285
    #4
    write your own .php then include it into the right file where you wanna have it displayed.
     
    toby, Mar 27, 2007 IP
  5. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #5
    or put your code inside:

    {php} and {/php} tags

    Thats probably the easiest way :D
     
    sabian1982, Mar 28, 2007 IP
  6. NRLMedia

    NRLMedia Peon

    Messages:
    2,462
    Likes Received:
    215
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yeah, that worked for me when implementing php code for text-link-ads.com coding.
     
    NRLMedia, Mar 28, 2007 IP
  7. Masetek

    Masetek Peon

    Messages:
    820
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nice one guys...sorted :)
     
    Masetek, Mar 28, 2007 IP