Hi,
does anyone know of an elegant way to get the Url of the current frame
in a php variable.
Thanks for any suggestions.
Patrick
PS I know that PHP_SELF will provide the url of the main frame
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
u could re-think your code design so you don't have to rely on
> something so complicated :)
>
> I guess knowing the reason why you need to do this might enable us to give
> you more help.
>
> Justin French
>
> on 01/08/02 10:32 PM, patrick anderson ([EMAIL PROTECTED])
Hi,
I am having some problems creating FDF/PDF's on the fly.
I have created a PDF with Abobe Acrobat 4 including forms. I would like
to send
PDF's via mail filling the fields in the PDF using my mysql database, so
that everyone
gets their own prefilled PDF.
Does any of you have an example scrip
Hi,
I am using php, mysql and apache on a linuxserver to create some user
home pages,
and I have a problem with names including special chars.
If I retrieve an url including for example
/photos/BendsøeMartin97.jpg
everything is ok using netscape, but it doesn't display correct
using IE.
Apache
Hi,
For some (strange, I know) reason I would like to copy the content of a
webpage into a database.
I would like to have code like
$whocares = include ("http://www.microsoft.nl";);
$query = "insert into html values ($whocares,...)";
..
However, include can not copy the content to a variable. D
Hi,
Within a frame I would like to get the url of the frameset
and include a different css dependent on the url. I am
using apache and php, and first tried with HTTP_REFERER.
However, this only works the first time you call the frame and not
when you have a link (the referring page will be the fr
6 matches
Mail list logo