ok tx for your help I will try this :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok do you have an example how this should work?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I have to write a PHP code for adding users to an email server.
For this I use an application called adduser.exe from Ipswitch IMail
Server 8.04.
Can anyone tell me how I can use this file with a PHP code?
Please note that the PHP runs on a different machine than the email
software.
So
thx Mike that works :-)
thx also to the others for their help :-))
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I have the following problem:
How can I use variables in the $_POST statement?
Here is my code:
$old_station[$o] = $_POST['$i'];
$new_station[$o] = $_POST['$i'];
echo "";
echo "";
while ($status_array = mysql_fetch_array($status))
{
$i++;
echo "";
echo ""."";
7;$station'");
header("Location: http://127.0.0.1/empty.php";);
}
}
With HTML it is . But this doesn`t work here
because I have sent the header already.
Can anyone help me?
TIA
Christian
--
6 matches
Mail list logo