| Re: how can i use this php code in a block |
| by kesikkafa on 2005/3/28 10:04:22 thank you. after 25 messages we did it :) |
| Re: how can i use this php code in a block |
| by davidthomas1 on 2005/3/28 9:53:06 dang, I noticed those unescaped quotes too... I thought it was just a typo in the forum! glad you solved the problem, nice work! |
| Re: how can i use this php code in a block |
| by kesikkafa on 2005/3/28 9:48:39 highlander thank you..perfect! at least i get success. You can see the result http://www.kesikkafa.com block name is Son Mesajlar. It shows the last messages from my phpbb forum. |
| Re: how can i use this php code in a block |
| by highlander on 2005/3/27 20:29:47 Quote:
you haven't escaped the quotes here : try : le="color: #000000"><?php <a href="$urlPath/viewtopic.php?topic=$row[topic_id]&forum=$row[forum_id]" target="_blank">" greetings Highlander |
| Re: how can i use this php code in a block |
| by kesikkafa on 2005/3/27 18:38:17 i put the scroll.php in a iframe and in a block...it is okay. my problem is when you click a link in the iframe ,it opens the link in the iframe.i want to open link in a new window or in the main page. |