Ok, thnx, problem solved.
But about the XSS attacks: what is a XSS attack, and is there a way I can
let users still use some HTML tags (like and )?
TIA,
Arnout
"Marek Kilimajer" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Arnout Boks wrote:
> > H
Hi,
I'm building a login page that redirects the user to the login form when an
incorrect password is entered. An error message is passed as an URL
parameter. Something like:
if(!$pwd == $correctPwd){
header('Location: ' . urlencode('loginForm.php?error=Incorrect
password'));
exit;
}
Whe
The exact implementation differs with your database system, but as an
example for MySQL:
{$row['name_of_description_field']}<
/option>");
}
?>
greetz,
Arnout
"Harlequin" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Another day another conundrum.
>
> I have a form wher
There is no need to use PHP to include HTML in HTML.
You could also use the HTML server-side #include-command.
Greetz,
Arnout
"Torsten Roehr" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> "Harlequin" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > is there a HT
Maybe it helps to open the address with the fopen( )- or file( )-function to
read it's contents.
I use this method to get data from (dynamic) html pages on another website.
I don't have that much knowledge about Java servlets, so I don't know if
this works for that also.
Arnout
"Matt Busche" <[EM
== Quote from http://php.us.themoes.org/manual/en/ref.mssql.php: ==
To use the MSSQL extension on Unix/Linux, you first need to build and
install the FreeTDS library. Source code and installation instructions are
available at the FreeTDS home page: http://www.freetds.org/
Hope this helps you,
Arno
r an
example of this construction.
Hope this is good solution for your application.
greetz,
Arnout Boks
"Warren Vail" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Perhaps this is more about HTML than PHP, but the PHP $_FILES var seems to
> be set up to allow a l
7 matches
Mail list logo