[PHP] Syslog Parser

2004-11-12 Thread Nunners
Does anyone know of a good syslog parser? I've successfully got the syslog server to write to a mysql table, but I now want to find something that will give me graphs, breakdowns etc for the syslog. Cheers James

[PHP] RE: Friday afternoon - being thick

2004-10-29 Thread Nunners
Found it - went for a cup of tea and thought.. ! Sorry _ From: Nunners [mailto:[EMAIL PROTECTED] Sent: 29 October 2004 16:52 To: '[EMAIL PROTECTED]' Subject: Friday afternoon - being thick Hi All, I'm having one of those Friday afternoon moments - I

[PHP] Friday afternoon - being thick

2004-10-29 Thread Nunners
her it's html or php. Cheers Nunners

[PHP] Splitting a webpage

2004-10-29 Thread Nunners
I'm trying to create an application that stores details from another website. I've successfully downloaded the webpage - that was the easy bit - now I want to be able to pick out specific details from the page. Unfortunately, the designer of the page didn't do nice things like put summary bits

[PHP] HTTP AUTH in PHP5

2004-10-26 Thread Nunners
I'm having some problems with using HTTP Auth in PHP5 - how do I check whether the old $PHP_AUTH_USER exists? Cheers Nunners

[PHP] Floating values

2004-10-18 Thread Nunners
s 8.7 The question is how do I add the .00? Cheers Nunners

RE: [PHP] spaces in select

2004-10-11 Thread Nunners
Another suggestion is to use country codes - generally accepted by most i.e. uk, us, ch, cn, za etc > -Original Message- > From: Matt M. [mailto:[EMAIL PROTECTED] > Sent: 11 October 2004 15:42 > To: Angelo Zanetti > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] spaces in select > > > I have

[PHP] function.filetime in PHP5

2004-10-08 Thread Nunners
Does anyone know what function.filetime has been replaced by in PHP5? Cheers Nunners

[PHP] Best solution for creating variables from mysql statements

2004-06-07 Thread Nunners
om the user's individual details into the required output? Cheers Nunners

[PHP] MySQL & PHP

2004-06-04 Thread Nunners
e? I've checked loads of things, like MySQL is running, etc etc But without luck.. Cheers Nunners

[PHP] FW: Variables within Variables

2004-06-03 Thread Nunners
I've had no luck on the smarty list. does anyone else know? _ From: Nunners [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 16:22 To: '[EMAIL PROTECTED]' Subject: Variables within Variables (Sorry for the naff subject - that's the only way I could describe it.

RE: [PHP] Re: Converting XML into something PHP like....

2004-04-20 Thread Nunners
e moment, every time I do this, it comes out as NULL Cheers Nunners > var_dump($data); > ?> > Output: > > object(stdClass)(3) { > ["Title"]=> > string(12) "Example TopX" > ["Type"]=> > string(7) "Package" >

RE: [PHP] <button> tag

2004-04-20 Thread Nunners
is not a standard HTML v4 tag You need: > -Original Message- > From: Richard Lewis [mailto:[EMAIL PROTECTED] > Sent: 20 April 2004 09:45 > To: [EMAIL PROTECTED] > Subject: [PHP]

RE: [PHP] Re: PHP editor

2004-04-15 Thread Nunners
www.chami.com/htmlkit/ Excellent product Nunners > -Original Message- > From: pete M [mailto:[EMAIL PROTECTED] > Sent: 15 April 2004 11:50 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: PHP editor > > I use dreameaver. > > Arthur Radulescu wrote: > &

RE: [PHP] Recomedation for 2 scripts

2004-04-13 Thread Nunners
Hi Ryan, Try this site: http://Php.resourceindex.com It's normally got most things you might need!!!! Nunners > -Original Message- > From: Ryan A [mailto:[EMAIL PROTECTED] > Sent: 13 April 2004 15:58 > To: [EMAIL PROTECTED] > Subject: [PHP] Recomedation for 2 sc

[PHP] Can't get anything outside PHP

2004-04-08 Thread Nunners
, or anything that is not HTML. I know PHP is working because I've got other scripts running, and even added silly things like an echo(Date()); on every other line ... but still nothing from the XML side of things. Have I missed something silly (:probably:) Someone help! Please Nunners

[PHP]

2004-04-05 Thread Nunners
I've got a series of functions which return a list in an array. How can I create an empty array? Or do I need to check it's a valid array before I use it? Cheers James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mktime error

2004-04-05 Thread Nunners
I got 1081033200 Two thoughts: 1 - is $time a global variable predefined as the current time? Don't think it is?!?!?! 2 - Could it be to do with local time settings i.e. comparing american dates with UK dates (1/Aug/04 and 8/1/04)? Nunners > -Original Message- > F

RE: [PHP] XML Parsing

2004-04-01 Thread Nunners
Is there a way of doing this without installing PEAR? I.e. a decent PHP Class? -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 13:52 To: Nunners; [EMAIL PROTECTED] Subject: RE: [PHP] XML Parsing I found the XML_Tree class really easy to use, highly

[PHP] XML Parsing

2004-04-01 Thread Nunners
ertain how to get it working Do I need something like PEAR? Or is it easier? Can someone give me a pointer please? Cheers Nunners -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php