Re: [PHP] PHP as HTML

2002-06-04 Thread Richard Heyes
rsion, add this into your .htaccess file: AddType application/x-httpd-php .html -- Richard Heyes ___ This mail sent using V-webmail - http://www.v-webmail.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /pear/Mail rfc822.php

2001-01-19 Thread Richard Heyes
can mail you a copy immediately. | // +--+ // | Authors: Richard Heyes <[EMAIL PROTECTED]> | +// | Chuck Hagenbuch <[EMAIL

[PHP] Performance issue

2001-05-17 Thread Richard Heyes
Can anyone advise on a performance issue: which is gonna take longer, gzcompress()ing a html page (eg phpinfo output) and writing to disk or writing the uncompressed version to disk? Thanks! -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

RE: [PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Richard Heyes
> Nope, but you can use the ticks feature to do some of this. Is there any documentation for this? I searched the manual and php.net but came up with nothing :( Cheers. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: [PHP] mysql_escape_string

2001-12-26 Thread Richard Heyes
> How do I remove the slashes from mysql_escape_string when I pull the > string back out of the DB and want to display it? You don't need to. The escaping is only to ensure the query doesn't break. When it's in the db and when it's returned, it will not have the slas

RE: [PHP] Translating email to (real) plain text...

2001-12-27 Thread Richard Heyes
r the imap extension, or the mimeDecode class available in PEAR, or here: http://www.phpguru.org -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Adams -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] Easy Question

2001-10-05 Thread Richard Heyes
dundant code. -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [PHP] Problem with From: and Reply to:

2001-10-29 Thread Richard Heyes
ss: > >$adress\n Email: $emailadress\n Business: $business\n Send info: > >$noinfo\n Comments: $comments"); > >?> You appear to be missing the body argument, which goes between the subject and header arguments. -- Richard Heyes http://www.phpguru.org/frederick/ "

Re: [PHP] Mail and mime and attachments

2001-11-03 Thread Richard Heyes
RFCs 2045 - 2049 would be a better read. Also, there's a class here: http://www.phpguru.org/ that will handle mime mail for you. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

RE: [PHP] php webmail

2001-11-11 Thread Richard Heyes
> can I view a pop3 mail account without using IMAP? > If there is can someone point me to such a resource > the function imap_open() will not work on my cgi server http://phpclasses.upperdesign.com has a number of pop3 access classes iirc. -- Richard Heyes "If you have any tr

RE: [PHP] Sending mail from PHP with SMTP server requiring authentication

2001-11-13 Thread Richard Heyes
> Hi gang, > Any one tried to send mail through PHP using mail() through an smtp server > which requires authentication ? http://www.phpguru.org/scripts/10/ -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done."

RE: [PHP] PEAR Syntax

2001-11-15 Thread Richard Heyes
n't work in php3. Oh and it's Mail_RFC822 btw. HTH -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Adams -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

[PHP] Announcement: Frederick Webmail v1.0.0 released

2001-12-09 Thread Richard Heyes
sets (skins) - Plugin infrastructure in place so extending is a simple affair - Supports pop3/imap - Excellent mime support - Intuitive UI - BSD License -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Ada

RE: [PHP] PHP 4.10: any way to override register_globals = OFF

2001-12-17 Thread Richard Heyes
> a quick and inelegant hack > 4.1 includes an array that has all of the data sent to the > script...(or use > the different ones like $_GET etc if need be) then write a > globalize function > that extracts the vars and declares them global...then use this Or use extract().

RE: [PHP] PHP 4.10: any way to override register_globals = OFF

2001-12-17 Thread Richard Heyes
> for all in $_GET > { > $[varname] = $_GET[varname] > } > > Could anyone give me some pointers in actually programming this? extract($_GET); -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's do

RE: [PHP] HTML Email

2001-12-18 Thread Richard Heyes
-8859-1 Content-Transfer-Encoding: 7bit > > in the body of the email all displays all the HTML instead of > showing the email as a web page. I ahev inserted the code below. > I know it is something stupid, > so please help. Try the mime mail class at the url below and see if it help

RE: [PHP] HTTP_POST_FILES not working with 4.1.0?

2001-12-19 Thread Richard Heyes
- it's a "super-global". -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Adams -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

RE: [PHP] PEAR E-mail

2001-12-22 Thread Richard Heyes
> I was wondering if anyone could point me towards some good > documentation on the PEAR e-mail functions. I was unable to turn > up anything. http://www.phpguru.org/pear/contents.html Not complete yet, but better than nothing. -- Richard Heyes "If you have any tr

RE: [PHP] what is pear email

2001-12-22 Thread Richard Heyes
> i dont understand. What is pear email, and what is it used for? http://cvs.php.net/cvs.php/php4/pear/Mail.php and http://cvs.php.net/cvs.php/php4/pear/Mail -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Sco

[PHP] Snmp, php and Win2K

2001-04-02 Thread Richard Heyes
Anyone have any examples of php that uses snmp to get the details of bandwidth usage from a Win2K server (ie Bytes sent/received on a particular interface)? Thanks. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] logout

2001-06-20 Thread Richard Heyes
> Is there anyway I can do the logout that will completely get rid of all login > detail without having user to close browser? Depends on how your login system works. -- Richard Heyes

RE: [PHP] sending 5000+ emails - use PHP?

2001-07-02 Thread Richard Heyes
> We regularly use PHP to send messages to a 100,000+ member > mailing list. No > problem. I did insert some periodic pauses to give the mail > server some > breathing room. :) Are you using the mail() function for this? Or talking direct to an smtp server? -- Richar

