Re: [PHP] Re: Google Checkout

2008-09-26 Thread Richard Heyes
(per transaction) is quite a difference, particularly if you making lots of sales. That's a pretty huge benefit IMO. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Filters and sanitizing a regexp

2008-09-25 Thread Richard Heyes
could probably do the checks for the day and month within the regex, but it's late :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Google Checkout

2008-09-24 Thread Richard Heyes
Hi, As a follow up, I've just switched from Paypal to Google Checkout. Setup was quick and pain free (easily less than 2 hours), and I would recommend it (so far). Like other people have said though, it's just UK and USA at the moment. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera

Re: [PHP] Re: Using Static Class Variables to Access Globally

2008-09-24 Thread Richard Heyes
/me prefers singleton with __get and __set but each to their own :) Do you mean registry? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Don't understand what is this $arr['N']['#']

2008-09-24 Thread Richard Heyes
I am working on the code of a former employee and I don't understand what this $arr['N']['#'] refers to. They're just obscure array index names. I know it is a multidimensional associative array but the # i don't what this means. Nothing special. -- Richard Heyes HTML5 Graphing for FF

Re: [PHP] PHP tags - any reasons to close ?

2008-09-23 Thread Richard Heyes
. Don't know. Doesn't seem wise to me. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Encrypt database table

2008-09-22 Thread Richard Heyes
characters when encrypted in gpg. You might get a better answer on the MySQL support list. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calculation assistance.. :)

2008-09-20 Thread Richard Heyes
Eric ... I LOVE YOU... Well Eric, I think you've pulled... -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Adding encryption to passwords

2008-09-19 Thread Richard Heyes
of hashing. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Adding encryption to passwords

2008-09-19 Thread Richard Heyes
Thanks Richard for clearing this out but I meant hashing on the first place. And yet you mentioned mcrypt. Clue is in the name. Can you please give a some sample piece on how you do this. There's undoubtedly numerous examples out there. Try the PHP manual to start with. -- Richard Heyes

Re: [PHP] Paypal Integration

2008-09-17 Thread Richard Heyes
Not necessarily. Here in Switzerland, the federal data protection agency has recently advised people to be careful with what data they let Google handle (or not). How come? Presumably there has been something that caused that? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera

Re: [PHP] Email Verification

2008-09-17 Thread Richard Heyes
an email. With new domain name extensions appearing all the time I wanted to find something better than a regex which might become outdated after a while and I'd never know about it! New domain name extensions can be accounted for easily, eg: \.(?:[a-z]){2,4} -- Richard Heyes HTML5

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
to be more vocal than those who've had good ones, so the outlook appears to be over negative. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
logos)? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
No, there are certain terms and conditions for using Google Checkout. You have to display their logo prominently, and they say they will terminate accounts of anyone not adhering to these terms. Hmm, might not be so bad. I would think a Google logo instils trust. -- Richard Heyes HTML5

Re: [PHP] check if a file is included

2008-09-13 Thread Richard Heyes
Please stop top-posting. Lest you be smitten with a vengeance reserved only for top-posters. A nasty one. :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Email - Best practice/advice please

2008-09-12 Thread Richard Heyes
I use here-doc plus exec(sendmail). Why? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] check if a file is included

2008-09-12 Thread Richard Heyes
], 'interceptor'); } Or something like that. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email - Best practice/advice please

2008-09-12 Thread Richard Heyes
I use exec(sendmail) because it allows me to set the Return-Path. mail() does too. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email - Best practice/advice please

2008-09-12 Thread Richard Heyes
In additional-parameters? Yeah, I think I knew that, but for some reason I haven't been using it. I don't think it works in safe-mode or something like that. Or maybe it doesn't work in older (4.3,4.4) versions? Dunno, it's been over 4 1/2 years since I used PHP4. -- Richard Heyes HTML5

Re: [PHP] webmail or script for giga mail

2008-09-11 Thread Richard Heyes
Hi, i'm looking for a webmail or script project with giga attachment features Giga attachment features? Wossat? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP RSS to email

2008-09-09 Thread Richard Heyes
ps: may be worth ntoing this'd make a great open source site or even subscription service; I'd sign up for it! I've already knocked something up. It's attached if you want it. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP

[PHP] Interntet Explorer 8 beater 2

