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.

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

Thomas
Wed May 07 08:48:11 CDT 2008

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@skynet.be> wrote in message news:3gl124lgepnr71kiincrpn1027us0mdemn@4ax.com...
> 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.



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

Pol
Wed May 07 15:27:32 CDT 2008

What I need is someone who can write PHP-code and also ASP-code, and
who can convert my PHP-code into ASP-code.


On Wed, 7 May 2008 09:48:11 -0400, "Thomas A. Rowe" <tarowe@mvps.org>
wrote:

>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@skynet.be> wrote in message news:3gl124lgepnr71kiincrpn1027us0mdemn@4ax.com...
>> 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.

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

Thomas
Wed May 07 17:15:49 CDT 2008

Try:

http://www.me-u.com/php-asp/index.php

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


"Pol" <pschepens@skynet.be> wrote in message news:3v3424992fnbv0gla6uhfn61ag9olfh2jt@4ax.com...
> What I need is someone who can write PHP-code and also ASP-code, and
> who can convert my PHP-code into ASP-code.
>
>
> On Wed, 7 May 2008 09:48:11 -0400, "Thomas A. Rowe" <tarowe@mvps.org>
> wrote:
>
>>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@skynet.be> wrote in message news:3gl124lgepnr71kiincrpn1027us0mdemn@4ax.com...
>>> 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.