[PHP-WIN] IRC & SOCKETS

2003-10-07 Thread Paulo Nunes
I am trying to implement a chat to my page. Using reloading is out of the question. I was indicated this technology, iFrame, wich i am liking (does anyone knows better?). But my problem is: how do i manage that everyone sees what user X just wrote and sent? I was checking socket functions, but i am

[PHP-WIN] Re: IRC & SOCKETS

2003-10-07 Thread Rahman Haqparast
use a temporary table in a mySQL database. "Paulo Nunes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to implement a chat to my page. Using reloading is out of the > question. > I was indicated this technology, iFrame, wich i am liking (does anyone knows > better?). >

[PHP-WIN] Problem with special characters

2003-10-07 Thread ojje johansson
Anyone having ide why special characters suddenly doesnt work on my apache (on win2k). I wont return letter like "'e" and swedish characters öåä from mssql 2000. It worked before but after i have unistalled zonealarm and run windows update, and installed win 2000 server client tool's php wont r

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Disko_kex
I tried with 4.3.2 and 4.3.3 and its not working, but with php 5 is working, but then I cant get my mysql to work with php 5. What server are you using? And ideas why some characters is missing? -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Disko_kex
Yes I did that, I noticed that "!" appered after some chars. But I still don't have a clue about the missing chars. :/ -Original Message- From: Andrei Popovici [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2003 15:15 To: Disko_kex Subject: Re: [PHP-WIN] Every 1008th character is missing

RE: [PHP-WIN] Re: timeout question

2003-10-07 Thread Disko_kex
I had that problem too. set_time_limit = 0 ; in php.ini and Timeout 0 # in httpd.conf // jocke -Original Message- From: J.Veenhuijsen [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2003 06:55 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: timeout question see in php.ini max_execut

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Svensson, B.A.T. (HKG)
Was the e-mail address shortened by 5 chars? On Tue, 2003-10-07 at 13:46, Disko_kex wrote: > I tried with 4.3.2 and 4.3.3 and its not working, but with php 5 is > working, but then I cant get my mysql to work with php 5. What server > are you using? And ideas why some characters is missing? > >

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Charles P. Killmer
No it was lengthened by 12 characters. And I checked and the email did contain 1008 characters. So it didn't miss any in my test. -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:49 AM To: Disko_kex Cc: Charles P. Killmer; [EMAI

[PHP-WIN] Session Managment

2003-10-07 Thread Kevin
I have setup a php page to use mysql and PHP's session handling. The logon page displays just fine but when I try and log into the page IE give me the page can not be displayed. I have the session.save_handler set to files and the session save path set to C:\tmp. Any ideas what I am doing wrong?

[PHP-WIN] Re: Session Managment

2003-10-07 Thread Rahman Haqparast
Does your C:\tmp exist? "Kevin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have setup a php page to use mysql and PHP's session handling. The logon > page displays just fine but when I try and log into the page IE give me the > page can not be displayed. I have the session.sav

php-windows Digest 7 Oct 2003 17:47:02 -0000 Issue 1945

2003-10-07 Thread php-windows-digest-help
php-windows Digest 7 Oct 2003 17:47:02 - Issue 1945 Topics (messages 21705 through 21716): Re: timeout question 21705 by: J.Veenhuijsen 21712 by: Disko_kex Re: Problem with my PHPNuke Site 21706 by: Wolfgang Schneider IRC & SOCKETS 21707 by: Paulo Nunes

[PHP-WIN] Error 404 problem

2003-10-07 Thread Rahman Haqparast
Hi. I have this funny problem. I recieve Error 404 (page not found) when I call the php files in a newly created folder. I have set my IIS so I can browse my web folders. It shows the newly created folder but when I click on the files in the folder, I recieve Error 404. I use php 4.3.2 and my OS is

[PHP-WIN] Win XP, Apache1.3.28, php 4.3.3; php files won't run

2003-10-07 Thread Occ Shop
Hello all, I'm having a problem gertting my php files to run. Apache 1.3.28 runs fine with no errors. php.exe -i at the command prompt displays html so I'm guessing that's okay as well. php 4.3.3 is set-up correctly. When i make a call to http://localhost/index.php which has: My brow

[PHP-WIN] Re: Win XP, Apache1.3.28, php 4.3.3; php files won't run