2008-09-08 Thread Richard Heyes
Hi, Anyone using it? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP RSS to email

2008-09-08 Thread Richard Heyes
this since I check my email often, but not so much my RSS reader which is tucked away in IE7, which I don't use so much now since I'm doing a lot of canvas stuff. If no-one knows of one, presumably Magpie could be used to create one? Thanks. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome

Re: [PHP] PHP RSS to email

2008-09-08 Thread Richard Heyes
it to send_notification($email, $feedname, $feedtitle). Of course, (if ever I've had a doh moment I think now would be it). Though I'll probably use a tmp file. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Interntet Explorer 8 beater 2

2008-09-08 Thread Richard Heyes
(though I did install Chrome, so maybe that should be an MS beta) but I am interested in how it performs. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: Interntet Explorer 8 beater 2

2008-09-08 Thread Richard Heyes
God Who? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Google Chrome

2008-09-06 Thread Richard Heyes
Under the Options and Under the Hood there's an option called: Nope, no effect I'm afraid. -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending username/password

2008-09-06 Thread Richard Heyes
at the PEAR HTTP_Request class. IIRC this supports HTTP Basic authentication. -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] Sending username/password

2008-09-06 Thread Richard Heyes
I'd recommend HTTP_Client in that case. You could, but that uses HTTP_Request by the looks of it. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Google Chrome

2008-09-05 Thread Richard Heyes
Hi, There's an option for pre-buffering things, I believe. Where? -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Google Chrome

2008-09-04 Thread Richard Heyes
Hi, Is it just me, or is everyones disk thrshing more since installing (if you have) Chrome? Oh, and to keep it in-line with list, isn't PHP great? :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net

Re: [PHP] Google Chrome

2008-09-03 Thread Richard Heyes
...? If anyone is interested I've already updated my browser detection thang for it. -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mozilla user agent escapes detection

2008-09-02 Thread Richard Heyes
://www.phpguru.org/static/browser.html Or the Javascript version it stems from. Or... -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Google Chrome

2008-09-02 Thread Richard Heyes
Hi, Looks like Google chrome is being released today (or soon). IE, Firefox, Opera, Safari and now Chrome, hmmm, can anyone say browser war? http://www.google.com/googlebooks/chrome/ -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
why not wait by the real thing is out? By the looks of it, the release is imminent. -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
Can anyone say even more money effort wasted on testing webpages :-( Webkit-based, so no need to add any more testing than you do now. Are you going to take the gamble? :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
Google Chrome is not released yet, is it? Didn't get any download link. :-S Can't find any download link. It maybe a few hours away. http://news.cnet.com/8301-17939_109-10030025-2.html -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
If MS doesn't, then why on Earth should we? ;) Because there aren't enough high horses to go around... :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
Hi, And more about it: http://news.bbc.co.uk/1/hi/technology/7593106.stm -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mozilla user agent escapes detection

2008-09-02 Thread Richard Heyes
a cookie to the browser, rfresh the page (or redirect to another page) and then test for its existence (in $_COOKIE). -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
www.google.com/chrome Now is the time ;) Sadly, my bedtime looms. Tomorrow I think... -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Google Chrome

2008-09-02 Thread Richard Heyes
I got the linux version coming soon message myself. It will probably be instructions on how to install wine, right? ;) Or Windows... :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net

Re: [PHP] Google Maps Distance Between UK Postcodes

2008-09-01 Thread Richard Heyes
by road, then not. -- Richard Heyes HTML5 Graphing for IE7, FF, Opera and Safari: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Javascript mailing list

2008-08-30 Thread Richard Heyes
Hi, Can anyone recommend a good Javascript related mailing list? Thanks. -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Recommendation

2008-08-30 Thread Richard Heyes
As such, if any of the regulars to this list are in need of a recommendation, please contact me off-list. Thank you very much! :-) http://www.linkedin.com/in/heyesr -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net

Re: [PHP] ASCII Captcha

2008-08-29 Thread Richard Heyes
investigate using Figlet to generate some ASCII and use that in a basic CAPTCHA. -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ASCII Captcha

2008-08-29 Thread Richard Heyes
. These can be alleviated by, for example, adding a sound option like Recapture has. Not perhaps a 100% solution, but it does help tremendously. CAPTCHA's show the world that you really haven't thought this out. Actually my captchas show the world some funky coloured text... :-) -- Richard Heyes HTML5

