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
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?).
>
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
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
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
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
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?
>
>
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
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?
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 - 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
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
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
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
What are the directory permissions?
Shadow
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
-
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]
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
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
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
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
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
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...
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
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
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
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
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,
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 - 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
32 matches
Mail list logo