[PHP] mssql and uniqueidentifier's

2001-06-27 Thread Thomas Häger
Hi NG, my problem is following: I made a query on a table on a MS SQL Server 2000. The table have a key-column from type uniqueidentifier. Ever i made a query on this column, the result is not right. It comes back some crypt. For example: Value Database: 496467D1-7646-4094-8016-087083EA9432 R

[PHP] feof with fsockopen don't work

2001-05-03 Thread Thomas Häger
Hi NG, my problem is following: I've write some code like this: $sFile = fsockopen($strHost,$intPort,$intErrNum,$strError,10); if (!empty($strError)) { echo ("Ein Fehler ist aufgetreten : $strError"); } else { $strCommand = trim($strCommand); $strAnswer = fgets($sFile,128); fputs(

[PHP] array in Session-Vars?

2001-04-03 Thread Thomas Häger
Hi all, i need to use an array in a session variable. On a page i fill the Sessionvar : $HTTP_SESSION_VARS["xy"] []=$whatever (The var is registered with session_register("xy")) I mean that the entry would made at the end of the array, is it not so? But evrey time i proove the entries wi

[PHP] Array in Session-Vars?

2001-03-29 Thread Thomas Häger
Hi all, i need to use an array in a session variable. On a page i fill the Sessionvar : $HTTP_SESSION_VARS["xy"] []=$whatever (The var is registered with session_register("xy")) I mean that the entry would made at the end of the array, is it not so? But evrey time i proove the entries wi