Hi there....

The following problem occurs in my scripts:

A large page is generated with data from a MySQL database. The various
paragraphs inside this page have variable, internal links, also extracted
from the database.
Example: <a name=\"$value\"></a>
Let's assume that $value represents FOO.

Now i want to take the value of this variable to post to $PHP_SELF.
Example: <form action=\"$PHP_SELF#$value\" method=\"post\">\n";.
The HTML-source should show something like <form
action="/domain/page.php#FOO" method="post">

This does not work... Output on the source is like <form
action="/domain/page.php#" method="post">, so $value appears to be empty.

Please help, sombody??

Thanks!

Rob.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to