[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

[PHP] open database paradox

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

[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

[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

[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] 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

[PHP] paradox

2002-06-25 Thread sonjaya
?php $conections=odbc_connect(data,tes,); $result=odbc_do($conections,select nama from password); odbc_binmode($result,0); odbc_longreadlen($result); odbc_fetch_row($result); header(Conten-type:type: image/gif); odbc_result($result,1); ? error message like this Warning: SQL error:

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

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

[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.

[PHP] pdf in php

2002-09-12 Thread sonjaya
i create some pdf in php like this : ?php $p=PDF_new(); PDF_open_file($p,); PDF_begin_page($p,595,842); $font=PDF_findfont($p,Helvetica-Bold,host,0); PDF_setfont($p,$font,18.0); PDF_set_text_pos($p,50,700); PDF_show=($p,Tess pdf!); PDF_continue_text($p,Line 2 nih); PDF_end_page($p);

[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

Re: [PHP] detect proxy

2003-05-29 Thread sonjaya
that 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 General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[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

[PHP] disabel phpinfo()

2003-03-13 Thread sonjaya
-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-track- var and get error message like this : #ext/mysql/libmysql/my_tempnam.o: In function

[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