astalavistabd writes:Hello all! The new PHP Manual is out. The Manual was updated on January 10th 2006. We made a phpnuke module with this great manual. This manual has A to Z of all php coding helps that you need. The manual has more than 5,300 html pages in it. Thanks to Chris and all others who have their contribution to this excellent manual. You can download the module from following link. Download Here
Re: New 2006 PHP Manual Is Out (Score: 1) | ![]() | Good job! I tweaked it a little. I moved all the html pages into a folder called html. So, my modules/PHP_Manual folder looks like this: + PHP_Manual ---- + figures ---- + html ---- - index.php Then, in line 5415 of index.php, I modified it to read include("modules/PHP_Manual/html/$pagename"); Now I also GT the manual, so I have these lines in my header.php file URLIN: "'(?<!/)modules.php?name=PHP_Manual&page=([[:alnum:]-.]*).html'", "'(?<!/)modules.php?name=PHP_Manual'", URLOUT: "phpmanual-\1.html", "phpmanual.html", And in .htaccess RewriteRule ^phpmanual-([[:alnum:]._-]*).html phpmanual.html&page=$1.html [L] RewriteRule ^phpmanual.html phpmanual.html [L] |
Re: New 2006 PHP Manual Is Out (Score: 1) by astalavistabd on Friday, February 03, 2006 @ 10:34:12 CST (User Info | Send a Message) http://phpnuke-downloads.com | |
Thank You. Yes, it's good to have a manual like that. It will help you a lot for php and also add many pages to your site. I tapped the manual too, but i used different perfix(php_how_to_ instead of phpmanual_). :) |
Re: New 2006 PHP Manual Is Out (Score: 1) | ![]() | Great Module, but one quick suggestion: Don't use the exact string "e x e c" (no spaces) NukeSentinel keeps banning people. :) |