Jerome,
I'd had a similar problem a few weeks ago (see
http://marc.theaimsgroup.com/?l=php-general&m=101960285228542&w=2).
Try modifying your SQL statement like so:
mssql_query("SET TEXTSIZE 2048 select inventory from products where code =
'FCA13'");
O From Now 'Till Then,
\->Reginald
Guys,
Has anyone had much success in building a paging script with PHP for the
MSSQL database?
I've been working on such a script now for three (3) days, but to no avail.
Any help you can send my way would be greatly appreciated.
Thank you.
O From Now 'Till Then,
\->Reginald Alex Mullin
t;;
So far, it appears to be working!
No problems yet that I can see!
Just wanted to share!
O From Now 'Till Then,
\->Reginald Alex Mullin
/\ 212-894-1690
> -----Original Message-
> From: Mullin, Reginald
> Sent: Monday, April 22, 2002 10:30 AM
> To: &
t an error
message as well?
O From Now 'Till Then,
\->Reginald Alex Mullin
/\ 212-894-1690
> -Original Message-
> From: Chris Hewitt [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, April 20, 2002 7:10 AM
> To: Mullin, Reginald
> Subject: Re:
Hi Guys,
Does anyone know what the following error message is and how I can go about
solving it?
***ERROR MSG***
Out of memory during "large" request for 2147487744 bytes, total sbrk() is
1459608 bytes.
This error message gets written to Apache's error logs every other time I
execute my MSSQL q
ark) for all of your help.
O From Now 'Till Then,
\->Reginald Alex Mullin
/\ 212-894-1690
> -Original Message-
> From: Mullin, Reginald
> Sent: Monday, March 18, 2002 2:45 PM
> To: '[EMAIL PROTECTED]'
> Subject: FW: [PHP] Creating arrays using
reason, it seems to be skipping
the first record.
O From Now 'Till Then,
\->Reginald Alex Mullin
/\ 212-894-1690
> -Original Message-
> From: Mullin, Reginald
> Sent: Monday, March 18, 2002 2:29 PM
> To: 'Mark Heintz PHP Mailing Lists'; [EMAIL
>Reginald Alex Mullin
/\ 212-894-1690
> -Original Message-
> From: Mark Heintz PHP Mailing Lists [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, March 18, 2002 1:26 PM
> To: Mullin, Reginald
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Cre
Hi Guys,
I've been experiencing some problems when trying to build 3 arrays with the
ID values of all of the groups a user belongs to. (I then want to register
these arrays into the current session). The arrays only appear to be
getting the first value (group ID) instead of all of the values th
You can also use JavaScript to redirect the user to another page.
After your form has finished updating your database, do the following:
window.location.href='NEXT_PAGE.html';";
?>
Note: Your client's browser must support JavaScript for this to work.
As suggested by Hugh, it's much better to u
Hi Guys,
I have some images stored in my MySql database that I'd like to display on
the bottom of my HTML page. However, whenever I attempt to display the
images using the follow code:
$getPhoto = mysql_fetch_object($result);
$Type = $getPhoto->type;
Header("Content-type: $Type");
$Body = $getP
Hi Guys,
Is anyone aware of a browser based WYSIWYG HTML editor that works with PHP?
Essentially, something that's free and easy to integrate into my existing
form. I want users to be able to add formatted content to my site without
knowing any real HTML.
O From Now 'Till Then,
\->Regi
wrong here? Did I screw up the alias? Does my system not
> support this functionality? HELP.
>
> P.S. My virtual server is running Linux.
>
>
>
> O From Now 'Till Then,
> \->Reginald Alex Mullin
> /\ 212-894-1690
>
> -Original Messa
Hi Guys,
I recently read an email entitled "Can a PHP program receive an e-mail and
write it to a file???" in the PHP archives (see
http://marc.theaimsgroup.com/?l=php-general&m=97986044121868&w=2) and wanted
to ask a follow up question. I'm a novice programmer, new to PHP, and
unfamiliar with th
14 matches
Mail list logo