RE: [PHP] Security of PHP code

2001-07-04 Thread Richard Heyes
> you're totally right.. look at this > > *no comment* and not my site... What on earth possesed you to post that url?! Jeez! -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] optimal code

2001-07-05 Thread Richard Heyes
functions in one file, is so that we can include that file, and all the functions are then available. -- Richard Heyes -- 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: [EMAIL PROTECTED]

RE: [PHP] optimal code

2001-07-05 Thread Richard Heyes
WIW, it's this cutting out of parsing code that makes the Zend Cache produce such high speed increases. -- Richard Heyes -- 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: [EMAIL PROTECTED]

RE: [PHP] optimal code

2001-07-05 Thread Richard Heyes
return include('functions/class.my_class.func.my_class.inc'); } function my_func(){ return include('functions/class.my_class.func.my_func.inc'); } } > I guess the ammoun of include/one-shot-code depends on the application, > programming styl

RE: [PHP] sending to large mailing list

2001-07-16 Thread Richard Heyes
> I have some mailing list programming which we've used for > quite some time. > However, one of my clients now has 660 people on the list and > we are getting > a timeout error on the script and class. set_time_limit(0); -- Richard Heyes "Passwords are like underwea

[PHP] pcntl_fork()

2001-07-19 Thread Richard Heyes
Using this function, say I had two processes running, the parent accepting connections on an inet socket, is it possible for the parent to pass this socket connection onto the already existing child? -- Richard Heyes "I know not with what weapons World War III will be fought, but World W

RE: [PHP] Re: The future of PHP -- accessory libraries

2001-08-29 Thread Richard Heyes
cated to ISP related information? -- Richard Heyes -- 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: [EMAIL PROTECTED]

RE: [PHP] Help on e-mail attachments retrieval adn ZIP uncompression.

2001-09-03 Thread Richard Heyes
ompress the ZIP files? If you're on unix, exec('unzip ...'). Or if windows, you can use the cmd line version of winzip. -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP] Sending Mail via SMTP

2001-09-05 Thread Richard Heyes
ndencies though, off the top of my head you'll need pear/Mail.php, pear/PEAR.php, pear/Net/smtp.php and maybe someothers from the Net folder. HTH -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: [PHP] meta redirect explanation

2001-09-16 Thread Richard Heyes
> Thanks for the quick answer. It works, but I was curious what > does the number > before the adress mean. content="??>>>0<< Delay in seconds before redirection occurs. -- Richard Heyes "I know not with what weapons World War III will be fought, but World War

RE: [PHP] Is CRON'd PHP script already running?

2001-09-20 Thread Richard Heyes
> ...in perl > check to see > if the process is already running, and if so exit... Or just do this at the top of the cron'ed php script. -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones.

RE: [PHP] PHP Boot Camp [Announcement]

2001-09-20 Thread Richard Heyes
> Richard Lynch is highly regarded as the best PHP Instructor > world-wide And this is measured how? :D -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

RE: [PHP] PHP Boot Camp [Announcement]

2001-09-20 Thread Richard Heyes
lped and will probably continue to help large amounts of people on this list and elsewhere. -- Richard Heyes -- 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: [EMAIL PROTECTED]

