Re: [PHP] detect proxy

2003-05-29 Thread sonjaya
>Understandable english please! > >On Wed, 28 May 2003 18:02:26 +0700 > sonjaya <[EMAIL PROTECTED]> wrote: >> dear milist >> any body now script to detect browser also ip event >> using proxy public or high anonymous .thank's >> >> >> >

[PHP] detect proxy

2003-05-28 Thread sonjaya
dear milist any body now script to detect browser also ip event using proxy public or high anonymous .thank's -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] disabel phpinfo()

2003-03-13 Thread sonjaya
e=../apache_1.3.14 >--enable-track-var > >-- >Ray > >On Thu, 2003-03-13 at 00:14, sonjaya wrote: >> dear milist >> i want' instal php with mysql , itry >> like this : >> #./configure --with-mysql --with- >> apache=../apache_1.3.14 --enable-tr

[PHP] install php

2003-03-12 Thread sonjaya
dear milist i want' instal php with mysql , itry like this : #./configure --with-mysql --with- apache=../apache_1.3.14 --enable-track- var and get error message like this : #ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam': /usr/local/src/php- 4.3.1/ext/mysql/libmysql/my_tempnam.c:1 03

[PHP] xml

2002-10-16 Thread sonjaya
how to install apache with xml ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdf in php

2002-09-12 Thread sonjaya
i create some pdf in php like this : and i get error message like this: Warning: Failed opening '/home/web/html/pdf.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0 sicute -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP] basilix

2002-09-11 Thread sonjaya
I have installed basilix 1.1.0 , I have imap too also php support for imap but why every I get to basilix always get error like this: xx.xx.xx.xx - - [12/Sep/2002:19:09:45 -0400] "GET index.php?testCookie=1 HTTP/1.1" 302 5 looping until I stop the browser .. any one how to solve this problem.

RE: [PHP] snmpwalk

2002-07-09 Thread sonjaya
Have you even cek the box that must run snmp too, try this snmpwalk localhost public -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP not working on Apache at XP Pro.

2002-06-26 Thread sonjaya
If you use win xp pro try use phptriad is working in my winbox , phptriads include = apache+mysql+php. You can download in sourceforge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] paradox

2002-06-25 Thread sonjaya
error message like this Warning: SQL error: [Microsoft][ODBC Paradox Driver] External table is not in the expected format., SQL state S1000 in SQLExecDirect in c:\apache\htdocs\database\odbc1.php on line 8 Warning: Wrong parameter count for odbc_longreadlen() in c:\apache\htdocs\database\odbc1.

[PHP] odbc

2002-06-25 Thread sonjaya
i just newbie how to use odbc in php i have ready craete odbc in window like this odbc name= data user = tes password= i want read some data in password.db and put ini un the screen strukture database password.db like this password name level allos some exsample to use to get in th

[PHP] Script text

2002-06-20 Thread sonjaya
I have capture serial port (pabx phone) ,and get the file dat like in attachement. So iwant make some page for read that conten in the file I just take some part like this 1.date 2.extension 3.long 4.number Exsample : 17/06/02 07:27:3008 00:00:59 437 2034224 16/06/02 08:11:2506

[PHP] parse text

2002-06-19 Thread sonjaya
i want read some tex like this here contens file text 1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ 1. i want read from first left until eight caracter (12345678 <-- caracter i cant read ) it can be use fread 2. i want read 5 from nine (9) caracter from left ( 0ABCD <--the caracter must i re

[PHP] parse text

2002-06-19 Thread sonjaya
i want read some tex like this here contens file text 1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ 1. i want read from first left until eight caracter (12345678 <-- caracter i cant read ) it can be use fread 2. i want read 5 from nine (9) caracter from left ( 0ABCD <--the caracter must i re

[PHP] open database paradox

2002-06-18 Thread sonjaya
i want to open and read database in paradox , how

[PHP] CONVERT

2002-06-07 Thread sonjaya
i have databse paradox (extension *.db) how to read in php and save to mysql , thanks i just new bie in php