[PHP] Segmentation Fault

2002-10-30 Thread Andy Woolley
Hi All, I'm scanning email address for our mailing list to see if they are valid and the PHP app I have built for this bombs out at random complaining of a Segmentation Fault. I believe this is to do with memory and possibly down to the number of open file handles but the code is spot on in that

Re: [PHP] Is there a way to test for a file?

2002-10-08 Thread Andy Woolley
> I'd like PHP to check to see if the image/picture.jpg exists before > returning the picture. Is this possible? Yup - It's in the manual. http://www.php.net/manual/en/function.file-exists.php Cheers Andy - Original Message - From: "Doug Coning" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

Re: [PHP] Includes

2002-10-07 Thread Andy Woolley
Hi, The best way to do this (it's only my opinion, I'm sure there are many other ways but this way works for me) is to create a .php file and fill it with your most commonly used functions. You can use a .inc file, which is probably recommended, but you will need to tell the server not to display

Re: [PHP] ??????????????????????????????????????????????????????````````````````````ØØØØØØØØØØ

2002-07-09 Thread Andy Woolley
Hi Ben, I've been on this list for a few years now and this is the first time i've seen anything this bad. Sorry it's just bad timing. There is no other list that comes anywhere near for quality and good folks. Try and stick it out it'll be worth it. Andy. - Original Message - From:

Re: [PHP] _() undefined in 4.2.1

2002-07-05 Thread Andy Woolley
It's OK, I've found out that I have to include --with-gettext in the configure line. Cheers anyway -- Andy. - Original Message ----- From: "Andy Woolley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 2:43 PM Subject: [PHP] _

Re: [PHP] Maybe not the right place, but...

2002-07-05 Thread Andy Woolley
>> Maybe not the right place, but... Probably not but what the heck. IE has a cap of 2K. http://support.microsoft.com/default.aspx?scid=kb;EN-US;q208427 Netscape exceeds 2k but I've never tested out how much. Cheers Andy Woolley. Milonic Solutions Ltd - Original Message

Re: [PHP] Dynamic Navigation w/PHP

2001-11-19 Thread Andy Woolley
Hi, You could try using a DHTML menu like the one at http://www.milonic.co.uk/menu The array of elements needed can be generated using PHP based on certain criteria. Let me know if you or anybody else would like a PHP script creating so that you could generate menus based on values that you hav

Re: [PHP] mySQL wont connect

2001-09-05 Thread Andy Woolley
Kyle, If you are absolutely sure that your username and password is correct...You are sure arn't you ? Try changing "P500.MSHOME.NET" to either "localhost" or "127.0.0.1" Most likely the MySQL admin dude has set it so that you can only connect to MySQL from the machine itself Andy - O

Re: [PHP] PHP Stress Testing.

2001-09-04 Thread Andy Woolley
interested? Andy. - Original Message - From: "Michael Kimsal" <[EMAIL PROTECTED]> To: "Andy Woolley" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 6:56 PM Subject: Re: [PHP] PHP Stress Testing. > Goalposts change. &

[PHP] PHP Stress Testing.

2001-09-04 Thread Andy Woolley
Guys, Has anyone ever tested PHP, MySQL on Apache to see just how well it will work when put under serious pressure. Seems that people all over the world are saying how PHP doesnt cut it when pushed to the limit, question is what is the limit? Anyone interested in setting up a stress test, to t

Re: [PHP] I dont see whats wrong!

2001-09-03 Thread Andy Woolley
You could also perhaps try this. $message = " $alias $name $email $site $cam $quote "; Might not work in all cases though but it's certainly easier to read. It all very much depends on personal preference. Andy. - Original Message - From: "John Monfort" <[EMAIL PROTECTED]> To: "Kyle S

Re: [PHP] PHP Uptime error

2001-06-25 Thread Andy Woolley
Does anyone know if it's possible to capture TCP_TIMESTAMP using a socket. If you could do that you wouldn't need to execute /usr/bin/uptime Andy. --- Need a DHTML Menu? Try www.milonic.com/menu it's free --- - Original Message - From: "R

Re: [PHP] Resize Images 'On The Fly'

2001-05-24 Thread Andy Woolley
Jamie, $imagesize = GetImageSize("yourfile.gif"); Will return an array of image properties that you can use. Andy. - Original Message - From: "Jamie Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 11:46 AM Subject: [PHP] Resize Images 'On The Fly' >

Re: [PHP] Javascript mailing list

2001-04-17 Thread Andy Woolley
The JavaScript Weenie is about the best I know of at: http://webdevelopersjournal.com/subform.html See you there. Andy. - Original Message - From: "Boget, Chris" <[EMAIL PROTECTED]> To: "Php (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 4:56 PM Subject: [PHP] Javascript

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Andy Woolley
www.businessmeetings.com is another commercial site that I ported from ASP to PHP 12 months ago. Andy Woolley. www.databasewatch.com > - Original Message - > From: "Phil Labonte" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, Apri

Re: [PHP] Sorry - Way OT but I need help

2001-04-10 Thread Andy Woolley
Goes Here." HTH Andy Woolley www.databasewatch.com - Original Message - From: Boget, Chris To: 'Andy Woolley' ; [EMAIL PROTECTED] Sent: Monday, April 09, 2001 7:57 PM Subject: RE: [PHP] Sorry - Way OT but I need help > I know this has nowt to do with PHP so I&#

Re: [PHP] Sorry - Way OT but I need help

2001-04-09 Thread Andy Woolley
Jon, your a star...Thanks alot How rediculous is that of MS to do it that way. I really did try and find out what was going on and knew it had to be something simple, but I never expected it be that stupid. Thanks Again Andy Woolley www.databasewatch.com ps. If you ever visit the Midlands

[PHP] Sorry - Way OT but I need help

2001-04-09 Thread Andy Woolley
ssuing it's own error page. I know there must be a config somewhere other than the client side "Show friendly error messages", but can't seem to find it. I have RTFM and scanned the Web but still not found it. Hope you can help. Once again I apologize for being Off

Re: [PHP] Case?

2001-03-30 Thread Andy Woolley
The 'Switch' Statement is what you are looking for. Andy Woolley www.databasewatch.com "elias" <[EMAIL PROTECTED]> wrote in message 9a1pfp$v4n$[EMAIL PROTECTED]">news:9a1pfp$v4n$[EMAIL PROTECTED]... > You must be moving from Pascal alike coding to PHP

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Andy Woolley
the flush() command. Hope this helps. Andy Woolley www.databasewatch.com - Original Message - From: "Martin E. Koss" <[EMAIL PROTECTED]> To: "Dominick Vansevenant" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February

Re: [PHP] File Download Completion

2001-01-31 Thread Andy Woolley
but at the moment I've hit a brick wall. I'll have a think later and get back to you, but for your information it is possible. Regards, Andy Woolley www.databasewatch.com - Original Message - From: "Boaz Yahav" <[EMAIL PROTECTED]> To: "Php-General" &

Re: [PHP] whois

2001-01-25 Thread Andy Woolley
Ajdin, I know this is a little off topic but for your information 'whois.ripe.net' provide information for the .ba TLD I too am looking for a database of Top Level Domains around the world so if anyone knows of one I would be very much obliged If I could have a copy. Kind Regards An

[PHP] RTF to HTML converter

2001-01-22 Thread Andy Woolley
Greetings, I'm looking for a script written in PHP that can convert an RTF string into HTML. Thanks in Advance Andy Woolley www.databasewatch.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE