Since 7/16/2012 7:17:38 AM, ab858 has written 0 articles and participated in 15 conversations. ab858 signature:
ab858's replies:
Items(5) /1
Images and PHP629 (4/24/2006 3:32:19 AM) comp.lang.php I have a folder full with images, and for security reasons I don't want anyone to know where the folder is. So, to call images, I know there is a way to call like a PHP file instead. For example Galley 2 (a PHP... alvin4jesus(21)
Executing PHP Tasks While Letting A User Continue To Browse?813 (4/26/2006 3:57:59 PM) comp.lang.php Hi there I was wondering if someone could help me out with the following two situations. In a lot of my web apps, it seems that if i launch a PHP script that takes a long time to complete, the user is unab... heyho(433)
HTML Mail #2419 (5/12/2006 4:44:30 AM) comp.lang.php How may I setup a proper HTML mail message with embedded href links using PHP, that follows all the MIME rules? Any examples or links would be appreciated. Thanks! ... jhp(20)
Static method to get class variable (PHP4)423 (5/31/2006 10:04:40 AM) comp.lang.php Hi In order to make static class variables accessible in a clean way I try to write a method in the base class, as shown in this example: This throws a notice: -> Notice: Undefined variable: types in test.... Markus