|
Posted by Sheldon Glickler on 07/16/06 20:37
Here is the problem I have. I have added a management interface in php for
a website that was all html and flash. Whereas before items were
hard-coded, now they are pulled up from a database. I can change the links
from html to php almost everywhere. One of them is located within a flash
file, however. The source for it was lost because of a computer crash (yes,
she didn't back it up -- arghh).
So, here is what I want to do but don't know how. I want to replace the
existing referenced html page with code that will redirect the user (without
notification) to the new php page. I tried a test called test1.html that
simply had a header statement within <?php ?> to go to another page, but
that didn't work.
How do I code the html page to automatically go to another page?
Shelly
Navigation:
[Reply to this message]
|