RE: [PHP] emails with attachements

2001-09-21 Thread Richard Heyes
> i want to send emails with attachements... can I modify the > mail()-function > or how can I perform this? > please email me - thank you! There's a class available here which will do it: http://www.heyes-computing.net -- Richard Heyes "I know not with what weapons

[PHP] socket_get_status()

2001-09-30 Thread Richard Heyes
["eof"]=> bool(false) ["unread_bytes"]=> int(0) } echo fgets($fp, 512); 220 heyes-computing.net Ready for action (Mailtraq 1.1.5.1167/SMTP) -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks

RE: [PHP] word filter

2001-10-01 Thread Richard Heyes
;; > ?> This won't work, since you're trying to find the whole of $text in the array $naughty_words. -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein -- PHP General Maili

[PHP] socket_get_status()

2001-10-01 Thread Richard Heyes
["eof"]=> bool(false) ["unread_bytes"]=> int(0) } echo fgets($fp, 512); 220 heyes-computing.net Ready for action (Mailtraq 1.1.5.1167/SMTP) -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks

RE: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread Richard Heyes
> There's a good php POP3 class available here: > http://www.thewebmasters.net/php/POP3.phtml > > That will enable you to log into your mail server and retrieve a mail > message from it. There's also a good mime decoder here: http://www.phpguru.org -- Richard He

Re: [PHP] Variable Argument List

2008-11-17 Thread Richard Heyes
> yup.. > Warning: func_get_args(): Called from the global scope - no > function context Doesn't the name of the function give you a clue as to its use? You need to call it inside a function. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgrap

Re: [PHP] PHP performance profiling

2008-11-18 Thread Richard Heyes
to install something on your server. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] It's Sunday, and I'm bored...

2008-11-18 Thread Richard Heyes
> ... Hi, In looking at the manual regarding tagging, it seems an awful chore compared to CVS. Is this the generally held belief or do I need to go back and re-read? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) --

Re: [PHP] Scheduling scripts?

2008-11-18 Thread Richard Heyes
you want, but you might try looking at Google calendar. It's very good. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Richard Heyes
> You say that, have you heard the latest for IE9? They're already > planning it, and apparently it's going to use the Webkit engine! That would be nice, if only for the rather good canvas support, which I kinda have a vested interest in. -- Richard Heyes HTML5 Graphing for F

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Richard Heyes
ows WebKit, could make testing on IE9, Safari and Chrome a breeze. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: anchor name on URL

2008-11-19 Thread Richard Heyes
> although the crapness of firefox 3 may change that a bit.. Keh? FF3 is great IMO. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP] how can I make an email bounce

2008-11-24 Thread Richard Heyes
Hi, > I need to make a bunch of emails bounce in different ways Carve them into some rubber and throw them at the flloor at different angles... :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Mailing L

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Richard Heyes
> I do voice overs for free... I've ummm got a real sexy voice. If that's the case then you could put that to use and earn yourself a good deal of money... ;-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) --

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Richard Heyes
> Happy Turkey Day to all who are working on Thanksgiving. That reminds me of a line from Friends... "Happy needless-turkey-murder day". :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 15th) -- PHP General Maili

[PHP] Something to lighten the mood...

2008-11-29 Thread Richard Heyes
Just read this: How many Google Chrome users does it take to change a lightbulb? None. The lightbulb is isolated, so if it fails, the room doesn't go dark. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Ma

Re: [PHP] Re: Something to lighten the mood...

2008-11-30 Thread Richard Heyes
>And here, when you said 'RBH' the first time, I thought you knew > Richard's middle name. bh == Benson & Hedges -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List

[PHP] Re: Something to lighten the mood...

2008-11-30 Thread Richard Heyes
> tbh I'm most impressed with your remote php-general-list mood detection > script - how did you know? Sorry, no idea what you're talking about. I take there's been a heated (read: fun) discussion recently? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari:

Re: [PHP] XML RSS installation

2008-12-01 Thread Richard Heyes
ut personally I'd still go with this method. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] category and sub category traversal

2008-12-02 Thread Richard Heyes
ested in this: http://www.phpguru.org/downloads/Tree_array/Tree.phps Which looks at the same structure and creates a tree object from it. Using this you will be able to manage it. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- P

Re: [PHP] XML RSS installation

2008-12-02 Thread Richard Heyes
t root of your website pear + HTML + Mail + Net -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML RSS installation

