[PHP] paste part of mp3 to over an mp3

2005-04-23 Thread QT
Dear Sirs, Do you know any classes to paste some part of mp3 to over another mp3? Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] can I join two mp3 files with php

2005-04-19 Thread QT
thank you very much I will try "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > I found an exe file, can I run that ms-dos exe file on linux machine with > > php? > > > > I didn't try anything like this b

Re: [PHP] can I join two mp3 files with php

2005-04-19 Thread QT
I found an exe file, can I run that ms-dos exe file on linux machine with php? I didn't try anything like this before "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > thank you very much > > > > it works

Re: [PHP] can I join two mp3 files with php

2005-04-19 Thread QT
thank you very much it works with mp3 good. But when I try with amr, it doenst work. I think first amr files put some time limit and player stop at time limit. Now I am looking to find how can I convert mp3 to amr. Because I need to have amr file at the end best regards "Jay Blanchard" <[EMAIL PR

[PHP] mp3 convert to amr

2005-04-19 Thread QT
dear sirs, how can I convert mp3 to amr with php? any document source? best regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] can I join two mp3 files with php

2005-04-19 Thread QT
hi, is it easy like this, I tried and works good. Shouldn't I need to handle something inside mp3? just easy to put each file together in the another file? Best Regards "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] any idea how can I join two mp3 file with p

[PHP] can I join two mp3 files with php

2005-04-19 Thread QT
dear sir, any idea how can I join two mp3 file with php best regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] CURLOPT_RETURNTRANSFER

2005-02-17 Thread QT
dear Sirs, I am running a script which is on the remote server. I do not want to wait output of that script, when I run my script. Because some time, other script takes a long time to complete job. I just want to run other script. I used following curl option but still my script grap other script

Re: [PHP] Re: which is best php editor?

2005-01-20 Thread QT
hi, I am using editplus 2 as well. But don't you want to see functions in the another window or some quick coompletion, when you write codes <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What's the purpose of your coding? > > Applications? Just some sort of dynamic code here n th

Re: [PHP] which is best php editor?

2005-01-16 Thread QT
ED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > Any suggestion for good php editor. > > My favourite PHP editor is jEdit, one of the best applications ever > created. =) http://www.jedit.org/ > > Ville > -- PHP General Mailing List (http://www.php.net/

[PHP] which is best php editor?

2005-01-16 Thread QT
dear Sirs, I try to use a couple of php editor, but I am not satisfied with them. Any suggestion for good php editor. best regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] whats happen fsockopen function?

2005-01-04 Thread QT
hi, I clean all & signs, but still no result. This code was working perfect last two years. I don't know what happen? "Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > Dear Sirs, > > > > my fsockopen func

[PHP] whats happen fsockopen function?

2005-01-04 Thread QT
Dear Sirs, my fsockopen function is not working, for last 1 day. And I get following error on log. Any idea why? PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you wo

[PHP] Re: can I compile php source

2004-12-22 Thread QT
hi, can you suggest any good compiler? thank you "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Qt wrote: > > hi, > > > > is there any way to compile php source to make binary file for protecting > > source code? >

[PHP] Any bright solution for my problem?

2004-12-22 Thread QT
Dear Sirs, I have a database with thousands records. And every minutes I am selecting 50 rows from that database and send some data to another web url according sellected 50 rows. Whenever, my script finish job in one minute, I have no problem. Because after each transaction, I am uptading one of

[PHP] Re: can I compile php source

2004-12-22 Thread QT
thanks all "Qt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > > is there any way to compile php source to make binary file for protecting > source code? > > best regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] can I compile php source

2004-12-20 Thread QT
hi, is there any way to compile php source to make binary file for protecting source code? best regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] header problem for mobile browser

2004-10-19 Thread QT
Hi, I want to make a php file for download a jad file. I am using following script to let browser understand that jad file is coming and download it. But I have very interesting problem. If user open browser and write correct addres following script let the download file. But if the user open br

[PHP] transfer coding

2004-09-21 Thread QT
Dear Sirs, I gave a post problem and can't solve last a couple of weeks. Todays I come some point but need to ask some thing. I have a destination server and configured to receive some datas. Owner of the server gives the same name of the different data. His idea is that let the internet explorer

[PHP] Re: how to post data to java servlet

2004-09-19 Thread QT
hi, And I just realize that if we use text/plain instead of application/x-www-form-urlencoded; gives error. When I use application/x-www-form-urlencoded no problem to send single data "Catalin Trifu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > > $str = "DATA=abc&DATA=123

[PHP] Re: how to post data to java servlet

2004-09-19 Thread QT
Hi, When I send only one data such as $str = "DATA=abc"; it is working fine. So that I think, I do not need to use rawurlencode. I made folowing change according your post; again same, when I post only one data field, it works fine. But when use three of them, server comes with error. I think s

[PHP] how to post data to java servlet

