[PHP-WIN] Re: form to php

2004-07-30 Thread Al Jones
Very nice answer Mark, some of us newbies get lost in the fray here so *I* really appreciate when someone takes the time to show how and explain the workings. I'm tackling a form and database, and as a new php person it's a bit intimidating! "Mark Collin" <[EMAIL PROTECTED]> wrote in message new

Re: [PHP-WIN] Session Variables

2002-12-04 Thread Zaid Al-Hamdoon
in the php.ini make sure the global register=on. PHP 4+ this is set to off by default. From: "Jed R. Brubaker" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-WIN] Session Variables Date: Wed, 4 Dec 2002 00:15:19 -0700 I am having a problem with a simple script that uses session var

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Zaid Al-Hamdoon
Are you saying that you've defined the the field as VARCHAR(4000)? I thought VARCHAR only went up to 255? Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to thi

[PHP-WIN] RE : [PHP-WIN] mysql_connect() doesn't like "localhost" ?!

2002-03-29 Thread Firas Al-Ragom
some ideas.. PS sorry for bothering, I had a collegue working in Comitsiel named Firas, is it you? List: php-windows Subject: [PHP-WIN] mysql_connect() doesn't like "localhost" ?! From: "Firas Al-Ragom" <[EMAIL PROTECTED]> Date: 2002-03-29 13:57:49 [Do

[PHP-WIN] mysql_connect() doesn't like "localhost" ?!

2002-03-29 Thread Firas Al-Ragom
Hi everyone, I've just installed Apache 1.3.24 and PHP 4.1.2 ( as a module ) and mySQL 3.23.49 on a Windows 2000 workstation. I didn't encounter any problems with the install, but for some strange reason whenever I use any scripts with mysql_connect("localhost", "user", "password") I get Warning:

Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-30 Thread Ashraf Al Shafaki
bugs are bugs and will always remain bugs. it's not a terminology used by this group in particular, but by ALL programmers. a program that when compiled does not compile has an ERROR, not a bug a program that runs, and makes no 'errors' cans still give you results that you do not expect or "Did N

RE: [PHP-WIN] mail to too many users

2002-01-28 Thread Mostafa Al-Mallawani
ild a big header and send out 300 at a time. Jim Lucas - Original Message - From: "Mostafa Al-Mallawani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 11:41 AM Subject: [PHP-WIN] mail to too many users > I need to send an email to 19

[PHP-WIN] mail to too many users

2002-01-28 Thread Mostafa Al-Mallawani
I need to send an email to 19000 users using a script, any suggestions. Looping on a result set using the mail function would kill the server. I know it can be done using a mailing list module but I'm running a windows machine with IIS, what's the best thing for this? Thanks.

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Al
ow exactly where all your extension files are. Regardless, I agree with you that placing them in the "system" directory is something that should NOT be done! There's enough junk there already :) -Al On Fri, 17 Aug 2001 07:37:34 -0500, [EMAIL PROTECTED] (Angie Tollerson) wrote:

[PHP-WIN] Re: Retrieving "text" > 4K SQL Server 7.0

2001-08-17 Thread Al
Thanks!! -Al On Fri, 17 Aug 2001 14:17:28 +0800, [EMAIL PROTECTED] (Elman Cheng) wrote: >if you use the PHP MSSQL driver, >find a line in php.ini : > >mssql.textlimit >= 4096 >mssql.textsize >= 4096 > >and change there are value to you wanted. > >elman &

[PHP-WIN] Re: Retrieving "text" > 4K SQL Server 7.0

2001-08-15 Thread Al
dbc_result ($resultset, "f_description");] I found that I can use 128K (odbc.defaultrl = 131072) without any problems, and for my purposes, that should be sufficient. -Al On Wed, 15 Aug 2001 15:26:45 GMT, [EMAIL PROTECTED] (Al) wrote: >Setup: PHP 4 and Apache on NT 4; SQL Server 7.

[PHP-WIN] Retrieving "text" > 4K SQL Server 7.0

2001-08-15 Thread Al
e also tried using the PHP MSSQL drivers and I get the same results, so I'm sure there's something I'm missing on the SQL Server 7.0 end. Help?!?! -Al -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]