Re: How tot convert PHP-code into ASP-code

Tech-Archive recommends: Fix windows errors by optimizing your registry



You will need to a script written in ASP that will accomplish what you want.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


"Pol" <pschepens@xxxxxxxxx> wrote in message news:3gl124lgepnr71kiincrpn1027us0mdemn@xxxxxxxxxx
Can someone help me to convert this PHP-code into ASPcode (I am not
familiar with PHP)

<?php
if( ! ( isset( $_POST['empty1']) && ($_POST['lempty1']==""))
die("Spam";
?>

This code is part of a code to avoid spam in a formular.

Thanks.


.



Relevant Pages