Re: [PHP] ASCII Captcha

2008-08-29 Thread Richard Heyes
|| ||| /pre (I'm not sure it was showed correct) It didn't, but pasting it into notepad made everything OK... Even after that though, it wasn't particularly readable. -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing

Re: [PHP] ASCII Captcha

2008-08-29 Thread Richard Heyes
are intentionally not the easiest thing to read. If they were, there wouldn't be a great deal of point having them. -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regex for email validation

2008-08-27 Thread Richard Heyes
understand is now part of PHP (5.2.x+) This would the preferable option. -- Richard Heyes HTML5 Graphing: http://www.phpguru.org/RGraph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Auto-generating a graphs Y scale

2008-08-25 Thread Richard Heyes
Can anyone give me some pointers for auto generating an appropriate Y scale for a graph (eg a bar/line graph). Much like JPGraph does. Thanks. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] index.php not autoloading in apache

2008-08-25 Thread Richard Heyes
don't think so though. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] index.php not autoloading in apache

2008-08-25 Thread Richard Heyes
Simply add Directory index.php to your config. Eg: Oops, that should be: DirectoryIndex index.php -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Auto-generating a graphs Y scale

2008-08-25 Thread Richard Heyes
. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Attributes vs. Accessors

2008-08-25 Thread Richard Heyes
pointless method calls for reads. It'd be nice if there were a way to define a public read-only mode, Not tried this, but you may be able to do it with a __get method that doesn't return anything. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] Licensing

2008-08-22 Thread Richard Heyes
in commmercial. Thanks. My eyesight strikes again. :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Licensing

2008-08-22 Thread Richard Heyes
do not forget the OT on the Subject. That results in messages being blocked by the list server? -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Semi-ADVERT OT

2008-08-20 Thread Richard Heyes
at around £7.50. Peanuts compared with the UK rates if you ask me. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regarding threads...

2008-08-18 Thread Richard Heyes
multiple process support. Not exactly advisable in a web server environment. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regexp to get paramname

2008-08-18 Thread Richard Heyes
eregi(); That would be your first mistake. The preg_* functions are better. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Licensing

2008-08-17 Thread Richard Heyes
? -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Richard Heyes
comfortable with it (you might say blinkered to it...), and do not see a need to make a switch to something more powerful or versatile. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Licensing

2008-08-16 Thread Richard Heyes
people to buy one: http://www.phpguru.org/static/license.html Thanks for any pointers. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Richard Heyes
What do you think is the best php editor for linux. pico :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
Hi, You'll be pleased to know (I'm sure) that phpguru.org is back up and working (for the most part I would imagine). -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A dumb question regarding sending email

2008-08-13 Thread Richard Heyes
NSW Australia North, South, West? Can't you make up your mind? :-) -- Richard Heyes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
Congratulations, Richard. Server crashes, data loss, and downtime are concerns for all of us. Thanks. Fortunately I managed to get away with minimal data loss, and, unsurprisingly, I've now got backups. :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
hosts file. I'm guessing you don't though... -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
So, which backup solution are you using? Or should I say which 12 backup solutions? ;) Lol. Not that sophisticated actually, trusty old tar and gzip, along with regular downloads to my desktop so that they're in two locations. -- Richard Heyes http://www.phpguru.org -- PHP General

Re: [PHP] Re: A dumb question regarding sending email

2008-08-13 Thread Richard Heyes
I'd've thought with Aussie, Southern Cross-oriented globes Charlaton. :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A dumb question regarding sending email

2008-08-13 Thread Richard Heyes
Good to see you backup. I mean, back up! I think both would apply now... :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
And the forms are fully secured out. :) You think... ;-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
you work on the primary one. Good for something that generates money, but not for my personal stuff which I'm not too fussed about. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpguru.org back up

2008-08-13 Thread Richard Heyes
but I've been using the service since it launched and have never had a problem. Out of interest, when was that? -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] strip_tags

2008-08-12 Thread Richard Heyes
something like a forum) then you might want to use strip_tags() to get rid of any HTML. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] strip_tags

2008-08-12 Thread Richard Heyes
you need to strip HTML tags. Usually htmlspecialchars() is enough. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] newsletter code

