[PHP] problem about ereg function

2001-09-30 Thread mydata
hi, I am using ereg funtion to deal with data submmited by form detail shown below: I am using a form to submit some html code include image path code In submitted php page, I want to replace image path code in html code (submitted by last page' form), unfortunately the image path code include so

Re: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-26 Thread mydata
I just want to know which is best solution , if my web site is heavy loaded. mydata "Jason G." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > A good question is: Do you REALLY need the speed difference, or should you &g

[PHP] Re: session.auto_start = 1

2001-09-26 Thread mydata
Did you restart your web sever? If you using IIS ,you must use comand line to restart server. "Yaroukh" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there > > I have set "session.auto_start" to "1", but without "Session_Start()" the > session handling doe

[PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-26 Thread mydata
Hi, I heard about JSP a lot recently though I doing PHP programing now. somebody said jsp is most fastest in (asp , php , jsp). I want to know if it is true . And if I use PHP + php cache , can I speed up PHP as same as JSP as they said. I just want to know which is the best solution ,(php + php

Re: [PHP] how to make the php page always newest when clicking 'back' botton in browser?

2001-09-25 Thread mydata
thanks a lot "Brad Hubbard" <[EMAIL PROTECTED]> wrote in message 01092520521106.01344@badnote">news:01092520521106.01344@badnote... > On Tue, 25 Sep 2001 13:09, mydata wrote: > > Hi,I meet a problem when I am developing. > > > > I am developing php ba

[PHP] Re: help with Mysql Query...

2001-09-24 Thread mydata
Don't use subselect in MySQL, MYSQL have not completed it now , Use "join" to instead it. "Christian Dechery" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm having trouble puting up a query in Mysql because of his lack of SQL > syntax. > > I have a table A

[PHP] how to make the php page always newest when clicking 'back' botton in browser?

2001-09-24 Thread mydata
Hi,I meet a problem when I am developing. I am developing php base on other programer's php code . I must make the php page always newest when clicking 'back' botton in browser(because that programer using javascript: history.go(-1)), I try sent header() to disable cach,but seems to not works: my

Re: [PHP] how to use the function "strtotime"

2001-09-20 Thread mydata
thank a lot , I learn a lot from reply from you ! "* R&Ze:" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: mydata <[EMAIL PROTECTED]> > Date: Thu, Sep 20, 2001 at 11:41:09AM +0800 > Message-ID: <[

[PHP] Re: excuting several sql statements in one time

2001-09-20 Thread mydata
yes, it will not work,because mysql does not support it(the way you try to use is 'procedure' called in MS SQL sever) , mysq developer said they will accomplish in the further . you and I have to wait for it. "VM ÁÖ¿N" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

Re: [PHP] how to use MYSQL date type string in php?

2001-09-19 Thread mydata
thank you very much Could you offer me some available link about dealing datetime string in php? "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > hi, I 'm new developer in php > > I always need to get the date or time from mysql ,and dead it

[PHP] how to use MYSQL date type string in php?

2001-09-19 Thread mydata
hi, I 'm new developer in php I always need to get the date or time from mysql ,and dead it in php,but I found it defficult to deal mysql date type string in php. mysql date type string always like "-mm-dd",in php4.06 I can use strtotime fuction convert it to unixtimestamp,but in php4.0 ,strto

[PHP] how to use the function "strtotime"

2001-09-19 Thread mydata
Hi, I'm php developer beginner in China,but I am confused with function "strtotime". yes ,I know the usage of function "strtotime" in php manual. But description of php manual about it is too little.I want to know more about it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,