Re: [PHP] What happened to phpEdit???

2003-02-17 Thread Chase Urich
It worked just fine for me, even just phpedit.net worked. Cahse On Mon, 2003-02-17 at 18:21, Al wrote: > Did you try the URL you posted? > > I tried that one and several others listed for phpEdit. > > All say the site is not responding. > > Bryan Lipscy wrote: > > Did you check google? > > http

[PHP] Apache2 & PHP4

2002-12-20 Thread Chase Urich
OK, so I've spent the last 2 or 3 hours looking on the net for this. Can anyone tell me the proper way (with Apache 2.0.40) to instruct apache to process .htm and .html files? I've tried: In /etc/httpd/conf/httpd.conf :: AddType application/x-httpd-php .php AddType application/x-ht

Re: [PHP] Newbie: element index array

2002-11-24 Thread Chase Urich
unset($a['element2']); http://www.php.net/manual/en/function.unset.php > I would like to ask that how can I completely delete the $a['element2'] in > the array? That's mean I will get 'false' in 'isset($a['element2']) after > the delete process is taken place. -- Linux: Because rebooting is for

Re: [PHP] SQL>Insert and recover the ID

2002-10-31 Thread Chase Urich
Check out mysql_insert_id() > For the moment, I do a select max(Id) just after the insert but there > is, my be a best way to do it. -- Linux: Because rebooting is for adding hardware. Fingerprint = CE24 057D 1E88 A253 3196 89DB 9FF0 9EF0 2F70 8BE8 BE8 signature.asc Description: This is a digi

RE: [PHP] what do you think?

2002-09-27 Thread Chase Urich
Ditto. Chase On Fri, 2002-09-27 at 07:34, Miles Thompson wrote: > > Fully concur. > > mt > > At 01:26 PM 9/27/2002 +0100, Ford, Mike [LSS] wrote: > > > -Original Message- > > > From: Arminas [mailto:[EMAIL PROTECTED]] > > > Sent: 27 September 2002 11:38 > > > > > > about

Re: [PHP] Strange "1" after include

2002-09-23 Thread Chase Urich
tells PHP to echo out the result of include(“menu.inc”), which just happens to be a success code (1). The second for simply includes the file without echoing out anything. Chase On Mon, 2002-09-23 at 02:45, César Aracena wrote: > Hi all, > > I’m wondering why does a number 1 appears in the out