2008-08-11 Thread Richard Heyes
... You may want to consider using a 3rd party service, eg Jango Mail. Probably have a better success rate in getting your messages into your users Inboxes. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] newsletter code

2008-08-11 Thread Richard Heyes
I wouldn't bet on it Richard - filtering out an email sent by an honest user from an honest and properly configured mailserver is very, very difficult. Using a dedicated service is still going to be a better bet than rolling your own. Probably cheaper too. -- Richard Heyes http

Re: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-09 Thread Richard Heyes
Given that PHP doesn't run on the client, there is no way for anything written in PHP to access anything on the client. Wouldn't it be fun though if it could? :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Graph type

2008-08-08 Thread Richard Heyes
Hi, Anyone know what this graph type is called? http://picasaweb.google.com/richard.heyes Thanks, and I apologise for the slightly off-topic post. Probably best to reply to me directly. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Graph type

2008-08-08 Thread Richard Heyes
Anyone know what this graph type is called? Well, whatever it is I made one. It'll be online as soon as my website is. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Graph type

2008-08-08 Thread Richard Heyes
Hi, Well, whatever it is, I made one. Just a picture at the moment because I have no website... :-( http://picasaweb.google.com/richard.heyes -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php File upload

2008-08-07 Thread Richard Heyes
is running, take a look at memory with vmstat. free is goin to 0, no swap is used. I don't know, that is a suse 10.2 effcet only. What happens with a smaller file? Say 500Mb? You could gradually increase the file size until you get the error. -- Richard Heyes http://www.phpguru.org -- PHP

Re: [PHP] php File upload

2008-08-07 Thread Richard Heyes
Well, you lost me right about... Well when you started. But memory is cheap...:-/ -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A specific(ish) request

2008-08-06 Thread Richard Heyes
Anything else I may have missed A backup script? :-) Lol. Point taken. II hink I may have finally got through to 1and1 though, I'm downloading my site now. Fingers crossed. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] A specific(ish) request

2008-08-06 Thread Richard Heyes
Hi, Well, seems I may have my site after all, so it's just a case of getting it up and running. My sincere thanks to those who have helped. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A specific(ish) request

2008-08-06 Thread Richard Heyes
Now, about that backup-script ... Yes, think I may be getting me one of those... :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: An appeal to your better nature

2008-08-06 Thread Richard Heyes
. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
my site. A big thanks. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
that suits your needs. That would work well I think. I wouldn't like to loose my stuff, but I can't afford much for the best solutions either. It's not that my job depends on it, but personal data is a big loss too. Losing stuff sucks donkey d***. -- Richard Heyes http://www.phpguru.org

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
Tell me about it. One of the sickest feelings in the world comes when you hear your hard drive start going click click choke click I think the only reason I'm not sitting in a corner comatose is because I can't... :-) -- Richard Heyes http://www.phpguru.org -- PHP

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
Well.. I don't know about you and your empathy. But most of my sickest feelings are caused by human behavior, Hah, you probably wouldn't want to know about my feelings for 1and1 now then... -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
When the DiamondMax drives first came out, they were a couple hundred dollars each. I wanted to be the first guy on the block with a terabyte RAID, but I bought a car instead. I think I probably would rather have the HDDs. :/ Does that make me a geek? -- Richard Heyes http

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
Cheers mate! Don't worry, things could be worse! There's time yet... :-/ -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] An appeal to your better nature

2008-08-05 Thread Richard Heyes
Seems like 1and1 screwed up their Apache installs. My site shows a blank page when I go to the domain, but when I go to index.php, it works. Doubt it's that. When I first got the server I reinstalled practically everything. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing

[PHP] A specific(ish) request

2008-08-05 Thread Richard Heyes
My updated templating class Javascript dynContext (Context menus) Javascript dynCalendar (A calendar...) Anything else I may have missed Thanks for any help! -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Exposing PHP/errors on production vs. dev

2008-08-02 Thread Richard Heyes
website is broken. In production I keep error_reporting set to 0. There are a variety of things you could also do like log them to a file or have them emailed to you so that you get notified when errors occur. -- Richard Heyes http://www.phpguru.org

Re: [PHP] Exposing PHP/errors on production vs. dev

2008-08-02 Thread Richard Heyes
that. Well as long as display errors is off then I guess there's no problem with error_reporting set to E_ALL, and it would even be preferable I guess. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   >