RE: [PHP] How to know a requets from web page or client.

2007-05-08 Thread Le Phuoc Canh
Thanks every body for helping me ! :)


Le Phuoc Canh
 
Arrive Techologies
Cell Phone : 0902147449
Home Phone  : (08)9915349
Email: [EMAIL PROTECTED]

-Original Message-
From: clive [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 08, 2007 1:56 PM
To: Le Phuoc Canh
Cc: php-general@lists.php.net
Subject: Re: [PHP] How to know a requets from web page or client.

Le Phuoc Canh wrote:

> How can we know a request from web page( ex : firefox, IE..) or from 
> client( ex : window media, winamp, ...). Please help me !

you need to look at the http request header, you can use the
$_SERVER['HTTP_USER_AGENT'] variable to access that.

Please note some application may provide a false identity, ie Opera
identifying itself as IE.


-- 
Regards,

Clive.

Real Time Travel Connections


{No electrons were harmed in the creation, transmission or reading of 
this email. However, many were excited and some may well have enjoyed 
the experience.}


[PHP] How to know a requets from web page or client.

2007-05-07 Thread Le Phuoc Canh
Dear all,
How can we know a request from web page( ex : firefox, IE..) or from client(
ex : window media, winamp, ...). Please help me !
 
Thanks & Best Regard.
 
Le Phuoc Canh
 
Arrive Techologies
Cell Phone : 0902147449
Home Phone  : (08)9915349
Email: [EMAIL PROTECTED]
 


RE: [PHP] Jabber conection manager

2007-02-04 Thread Le Phuoc Canh
It seem that you want to develop a webchat :), today there is a lot library
about Jabber protocol, but all in JAVA language, if you want you can use
library of jivesoftware to develop. I use Wildfire for IM server, and Claros
for webchat in servlet. You can try it for develop Jabber connection manage.
Best Regard.

-Original Message-
From: chetan rane [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 03, 2007 10:07 PM
To: php-general@lists.php.net
Subject: [PHP] Jabber conection manager

HI all

i want to develop a Jabber connection manage its role will be

1. accept HTTp request from the Client
2. establish connection with a jabber server using TCp 3. and later start
the instant mechanism between them

has any one worked on this please let me know how to do it


--
Have A plesant Day
Chetan. D. Rane
Location: Pune , India
Contact: +91-9890792762
otherID: [EMAIL PROTECTED]
 [EMAIL PROTECTED]


[PHP] Help me about using php with tomcat server.

2007-01-04 Thread Le Phuoc Canh
Dear all,
I have two web application running on php and jsp. But i don't know how can
to use php and jsp on tomcat server. Please help me.
 
thanks & best regard.


[PHP] Help me about detect client screen resolution!!!

2007-01-02 Thread Le Phuoc Canh
Can we use php to detect client screen resolution? Please help me ?
 
Best Regard.


[PHP] Help me about audio stream...

2006-12-03 Thread Le Phuoc Canh
Dears,
I want to make a web app about music online. But i don't know how to use
streaming in PHP to load a music file for playing. Please help me for the
best direction.
Thanks alot and best regard.


[PHP] mssql conflict with sybase...

2006-12-01 Thread Le Phuoc Canh
Dear all,
I use php version 4.4.2. When i use mssql and sybase extention, they are
conflict together. I don't know how to using them together.
Please help me...
 
Thanks & Best Regard


RE: [PHP] Connect to Sybase !

2006-11-29 Thread Le Phuoc Canh
Thanks Chris, I understand my problem, but can you show me where to find the
libct.dll or where I can get libct.dll

Thanks & Best Regard 

-Original Message-
From: Chris [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 11:14 AM
To: Le Phuoc Canh
Cc: PHP Mailing
Subject: Re: [PHP] Connect to Sybase !

Le Phuoc Canh wrote:
>  
> Of course I know edit my php.ini, but the problem here that when I 
> test use
> sybase_connect() function and run by command line, a message "This 
> application has failed to start because libct.dll was not found".

..so it's not that php doesn't support it, it's that php can't get to the
sybase dll's.

Completely different issue.

Does the libct.dll file exist on your system? Is it in the environment path?

--
Postgresql & php tutorials
http://www.designmagick.com/


RE: [PHP] Connect to Sybase !

2006-11-29 Thread Le Phuoc Canh
 
Of course I know edit my php.ini, but the problem here that when I test use
sybase_connect() function and run by command line, a message "This
application has failed to start because libct.dll was not found". 

Can you help me to solve that problem.
BR

-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 1:59 AM
To: Le Phuoc Canh
Cc: PHP Mailing
Subject: Re: [PHP] Connect to Sybase !

On Tue, November 28, 2006 8:01 pm, Le Phuoc Canh wrote:
> I want to make a connection to sybase database with PHP on win32 
> platform, but i can't recompile PHP with extension --with-cybase-ct. 
> Please help me

In the .zip file you downloaded for PHP, there should have been, hopefully,
a file named something like php_sybase.dll

If you fix up your php.ini and uncomment the line matching that, you'll get
the Sybase DLL loaded in.

Caveats:
You have to check with  where your php.ini file is, or is
supposed to be, and make sure you have a php.ini file in that directory, and
edit THAT php.ini file, and php.ini has to be readable by the user that PHP
is running as, and the DLL has to be in the directory named in php.ini and
the DLL also has to be readable/executable by the user running PHP.  Whew.
That's a lot of "gotchas" to stumble through for a newbie, but there it is.

--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?



[PHP] Connect to Sybase !

2006-11-28 Thread Le Phuoc Canh
Dear all,
I want to make a connection to sybase database with PHP on win32 platform,
but i can't recompile PHP with extension --with-cybase-ct. Please help me
!!!