PHP3 Introduction Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.
| Name: |
Matt |
| Subject: |
Re: PHP & HTML Link |
| Date: |
07-19-1999 08:06PM |
Great question! I've spent the last 3 days scouring php archives all over the web and usenet groups. Dozens of people have been asking this questions and getting work around replies using header(), meta refresh and include() solutions - which either don't work in the scenario you give or aren't very satisfactory.
I'm new to PHP and I'm a designer not a programmer, so I'm hoping I'm just too stoopid to see the solution to this one and that someone is gonna say: "All you do is..." For the moment, my solution is:
<%@ Language = VBscript %>
<% response.redirect newURL %>
Simple, but not what I was hoping for from PHP.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the PHP Forum!
New On DevShed:
Hot Forum Topics:
|