[PHP] PHP 4.3.7 - Warning message

2004-09-01 Thread ascll
Greetings, I'm using PHP v4.3.7 on my Windows 2000 Server machine with IIS 4.0 as web server. When I tried to test a simple client server app (server.php and client.php - attached), I get the warning message below: - Warning message === listenfd heard something, setting up new client

[PHP] chat server and chat client

2004-08-24 Thread ascll
Greetings, Does anyone know how to use PHP to develop a simple chatting server and client? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web live radio

2004-06-30 Thread ascll
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PHP is probably not the sbest technology for streaming content. Take a > look at shoutcast or icecast or some other product like that which are > custom made for this purpose. SHOUTcast vs Icecast, which one is bet

[PHP] Web live radio

2004-06-29 Thread ascll
Greetings, Does anyone know how to develop a "web live radio" using php, which could use any one of my PCs as the 'radio station' to broadcast whatever voices/music? For example: http://www.rthk.org.hk/live1.asx http://www.rthk.org.hk/live1.ram Thanks. -- PHP General Mailing List (http://www.p

[PHP] Wrong IP address

2004-03-29 Thread ascll
Greetings, I make use of these: - to get the web IP address for my machine once my PC is connected to Internet.. Anyway, sometime I get the correct IP address, but sometime NOT. Does anyone know why? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] How to "smart refresh" php section using iframe?

2003-09-26 Thread ascll
Greetings, I'm newbie in php and I would like to develop a .php page that constantly retrieves data from MySQL database, but I having difficulties to doing so. Please show me the complete code, if possible. Thanks in advance. = index.php = Column1 Column2 Column3 Column4

[PHP] Refresh php section

2003-09-25 Thread ascll
= start Test.php = // Section-A // Section-B // Section-C // Section-D = end Test.php = Greetings, It that a way for me to reload Section-A's php codes every 1-second and Section-D's php codes every 5-second, that belongs to the SAME php file, say "test.php"? Thanks in adv

Re: [PHP] Maintains a persistent connection

2003-09-24 Thread ascll
quot;) Question: = Could my .php page ALWAYS get the latest values WITHOUT reload the page? Thanks. "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- ascll <[EMAIL PROTECTED]> wrote: > > Could I use the PHP to maintain a persi

[PHP] Maintains a persistent connection

2003-09-24 Thread ascll
x27;Value_A' and 'Value_B' respectively 2) Once the value for 'Field_A' and 'Field_B' changed to 'Value_C' and 'Value_D', my .php page should be changed accordingly, in real time. Thanks in advance. ascll [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Auto load data

2003-09-22 Thread ascll
Greetings, I'm designing a table with 21 columns and 3 rows (1-row column header, 2-row data) store in .php file, and each cell of this table storing a value, that I stored it using MySQL database. Now, I want all the values (just the values, but NOT the table) shown on this page automatic update