How tot convert PHP-code into ASP-code

P

Pol

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.
 
T

Thomas A. Rowe

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
==============================================
 
P

Pol

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


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 said:
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.
 
T

Thomas A. Rowe

Try:

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

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


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


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 said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top