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
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(
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
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
4 matches
Mail list logo