
07-25-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 34,531.50 Thanks: 0
Thanked 6 Times in 6 Posts
Rep Power: 405 | | Opening a new window What am I doing wrong?On a straight piece of htm, if I want to open a link in a new window I simply code:HTML:--------- To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ---------and a new window opens.How do I do this with php.the link I need to open is the content of a field from my mySQL database.So I have coded thus:PHP:---------echo " To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ---------this works and opens the relevant page. but it is in the same browser window so I "lose" the original page.I tried PHP:--------- echo " To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ---------but I get a parse error.How do I do this?Thanks To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
| | | |