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
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
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
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
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
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
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
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
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
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/
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
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
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
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?
>
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
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
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
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
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
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
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
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
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,
>
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
ql_fetch_row($result);
> $image = $row[0];
> echo base64_decode($image);
> ?>
> And in the html file you put:
>
> Guy Laor
>
>
> ==
>
>
> "Qt" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅ
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
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
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
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
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
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
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
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:/
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
= 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
SessAppend($TransIDEnabled, 1);
echo ("\">INBOX " . $numberofmessages->Nmsgs . " (" .
$numberofmessages->Recent . " new)\n");
echo ("SessAppend($TransIDEnabled, 0);
echo ("\">Exit\n");
$IMAPConnection->WM_IMAPClose();
echo ("\n
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
$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:
>
> 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;
> >
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
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
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
;
}
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
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
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
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
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:
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
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.
> >
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"
; <[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
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
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
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
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
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
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
57 matches
Mail list logo