[PHP] To fill an Array

2002-07-17 Thread Gabor Niederlaender
Hi all! I would like to fill the values from my $_POST array to another array called xy which is not an associative array. F.Ex: $_POST['smthing'] should be $xy[0] etc... How do I do this? Best regards, Gabor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] MSSQL - Authentification ?????

2002-07-15 Thread Gabor Niederlaender
Hi All! Is there a way to build up the connection to a MSSQL Database if the Authentification is set to Windows-Authentification and not SQL-Authentification? Greetings, Gabor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MSSQL - Authentification ?????

2002-07-15 Thread Gabor Niederlaender
Hi All! Is there a way to build up the connection to a MSSQL Database if the Authentification is set to Windows-Authentification and not SQL-Authentification? Greetings, Gabor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MSSQL and NT

2002-07-15 Thread Gabor Niederlaender
Hi all! I went after my problem with the NT authentification and I found out, that if you want to make a NT-based Authentification (f.ex for an ODBC-Connection) the I_USR will be seen as the actual user... I granted then rights to the I_USR in the DB, but this way, I cannot distinguish which

[PHP] Destroying a session!!!

2002-05-14 Thread Gabor Niederlaender
Hi all! I have seen a couple of discussions on the same topic, but even so I do not really know how to destroy sessions. I would like to achieve, that a second login after a logout generates a wholly new session, with a new session id. I have tried: session_unset(); session_destroy();