2008-12-02 Thread Richard Heyes
>> htdocs <-- This the document root of your website pear + HTML + Mail >> + Net That's not what I wrote: htdocs <-- This the document root of your website pear + HTML + Mail + Net -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgrap

Re: [PHP] XML RSS installation

2008-12-02 Thread Richard Heyes
> I apologize for the misunderstanding. That's OK, I forgive you my child. :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to type arguments

2008-12-02 Thread Richard Heyes
you're best off making sure that what you've been given is what you think it is. Ergo, what you've written, is what I would do. > or tu put (int) before each use... Not necessary to put it there for each use, just the first. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera a

Re: [PHP] imap4 search criterias

2008-12-03 Thread Richard Heyes
'm afraid). But try the manual: http://uk2.php.net/imap_search -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Does php 5.2.5 support imap4rev1 search criterias

2008-12-04 Thread Richard Heyes
php.net/manual/en/function.imap-search.php -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IE8 and HTML5

2008-12-04 Thread Richard Heyes
ing to have to remain competitive? Wouldn't that be nice? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Does php 5.2.5 support imap4rev1 search criterias

2008-12-04 Thread Richard Heyes
query correct. No idea. Can you fake it? ie get all the message numbers, remove the ones that result from a BEFORE search. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Richard Heyes
> I am running IE8 beta and its a PoS. Constantly crashing and flaky as shit. Point of Sale...? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Richard Heyes
> I have less issues > with Chrome and its beta Not thrashing my HDD is also kinda basic, but Chrome 0.2 was more than happy to do that. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Richard Heyes
- until it gets close to a 1 version, I'm not going to worry about it. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with IF ELSE

2008-12-04 Thread Richard Heyes
ditionally, redirects fail when you've sent output to the browser, even if its just whitespace. Your code looks OK, but check for it. The error reporting thang may help you with that. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated No

Re: [PHP] IE8 and HTML5

2008-12-05 Thread Richard Heyes
Hi, >a client reported problems with a web app > written by me with IE8. Why on earth would you support a beta browser? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 29th) -- PHP General Mailing List (http://www.php.ne

[PHP] array_reverse() and garbage collection

2008-12-07 Thread Richard Heyes
ick in that often? From what I remember from an article by Derick Rethans, if the refcount is zero, then it gets cleaned up. Cheers. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net

Re: [PHP] pear Mail/Mime problem on new Ubuntu Linux server

2008-12-09 Thread Richard Heyes
> Might it be the Unix newline characters? Unlikely, IIRC the PEAR mime stuff uses \r\n (ie Windows). Try using the htmlMimeMail5 code here: http://www.phpguru.org/downloads/html.mime.mail/htmlMimeMail5/ -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.

[PHP] Chrome 1.0 released

2008-12-12 Thread Richard Heyes
Hi, Well it's not really related to PHP, but certainly web development in general. Personally, I was surprised by the jump from 0.4 to 1.0. Judging by other Google betas (eg Gmail) I was expecting it to be in beta for the next decade or so. -- Richard Heyes HTML5 Graphing for FF, Chrome,

Re: [PHP] Chrome 1.0 released

2008-12-12 Thread Richard Heyes
> As seen on ./, it seems that Google may be pressing OEMs to include > Chrome bundled on new computers. That cannot happen with a beta web > browser. Great. Can't fault them. Even in its beta state, I think it's better than MSIE. I still use Firefox though... -- Richard He

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
> Do you mean "as seen on /." ? I don't know, "dotslash" has a nice ring to it. Darn, the domains are gone... -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
ow that from > customers who are referring to IE as "the program on my computer's > desktop running the internet". So if Google can manage to transform > Chrome into the "internet program" M$ might be forced to make IE9 > support Richard's HTML5 graphing. I

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
e that people need to be using Firefox, Opera, Chrome or Safari. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
> Just to add, you could just stop coding for IE and alert users that IE > is not a supported browser. You may want to re-read my post. The graphs work in everything *but* IE. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated Decemb

Re: [PHP] Chrome 1.0 released

2008-12-13 Thread Richard Heyes
ot feasible in reality. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Chrome 1.0 released

2008-12-14 Thread Richard Heyes
> ... I tend to use this: http://www.upsdell.com/BrowserNews/stat.htm Source 5, because that is most similar to thecounter.com was before it went haywire. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mail

Re: [PHP] Good PHP book?

2008-12-16 Thread Richard Heyes
> I learned from PHP For Dummies. The title of that book isn't doing itself any favours... :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] Good PHP book?

2008-12-16 Thread Richard Heyes
>>> I learned from PHP For Dummies. >> >> The title of that book isn't doing itself any favours... :-) > >You'd be surprised. The "For Dummies" series is one of the > best-selling franchises in mainstream publishing history. Still, calling your audience dumb is generally regarded as being "a

Re: [PHP] Good PHP book?

2008-12-17 Thread Richard Heyes
> Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :( What are "Floppies"? Is it a reference to a particular male problem? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP Gen

Re: [PHP] Good PHP book?

2008-12-17 Thread Richard Heyes
> Sounds like you need "Self Esteem for Dummies." Lol. It's not a question of self-esteem, more based on the number of non-starter businesses I've attempted to start. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated Decembe

Re: [PHP] PHP Form email w/attachment

2008-12-18 Thread Richard Heyes
> thank god that some guys make it > simple for us ;) You're welcome. :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IE8 and HTML5

2008-12-19 Thread Richard Heyes
> This is why I removed it from my system. FWIW, it doesn't do it now. I still by far prefer Firefox. If anything, it's because of Firebug. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Maili

Re: [PHP] filter function vs regular expression

2008-12-20 Thread Richard Heyes
e format ? They' more versatile. Far more in the case of PCRE. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 5th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] filter function vs regular expression

2008-12-20 Thread Richard Heyes
l term I believe). -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] First record not diplaying

