Search found 2 matches

by phperoo
Thu Feb 11, 2010 8:07 pm
Forum: PHP - Code
Topic: how can i change to php that opens a link in a new window pl
Replies: 3
Views: 56

Re: how can i change to php that opens a link in a new window pl

i can't add any "header" stuff to the file itself.

This PHP webpage file is just a template page as part of a CMS, so i need to find a way to add the blank window directly to the PHP command as posted somehow.....
by phperoo
Thu Feb 11, 2010 6:13 pm
Forum: PHP - Code
Topic: how can i change to php that opens a link in a new window pl
Replies: 3
Views: 56

how can i change to php that opens a link in a new window pl

I have this bit of PHP code on my CMS <?php echo $global_data["links"]; ?> I can not set "open link in new window" (blank window) from within the CMS Admin, so i need to kind of add something to the PHP script above to make it happen - but what and how, any suggestions??