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
can mail you a copy immediately. |
// +--+
// | Authors: Richard Heyes <[EMAIL PROTECTED]> |
+// | Chuck Hagenbuch <[EMAIL
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
> 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
> 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
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
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
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/
"
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
> 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
> 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."
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
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
> 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().
> 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
-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
- 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-
> 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
> 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
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
> 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
> 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
> 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
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]
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]
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
> 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
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
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]
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]
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: [
> 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
> ...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.
> 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
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]
> 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
["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
;;
> ?>
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
["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
> 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
> 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
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
> ...
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)
--
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
> 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
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
> 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.
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
> 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)
--
> 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
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
>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
> 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:
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
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
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
>> 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
> 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
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
'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
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
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
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
> 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
> 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
- 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
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
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
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
> 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.
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,
> 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
> 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
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
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
> 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
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
> ...
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
> 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
>>> 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
> 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
> 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
> 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
> 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
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
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
> 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
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
> 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
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
>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
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
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
. 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
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
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
> 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
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
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
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 - 100 of 879 matches
Mail list logo