2008-12-22 Thread Richard Heyes
> Also (and I know the speed junkies will want to shoot me now!) you could > shorten the echo inside the while loop to: You could shorten it even further by omitting it... :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated Decembe

Re: [PHP] Create PHP form from MySQL table structure

2008-12-23 Thread Richard Heyes
leEditor.html -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MERRY XMAS

2008-12-24 Thread Richard Heyes
> word Which one? Happpy needless turkey murder day! To coin a phrase. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Zend framework

2008-12-24 Thread Richard Heyes
2008/12/24 Al : > I've not given it much thought, so far. > > But, am curious about what you folks think about it. > > Anyone with experience have a comment? On what? The Zend Framework? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.o

Re: [PHP] Webhotel structure

2008-12-27 Thread Richard Heyes
>What? Seconded. Are you talking about hosting? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Search functionality in website.

2008-12-29 Thread Richard Heyes
my personal website: http://www.phpguru.org -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is MD5 still considered safe for storing application user passwords?

2008-12-31 Thread Richard Heyes
ough. For example, you could use this: -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is MD5 still considered safe for storing application user passwords?

2008-12-31 Thread Richard Heyes
. However with the addition of a salt it would be largely pointless since you need both pieces (?) of information (password plus salt) to generate the hash. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mail

Re: [PHP] Question about version control.. sorta..

2008-12-31 Thread Richard Heyes
Muhaha. > responses. I don't have anything against Linux or Mac, they're great > systems. But I have my reasons for running Windows. There's definitely a Gui for CVS. TurtleCVS IIRC. Presumably there's one for SVN. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera

Re: [PHP] Searching in a long text

2009-01-03 Thread Richard Heyes
e worth it I think. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RSS Feed on my PHP site

2009-01-05 Thread Richard Heyes
> i'm new to RSS Feeds, but how would it be possible to have a BBC News Feed > added to my website? You can read and parse an RSS feed just like any other webpage. Magpie RSS will probably make life easier though. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and S

Re: [PHP] Because you guys/gals/girls/women/insert pc term here are a smart lot

2009-01-06 Thread Richard Heyes
not really a concern these days. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated January 4th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Because you guys/gals/girls/women/insert pc term here are a smart lot

2009-01-06 Thread Richard Heyes
ternal only). > > http://dev.mysql.com/doc/refman/5.0/en/char.html > > When CHAR values are stored, they are right-padded with spaces to the > specified length. When CHAR values are retrieved, trailing spaces are > removed. So where's the advantage of VARCHAR ? -- Ric

Re: [PHP] Because you guys/gals/girls/women/insert pc term here are a smart lot

2009-01-07 Thread Richard Heyes
e days are long gone. In the example you gave you're still only wasting approx 1 GB. Hardly a lot these days when you consider you buy a consumer 500Gb Hdd for £50. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated January 4th) -- PHP General

  1   2   3   4   5   6   7   8   9   >