php-windows Digest 7 Apr 2001 00:12:18 -0000 Issue 531

Topics (messages 6547 through 6556):

PHP as an Apache module
        6547 by: Phil Driscoll

-help
        6548 by: Jakub Charyna
        6549 by: Asendorf, John
        6550 by: Karl
        6551 by: Alain Samoun
        6554 by: Tomasz Abramowicz

Problems with TEXT fields in MSSQL
        6552 by: Hugo Alexandre Almeida Soares Dias
        6553 by: Flint Doungchak

Re: How can I judge a sessionid is being used or not?
        6555 by: Johannes Janson

Instaling PHP in windows with Apache
        6556 by: Margarida

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


As an interim position before I transfer most of my production sites from NT
to Linux, it would be helpful for me to move from IIS to Apache, so that I
can get everything in order for a quick switch to Linux.

I am happy that Apache with PHP as a cgi is stable, but I have no experience
with PHP as an Apache module on NT in a production environment.

Has anyone got direct experience of this, and if so, is it rock solid
stable, or should I expect some problems?

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org







 





Where would you like us to start?

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aliquando et insanire iucundum est


> -----Original Message-----
> From: Jakub Charyna [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 8:39 AM
> To: '[EMAIL PROTECTED]'
> Subject: [PHP-WIN] -help 
> Importance: High
> 
> 
>  
> 
> 
> -- 
> 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]
> 




help - my fingers have seized up..

Jakub Charyna wrote:

>
>
> --
> 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]

--
==============================
Karl Phillipson

PHP SQL Programmer
13 Stanhope Gardens
LONDON
N4 1HY

Tel: 020 8809 1283
email: [EMAIL PROTECTED]
web: http://www.zenton.co.uk/
==============================







memory laps...

On Fri, Apr 06, 2001 at 05:07:53PM +0100, Karl wrote:
> help - my fingers have seized up..
> 
> Jakub Charyna wrote:
> 
> >
> >
> > --
> > 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]
> 
> --
> ==============================
> Karl Phillipson
> 
> PHP SQL Programmer
> 13 Stanhope Gardens
> LONDON
> N4 1HY
> 
> Tel: 020 8809 1283
> email: [EMAIL PROTECTED]
> web: http://www.zenton.co.uk/
> ==============================
> 
> 
> 
> 
> -- 
> 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]




<?
//
?>

(php command syntax for "no comment")

> memory laps...
>
> On Fri, Apr 06, 2001 at 05:07:53PM +0100, Karl wrote:
> > help - my fingers have seized up..
> >
> > Jakub Charyna wrote:
> >
> > >
> > >
> > > --
> > > 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]
> >
> > --
> > ==============================
> > Karl Phillipson
> >
> > PHP SQL Programmer
> > 13 Stanhope Gardens
> > LONDON
> > N4 1HY
> >
> > Tel: 020 8809 1283
> > email: [EMAIL PROTECTED]
> > web: http://www.zenton.co.uk/
> > ==============================
> >
> >
> >
> >
> > --
> > 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]
>
> --
> 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]
>






Hi

I'm having some problems while using text fields in MSSQL.
I update them normally with the UPDATE command, but when i do the SELECT in
PHP it only returns me the top 4096 bytes (4KB).

Then i did the same thing in the SQL Query Analizer (SQL Enterprise) and
the same select returns me just fine.

Does anyone knows how i can solve this problem? If so, please include
[EMAIL PROTECTED] in the reply.

Thank you,

Hugo Dias
Web-programmer
MNI-Médicos na Internet
www.mni.pt
www.saudenainternet.pt
www.listamedica.com




Hi Hugo,

Depending on what version of PHP you are using and what version of the MSSQL
module you are using, you can edit the following lines in the php.ini file
to retrieve longer text fields.

; Valid range 0 - 2147483647.  Default = 4096.
;mssql.textlimit = 4096

; Valid range 0 - 2147483647.  Default = 4096.
;mssql.textsize = 4096

Frank has made these available in his module for quite some time, so it
should work with the version you are running.

Take care.

-Flint

-----Original Message-----
From: Hugo Alexandre Almeida Soares Dias [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 10:21 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Problems with TEXT fields in MSSQL



Hi

I'm having some problems while using text fields in MSSQL.
I update them normally with the UPDATE command, but when i do the SELECT in
PHP it only returns me the top 4096 bytes (4KB).

Then i did the same thing in the SQL Query Analizer (SQL Enterprise) and
the same select returns me just fine.

Does anyone knows how i can solve this problem? If so, please include
[EMAIL PROTECTED] in the reply.

Thank you,

Hugo Dias
Web-programmer
MNI-Médicos na Internet
www.mni.pt
www.saudenainternet.pt
www.listamedica.com

-- 
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]




Hi,

why do you want to tore it in a table. You create the session
to store variables in it. There is no use in storing it in a
table since the $PHPSESSID changes every time you visit the page
anew.

Johannes

"yanshuldg" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I mean that I have a onlineuser table,which contains two columns,
> sessionid and username.
> When the user is online,I insert his sessionid(created by php) and
username into the sessionid table,and I want to delete the record when the
user is offline,That's:
> How can I judge a sessionid is being used or not?
> or:How can I judge a user is online or not by  his sessionid?
>
>
> --
> 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]
>






Dear All

I've installed Apache Server in my PC  (windows9*) and it is running ok. I
get an answer when I ping my own machine and I can see apache's default
homepage. I've made the changes necessary in the httpd.conf file.

I've configured my php.ini and copied the dlls to the windows directory.

Still when I try to  see the result of a simple code such as the one below
on a browser...
<html>
<head></head>
<body>
<?
echo("hello world!")
?>
</body>
</html>

...I get black page

Has anyone gone through the same problem?
Can anyone point out a solution?

Thank you!

Margarida




Reply via email to