Just wondering if there are any good recommended books, online material or other reference material to learn good PHP Design pattern books used in an enterprise situation. Something that will show...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23526022.htm...
Is there a way to do "something" on out of memory?
Ideally I probably want to do a backtrace but other things would be nice, like accessing an array after the error that could have memory alloca...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23545362.htm...
Zones:
PHPDate Answered: 07/07/2008 Grade: B Views: 16
When I execute the following code, I get two different results - whats up?
echo date('Y\WW');
echo "<br>" . strftime("%YW%W", time());
I get:
2008W37
2008W36
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23714249.htm...
Zones:
PHPDate Answered: 09/08/2008 Grade: A Views: 0
Hello,
I a using a content management system (Drupal) and the $_POST variable is empty when submitting a form. I just don't get it because the system works fine.
The basic scenario of how thi...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_22952814.htm...
This is a question of last resort to avoid hours of conversion time. I'm inheriting dozens upon dozens of PHP scripts that, long story short, actually need to run on a computer that is not network...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
I have a statement that is executing and generating a "fatal error" that bounces to stdout that I'd like to trap. It's associated with an object library for facebook.. and due to Facebook's servers...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I've never seen this before but my server created a php-cgi.core dump which is 23MByte large (most ascii, binaryand some text) in the main dir.
I think it might because probably the old applicat...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
There is this short tutorial on PHP 5 design patterns. I just have a quick question. I'm not quite certain what the second for loop is for with in the while loop of the remove function as follows:
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23516782.htm...
I'm studying PHP design patterns and just have a quick question on the Mediator pattern. This site has some sample http://www.fluffycat.com/PHP-Design-Patterns/Mediator/ on the Mediator pattern.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23563951.htm...
Zones:
PHPDate Answered: 08/06/2008 Grade: B Views: 4
I have root prems on the server and I've been through everything i can think of for this - chown, chgrp, chmod, umask.
I can copy files, directories, single or recursive to anywhere on the serve...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23816271.htm...
Zones:
PHPDate Asked: 10/15/2008 Points: 500 Comments: 4