PDA

View Full Version : php target



DUB
30-06-2007, 06:40 PM
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


<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);

Blob
30-06-2007, 06:58 PM
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


<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);


<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);

Ini
30-06-2007, 09:35 PM
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


<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?

Want to hide these adverts? Register an account for free!