2004-09-19 Thread QT
Dear Sirs, I need to post 3 string data to destination adres. But I see first time, the name of the variables are same such as DATA. I ask the destination ovner is there any error. Should be the form fields name such as DATA1, DATA2 and DATA3. According him, his form is working fine and fields ar

Re: [PHP] very interesting post problem

2004-09-18 Thread QT
Thank you, But I don't understand what you mean with body of the post message. Would you explain more or to give an example. Best Regards "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > >Dear Sirs, >

[PHP] very interesting post problem

2004-09-17 Thread QT
Dear Sirs, I need to post 3 string data to destination adres. But I see first time, the name of the variables are same such as DATA. I ask the destination ovner is there any error. Should be the form fields name such as DATA1, DATA2 and DATA3. According him, his form is working fine and fields ar

[PHP] Re: post file from one server to other

2004-08-24 Thread QT
ql_fetch_row($result); > $image = $row[0]; > echo base64_decode($image); > ?> > And in the html file you put: > > Guy Laor > > > == > > > "Qt" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅ

[PHP] Re: post file from one server to other

2004-08-24 Thread QT
I checked the curl but I have same problem; I have to say file type to other server with some method. I couldn't find that method: "Matthew Weier O'Phinney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Qt <[EMAIL PROTECTED]>: > > I ha

[PHP] post file from one server to other

2004-08-24 Thread QT
dear Sirs, I have a database with binary file. I want to post that file from my server to another one with posting method. I have no problem to post any text data but I can not post binary data such as picture.jpe. Where can I find some solution about this Best Regards -- PHP General Mailing L

[PHP] Re: I don't want to use include

2004-06-23 Thread QT
t" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Qt wrote: > > > Dear Sirs, > > > > When I use include, my script is waiting included script results. But I just > > want to run another local script without wait result. > > > > Which comma

[PHP] I don't want to use include

2004-06-22 Thread QT
Dear Sirs, When I use include, my script is waiting included script results. But I just want to run another local script without wait result. Which command I should to use? Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] small and big letter in WHERE statement

2004-06-14 Thread QT
Dear Sirs, When I use where statement, I see that there is no meaning small and big letter. Without looking small caps or big, result comes back. But I want to match only small letters. How can I do that? Best REgards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] what is the best idea to make mirror for mysql database

2004-03-22 Thread QT
do you know best mysql newsgroup address? "Burhan Khalid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > QT wrote: > > Dear Sirs, > > > > I have a web site which is keeping user data in mysql. I am afraiding that > > to collapse of existin

[PHP] what is the best idea to make mirror for mysql database

2004-03-22 Thread QT
Dear Sirs, I have a web site which is keeping user data in mysql. I am afraiding that to collapse of existing server without my control. I want to use another server to keep in standby and I want to set new server DNS as a third and forth server. As far as I know if primary and secondary server

[PHP] gd installation problem

2004-03-13 Thread QT
dear Sirs, I did what says in http://www.php.net/manual/en/install.windows.php#Installation of Windows extensions but still I can not run php_gd2.dll extensions on win2000 where can I find more solutions about this -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP] image header problem

2004-03-09 Thread qt
Dear Sirs, When I am using following codes, I am gettinh "Cannot modify header information - headers already sent by " error. What should I do? header ("Content-type: image/png"); $im = @imagecreate (50, 100) or die ("Cannot Initialize new GD image stream"); $background_color = imagecolorallo

Re: [PHP] Certificate failure for (IMAP)

2003-11-23 Thread QT
= imap_headers ($mbox); if ($headers == false) { echo "Call failed\n"; } else { while (list ($key,$val) = each ($headers)) { echo $val."\n"; } } imap_close($mbox); "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

Re: [PHP] Certificate failure for (IMAP)

2003-11-23 Thread QT
SessAppend($TransIDEnabled, 1); echo ("\">INBOX " . $numberofmessages->Nmsgs . " (" . $numberofmessages->Recent . " new)\n"); echo ("SessAppend($TransIDEnabled, 0); echo ("\">Exit\n"); $IMAPConnection->WM_IMAPClose(); echo ("\n

[PHP] Certificate failure for (IMAP)

2003-11-22 Thread QT
Dear Sirs, I try to connect to email inbox via IMAP but I am getting folowing error: Certificate failure for xx self signed certificate: /C=--/ST=SomeState/L=SomeCity Any idea what is it mean? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] Re: get some part of text

2003-11-14 Thread QT
$temp[0]); > echo $temp2[0]; > > Voila! > > Should always work, aslong as there there are always " around the text. > > -- > Kim Steinhaug > --- > There are 10 types of people when it comes to binary numbers: >

[PHP] Re: get some part of text

2003-11-14 Thread QT
> I'm not good at that kind of syntax, but something very similar to that > should work. > > -- Rob > > > > "Qt" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > dear Sirs, > > > > I have this string; > >

[PHP] get some part of text