2003-10-07 Thread Shadow
Go here: http://www.digitalamit.com/?DA=89ce4fe3aff0c02a99a796c3ba994482 Shadow -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Error 404 problem

2003-10-07 Thread Shadow
What are the directory permissions? Shadow -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Session Managment

2003-10-07 Thread Kevin
Yes it does. Now only because the script is using mysql to store the session info does it not work. "Rahman Haqparast" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does your C:\tmp exist? > > "Kevin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I have setup a

[PHP-WIN] Re: Error 404 problem

2003-10-07 Thread Rahman Haqparast
Thanks a lot Shadow. I haven't checked the NTFS Permissons. Those Files didn't have permission for everyone access. Thank you again. "Shadow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What are the directory permissions? > Shadow -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Re: Win XP, Apache1.3.28, php 4.3.3; php files won't run

2003-10-07 Thread Dennis Große-Venhaus
I know that problem but I can't remind me where i solute it. Probably prepare the php.ini and change the document root or input the AddType-Commands in httpd.conf. Those Things I've done at this problem. Perhaps it helps you cya Dennis -

[PHP-WIN] Form question

2003-10-07 Thread Gerardo Rojas
A bit off-topic. How do we submit a form on an onChange event of a drop-down list box. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED]

Re: [PHP-WIN] Form question

2003-10-07 Thread Ignatius Reilly
To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 8:57 PM Subject: [PHP-WIN] Form question A bit off-topic. How do we submit a form on an onChange event of a drop-down list box. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] HTML Printing problem.

2003-10-07 Thread php coder
Issue: HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many

[PHP-WIN] PHP Connection to OLAP

2003-10-07 Thread Blake Skullerud
Hi, I am fairly new to PHP and so far it has been above my expectations. A co-worker and I are trying to implement MSSQL Analysis Manager. We have begun building data cubes but I have not been able to find any documentation on how to connect to the cubes using MDX. Should I be able to connect in t

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
Hi, if I can suggest you to do some pagination on your reports, then after printing each page, next page will be automatically loaded and printed and so on until report will be printed. Reloading and printing of each page should be done with client side programt, such like javascript... This meto

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread php coder
We have tried this method but it has a lot of problems. One is that you have to hit print everytime a new page is printed. You can do some active x programming to get around this but then your just talking IE. Another problem is that you have to count lines to keep your headers straight. The gr

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
In java it works on client side. html is parsed in client computer, then is send to client printer. php is server side, so, I'm afraid it has no such option like html parser you've mentioned. Html can be very big and will be correct, the problem is the way browser parse it and resources it needs...

[PHP-WIN] php - iis6 mail problems?

2003-10-07 Thread speeves
Hi! I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost... Anyone else seeing this? speeves cws -- PHP Windows Mailing List (h

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
Try to consider different format of data, just like pdf, which will be correctly opened in client browser and will be also well formatted for printer and easy to print, with just one click for all of pages. HTH Piotr php coder wrote: > We have tried this method but it has a lot of problems. One

Re: [PHP-WIN] php - iis6 mail problems?

2003-10-07 Thread speeves
speeves wrote: Hi! I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost... Anyone else seeing this? speeves cws BTW, I have ph

[PHP-WIN] Re: php - iis6 mail problems?

2003-10-07 Thread Manuel Lemos
Hello, On 10/07/2003 06:22 PM, Speeves wrote: I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost... Anyone else seeing this? Y

[PHP-WIN] PHP Graph

2003-10-07 Thread Rinku Shivnani
Can any of you help me in making graph for numeric data for an application in PHP. Can any of you send me some samples for the same. Regards,

Re: [PHP-WIN] PHP Graph

2003-10-07 Thread Ignatius Reilly
Investigate Jpgraph. Fantastic package. http://www.aditus.nu/jpgraph/ Ignatius _ - Original Message - From: "Rinku Shivnani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:47 AM Subject: [PHP-WIN] PHP Graph > Can any of you help m

php-windows Digest 8 Oct 2003 06:01:16 -0000 Issue 1946

2003-10-07 Thread php-windows-digest-help
php-windows Digest 8 Oct 2003 06:01:16 - Issue 1946 Topics (messages 21717 through 21736): Error 404 problem 21717 by: Rahman Haqparast 21720 by: Shadow 21722 by: Rahman Haqparast Win XP, Apache1.3.28, php 4.3.3; php files won't run 21718 by: Occ Shop