Re: [PHP] Protecting database passwords

2004-06-30 Thread Craig Donnelly
MD5 - http://ie2.php.net/md5 One way in encryption. "Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Bob Hockney on Tuesday, June 29, 2004 5:58 PM said: > I wrote a php script that accesses a database, and I am wondering > about securin

[PHP] Re: Parse Error, Unexpected $

2004-07-19 Thread Craig Donnelly
Put all your values in the following {}... So: VALUES('{$Title}','{$ChristianName}','{$MiddleName}','{$Surname}'. and so on. HTH Craig "Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've checked my

[PHP] $_GET and multiple spaces.

2008-01-13 Thread Churchill, Craig
s the intended behaviour? Is there a way to preserve the multiple spaces? Thanks Craig. Craig Churchill Collection Systems Specialist Museum Victoria GPO Box 666 Melbourne VIC 3001 Australia Telephone +61 3 8341 7743 Email [EMAIL PROTECTED] museumvictoria.com.au This e-mail is solely for the

RE: [PHP] $_GET and multiple spaces.

2008-01-14 Thread Churchill, Craig
urlencode($name).'='.urlencode($value)); > > Regards, > > Rob > I'm now using urlencode on the values and htmlspecialchars on the entire url and it's working nicely. Thanks to everyone who helped. Craig. museumvictoria.com.au This e-mail is solely for the

Re: [PHP] Conditional code execution

2004-01-26 Thread Craig Jackson
On Mon, 2004-01-26 at 10:09, John W. Holmes wrote: > From: "Craig Jackson" <[EMAIL PROTECTED]> > > > This would require something like the equivalent of eval in javascript. > > Does PHP have that capability? > > Yes. Oddly enough it's calle

Re: [PHP] Conditional code execution

2004-01-26 Thread Craig Jackson
On Mon, 2004-01-26 at 10:11, Chris Hayes wrote: > At 17:03 26-1-04, you wrote: > >I'm sure how to frame the question. Here's the problem. > >I would like to store PHP code in a database. Then I would like to > >while-loop through the array executing the code something like this: > > > > >while($RS=

Re: [PHP] Parse error, unexpected T_STRING!!

2004-03-04 Thread Craig Gardner
What do you have before line 73? On Thu, 2004-03-04 at 12:03, Enrique Martinez wrote: > Hello, I'm getting an error that says: > > Parse error, unexpected T_STRING on line 73 > > line 73 is: ?> > > this is what I have below line 73: > > Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/

Re: [PHP] empty() problem

2004-12-12 Thread Craig Slusher
> > will throw notices on some setups about an undefined variable (depending > upon error_reporting level) and will allow text through when it's > supposed to just be an integer. > > -- > > ---John Holmes... > > Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ >

[PHP] Re: çå: [PHP] empty() problem

2004-12-13 Thread Craig Slusher
he 0 is passes ? > > any help plz ? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP] PHP cross platform IDE

2004-12-13 Thread Craig Slusher
d around with it a little bit and it's not too bad. -- Craig Slusher Web Programmer [EMAIL PROTECTED] On Tue, 14 Dec 2004 10:29:41 -0500, Bryan Dina <[EMAIL PROTECTED]> wrote: > I have done a little checking and I think I already know the answer, but > I wanted to toss this one

Re: [PHP] array_merge_recursive

2004-12-10 Thread Craig Slusher
[animal] => Cats > > [total] => 6 > > ) > > > > ) > > > > the output i need is: > > Dogs 5 > > Cats 9 > > > > I need to add the total but keep just one animal if its already there. can > > someone please

Re: [PHP] "Byte Array"

2004-12-13 Thread Craig Slusher
looks like this: > gÃ.ÃÃ.ÃÆÃÃÂÃUâÃAÃÂ9xÅÂÃ|%ÃrÂÃ9â. > > Any ideas? > > Ian > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Craig Slusher Web Programmer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5 & FreeTDS

2005-01-13 Thread Craig Donnelly
/ftpusers/tarot/tarot/admin/sqltest.php on line 4 This worked fine before, and I tested it on another box which is also running freeTDS with PHP 5.0.1 and it connects fine. Anyone any Ideas?? Regards, Craig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

FW: [PHP] unsubscribing

2005-11-16 Thread Brown, Craig
I tried several times as well. So far, no luck. I tried the unsubscribe address but it doesn't work. -Original Message- From: wayne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 9:34 PM To: php-general@lists.php.net Subject: [PHP] unsubscribing I tried to unsubscribe on sev

<    1   2   3   4