View Single Post
Old 12-02-2007, 03:07 PM   #1 (permalink)
Paul&John
www.shittywork.com
 
Paul&John's Avatar
 
Join Date: Sep 2004
Location: ~~~ SEE SIG ~~~
Posts: 19,364
Points: 328
Send a message via ICQ to Paul&John
Exclamation html template in php

Hi there!

For example i got a template file which is used for a boards index page, for example:

PHP Code:
    echo '
                <td class="maintab_' 
$last '">&nbsp;</td>
            </tr>
        </table><br>
        <p align="center">
        <script type="text/javascript" language="JavaScript">
document.write('
<if'+'rame width="728px" height="90px" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" scrolling="no" style="border:0px;overflow:hidden;width:728px;height:90px;" src=""></if'+'rame>');
</script>
        </p>
            '
;


now this won't work because in echo ' ' is an other ' part (in the script), what else can i use there instead of '?

Thanks!
__________________
CHAMELEON MULTI-LICENSES FOR SPONSORS
CHECK OUT THIS THREAD NOW
also check out the my best sponsor: RageCash
Paul&John is online now   Reply With Quote Send a private message to Paul&John