2003-11-14 Thread QT
dear Sirs, I have this string; job_resp errorCode="4194337" description="Originator you" I need to take only errorCode value from this string. I am thinking and thinking and can not find how to to. I can split with "=" but allways erroCode place is changing in the string. Any idea Best Regards

[PHP] Re: get method http 1.1 eror

2003-11-12 Thread QT
Thanks all very usefull "Qt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear Sirs, > > I am using following method for GET but I am getting this error from server; > > HTTP/1.1 505 HTTP Version Not Supported Content-Type: text/plain Date: Tue, &g

[PHP] get method http 1.1 eror

2003-11-11 Thread QT
Dear Sirs, I am using following method for GET but I am getting this error from server; HTTP/1.1 505 HTTP Version Not Supported Content-Type: text/plain Date: Tue, 11 Nov 2003 10:08:44 GMT Server: Apache Coyote/1.0 Connection: close \n"; } else { fputs ($fp, "GET / HTTP/1.0\r\nHost: www.exam

[PHP] Re: post xml file

2003-03-03 Thread qt
; } fclose ($fp); $sonuc = trim(substr($recdata,-19)); $pos = 0; $pos = strpos($recdata, "Message Failed"); "Qt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear Sirs, > > I am trying to post a xml file to following http. But I c

[PHP] post xml file

2003-03-03 Thread qt
Dear Sirs, I am trying to post a xml file to following http. But I can not. where can I find some source to read. https://xxx.xxx.xxx.xx/servlet/com.oks.buing.xml.detdrd Any help welcome -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] xml file posting

2003-03-03 Thread qt
Dear Sirs, I am trying to post xml file to http address but I mixed up all. Any source to read this item. I can not realize that shoul I write the file on the server before or I can send without writing. Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP] post xml

2003-03-03 Thread qt
Dear Sirs, I am trying to post xml file to http address but no result. I saw your script at the below but I can not understand How can send file? Can you help Best Regards "Mincu Alexandru" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > yes you can connect to the server from your

[PHP] email pipe

2003-03-01 Thread qt
Dear Sirs, I wa using my @InBody = ; To get data from email after piping. I am not sure that what I should use to have same result with php? I just want to have email' s data into my php script to handle. Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] forward to a html file

2003-02-22 Thread qt
Dear Sirs, I need forward a html file in my php. If I use include, it comes a part of .php result. In the navigation window shows that myscript.php But I want to show that destination.html. I can not find good procedure in the manual, can you help; how can I do? Best Regards -- PHP General

Re: [PHP] Re: date calculation

2003-02-16 Thread qt
ons > http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Dat e_and_time_functions > > olinux > > > --- Fred Merritt <[EMAIL PROTECTED]> wrote: > > Qt, > > The easiest way is to convert your dates into a > > serial day number(i.e. > >

Re: [PHP] date calculation

2003-02-16 Thread qt
in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try: > > $today = strtotime ("1 february 2003"); > $enddate = strtotime ("2 february 2003"); > $diff = $enddate - $today; > > Should give you a clue! > > SW > > > "Qt"

Re: [PHP] date calculation

2003-02-16 Thread qt
; <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This one time, at band camp, > "qt" <[EMAIL PROTECTED]> wrote: > > > Dear Sirs, > > > > How can I add or subtract two date easily. Is therea any lib or

[PHP] date calculation

2003-02-16 Thread qt
Dear Sirs, How can I add or subtract two date easily. Is therea any lib or function about this. I can not find any easy way in the manual Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] permissions to work with fopen

2003-02-16 Thread qt
Tahnk you, but I don't want to let web user see the log file "Nicholas Wieland" <[EMAIL PROTECTED]> wrote in message 20030216011528.GA1411@localhost">news:20030216011528.GA1411@localhost... > On 2003.02.15 20:11 qt wrote: > > I am planning to make a log

[PHP] permissions to work with fopen

2003-02-15 Thread qt
Dear Sirs, I am planning to make a log file with fopen command. I am succesfully read and write the file with fopen. But as I see fopen is requiring a file with read and write permission for public. I was using same method with perl in cgi-bin directory; but I was giving read and write permissio

Re: [PHP] any change to see php source?

2003-02-02 Thread qt
Thank you chris, Help full Do you have any link for installation manual "Chris Hayes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 21:36 1-2-2003, you wrote: > > > I am studying on php. And the book say, when the server see php > > extension it > > > is

[PHP] any change to see php source?

2003-02-01 Thread qt
Dear Sirs, I am studying on php. And the book say, when the server see php extension it is running php file and giving results to the visiting browser. But as I see related directories are normal directory, doesn' t like cgi-bin directories. Is there any change to see php file source such as fil

[PHP] how can I start running a perl cgi from php

2003-01-31 Thread qt
Dear Sirs, I want to run a perl script with a command in my php script. I think include() is not suitable to run perl script. When I use include(), it brings source of the perl script. Would you help me which command is very usefull for that purpose. Best Regards -- PHP General Mailing List