php-general Digest 28 Jul 2010 06:51:39 -0000 Issue 6868

2010-07-28 Thread php-general-digest-help
php-general Digest 28 Jul 2010 06:51:39 - Issue 6868 Topics (messages 307179 through 307186): Re: Do you have some standard for defined the variable in program language? 307179 by: tedd 307180 by: Joshua Kehn 307181 by: Bob McConnell 307182 by: Jordan

php-general Digest 29 Jul 2010 04:18:07 -0000 Issue 6869

2010-07-28 Thread php-general-digest-help
php-general Digest 29 Jul 2010 04:18:07 - Issue 6869 Topics (messages 307187 through 307191): Re: storing files in database and retriving them 307187 by: Dušan Novaković Re: Do you have some standard for defined the variable in program language? 307188 by: Gary

Re: [PHP] storing files in database and retriving them

2010-07-28 Thread Dušan Novaković
Hi, Here are headers: Response Headers DateWed, 28 Jul 2010 06:41:33 GMT Server Apache/2.2.14 (Ubuntu) X-Powered-By

Re: [PHP] storing files in database and retriving them

2010-07-28 Thread Dušan Novaković
Ok, I found the problem :-) There was nothing wrong with storing or sending files, it's just that I tried to load file with jQuery on wrong way :-( Sorry once more to everyone :-( Dusan 2010/7/28 Dušan Novaković ndu...@gmail.com: Hi, Here are headers: Response Headers

RE: [PHP] File Manager with acl

2010-07-28 Thread Bob McConnell
From: Ricardo Martinez i want ask to the list, if anyone knows a FIle Manager with ACL, written in PHP and MySQL. Dokuwiki doesn't require a DBMS, but can use MySQL if you really need to shoehorn it in. http://www.splitbrain.org/projects/dokuwiki Bob McConnell -- PHP General Mailing List

RE: [PHP] Re: Do you have some standard for defined the variable in program language?

2010-07-28 Thread Carlos Sura
Hello Jordan, As he said... You may use any. [1] Which one is correct in any given project or organisation is different question. Yeah, he got a point there. Regards, Carlos Sura. To: php-general@lists.php.net From: php-gene...@garydjones.name Date: Wed, 28 Jul 2010

[PHP] Encoding Ampersands

2010-07-28 Thread Rick Dwyer
Hello List. I have variables displaying content from mysql fields. The contents contains like Dogs Cats... so naturally the W3C validator chokes on them. Is there a way to encode so they display properly on the page but the validator is OK with them? Is the answer as simple as:

Re: [PHP] Encoding Ampersands

2010-07-28 Thread Rick Dwyer
So htmlentities() will work for Green, Red Blue? Will it work for htm?color=bluenumber=2letter=? --Rick On Jul 29, 2010, at 12:23 AM, Josh Kehn wrote: Rick- Probably would use htmlentities() instead. You could also do str_replace(, amp;); Regards, -Josh On Jul 29,

Re: [PHP] Encoding Ampersands

2010-07-28 Thread Rick Dwyer
Exactly what I was looking for! Thanks Josh. --Rick On Jul 29, 2010, at 12:33 AM, Josh Kehn wrote: Rick- Give it a try! ?php $test_one = Green, Red Blue; $test_two = htm?color=bluenumber=2letter=a; echo htmlentities($test_one); // Green, Red amp; Blue echo

[PHP] the state of the PHP community

2010-07-28 Thread Nathan Rixham
Hi All, I find myself wondering about the state of the PHP community (and related community with a PHP focus), so, here's a bunch of questions - feel free to answer none to all of them, on list or off, or add more of your own - this isn't for anything specific, just out of interest and sure