Results 1 to 3 of 3

Thread: php target

  1. #1
    Join Date
    Apr 2006
    Location
    London, England
    Posts
    696
    Tokens
    0

    Default php target

    Hey i need help how to get this code below to target say an iframe or new window etc so can someone repost it with the target each time i try adding target="iframe" i get parse error thanks

    Code:
    <a href=\"$PHP_SELF?subaction=showfull&amp;id=$news_arr[0]&amp;archive=$archive&amp;start_from=$my_start_from&amp;ucat=$news_arr[6]&amp;$user_query\">", $output);
    ;veni vidi vici
    ;i came, i saw, i ownt

  2. #2
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by DUB View Post
    Hey i need help how to get this code below to target say an iframe or new window etc so can someone repost it with the target each time i try adding target="iframe" i get parse error thanks

    Code:
    <a href=\"$PHP_SELF?subaction=showfull&amp;id=$news_arr[0]&amp;archive=$archive&amp;start_from=$my_start_from&amp;ucat=$news_arr[6]&amp;$user_query\">", $output);
    Code:
    <a target=\"iframename\" href=\"$PHP_SELF?subaction=showfull&amp;id=$news_arr[0]&amp;archive=$archive&amp;start_from=$my_start_from&amp;ucat=$news_arr[6]&amp;$user_query\">", $output);
    Last edited by Blob; 30-06-2007 at 07:09 PM.

  3. #3
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by DUB View Post
    Hey i need help how to get this code below to target say an iframe or new window etc so can someone repost it with the target each time i try adding target="iframe" i get parse error thanks

    Code:
    <a href=\"$PHP_SELF?subaction=showfull&amp;id=$news_arr[0]&amp;archive=$archive&amp;start_from=$my_start_from&amp;ucat=$news_arr[6]&amp;$user_query\">", $output);
    Doesn't it need to be in an echo?
    Looking for a good desiner to design a social networking template.

    PM me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •