[PHP] Late static binding behaves differently in PHP 5.3 and PHP 5.4

2013-01-24 Thread Keven
ven more confusing for me since the result is not the same in PHP 5.4 base on the statement you execute first... Keven. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Late static binding behaves differently in PHP 5.3 and PHP 5.4

2013-01-24 Thread Keven
the behavior is the same as PHP 5.4). I hope someone more competent than me will check this and be able to actually tag it as a bug or a feature. Keven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Dynamic Form

2003-03-24 Thread Keven Jones
Hi, Can someone tell me if I can use php to accomplish the following: I would like to create a form that can: A. Total the sum of a certain number of numerical fields, Before the user clicks submit B. Automatically fill in sections of a form based on selections made by the user. As an example, if