Jump to content

php copyright script help


cheazygoya

Recommended Posts

Hello all,

Can anyone help me out?  The script snippet below is not working.  All I need to do is create an auto-update copyright script.

 

<tr>

<td>

                    <table width="780" border="0" cellspacing="0" cellpadding="0" background="images/tbg.gif">

<tr>

<td width="6"><img src="images/tbg.gif" width="6" height="32"></td>

        <td width="100%" align="center"><font size="1"><b>

                                <font face="Tahoma, Verdana" color="white">

                                <script type="text/php"><?php print "Copyright &#9426; 2002-".date('Y')."".

                                "ebilling works llc. All rights reserved";?></font></b></font></td>

                                <td width="31" align="center">

<img src="images/ttbg.gif" width="31" height="32">

 

                                </td>

</tr>

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/107825-php-copyright-script-help/
Share on other sites

When you say it's not working, we don't know what that means.

 

You didn't give us a link to look at or say what it's doing. What is it showing you? What do you want it to show you? Are you getting errors? What are they?

 

All of that information is VERY relevant for us to give you an answer.

When you say it's not working, we don't know what that means.

 

You didn't give us a link to look at or say what it's doing. What is it showing you? What do you want it to show you? Are you getting errors? What are they?

 

All of that information is VERY relevant for us to give you an answer.

 

I tried to make a php script that would auto-update the year,

Nothing appears at the bottom of the browser, and there are no errors.  This is how I would like the bottom of the page to read:

 

                        Copyright ⓒ 2002 - 2008, ebilling works llc. All rights reserved

 

 

This is the script I wrote, but nothing at all appears at the bottom of the screen

<?php print "Copyright &#9426; 2002-".date('Y')."".

                                "ebilling works llc. All rights reserved";?>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.