Re: [PHP] lesson in NOT how to run your php website ...

2001-10-29 Thread Lucas Chan
Thankfully Tasmania is not considered part of Australia. :) Hahaha. Nice one. =) Regards, [ lucas ] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP] lesson in NOT how to run your php website ...

2001-10-29 Thread Lucas Chan
Heh. While all us Aussies are wasting time with off topic rants. The sys admin at my last job tried to tell me that the web site I was developing was making port 80 connections to random IP numbers at very short intervals. Duh. Didn't take long to figure out that he'd left port 80 open on the

Re: [PHP] SMTP

2001-10-28 Thread Lucas Chan
The *nix version of php expects to find a functional mail transport agent on the local host Hrm. Yeah. I think that's kind've umm, I dunno silly. Regards, [ lucas ] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] SMTP

2001-10-27 Thread Lucas Chan
Hi, I have PHP running on my Debian (unstable distribution) box. I'm trying to generate an email via the mail() function. It keeps failing because I do not have a properly installed/configured SMTP daemon on my machine. This is despite the fact that I have modified the SMTP variable in the

[PHP] Re: help with dbase!!!

2001-10-27 Thread Lucas Chan
I don't really know anything about dbase. But don't you need to tell it which tables and fields you wish to retrieve? Regards, [ lucas ] Alejandro Viana [EMAIL PROTECTED] wrote in message 001e01c15ec9$d3d566a0$9db2243e@miordenador">news:001e01c15ec9$d3d566a0$9db2243e@miordenador... I'm

[PHP] Re: Stopping the browser from continuing to load

2001-10-19 Thread Lucas Chan
Try this: header(Connection: close); Or: Register_ShutDown_Function(); Regards, [ niveus ] Adam Whitehead [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi All- I have a script in which I use ignore_user_abort() to perform some extensive processing

[PHP] Re: Articles on OO apps in PHP, also Object-Relational mapping in PHP?

2001-10-19 Thread Lucas Chan
This may be of some use to you? http://www.devshed.com/Server_Side/PHP/ExtensibleMenuClass/page1.html Regards, [ lucas ] Chris Bailey [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm wondering if there are any articles or other material describing how to

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Lucas Chan
This thread is off topic, but anyway. I would highly recommend not using tables to do this. You'll find that in some browsers it will cause scroll-bars to become active when they clearly don't need to be. Very ugly indeed. Regards, [ lucas ] Richard Baskett [EMAIL PROTECTED] wrote in