The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Recent content by daani

  1. D

    Tip : Sorting arrays in PHP

    Hi This is an implementation of Quicksort in PHP. This algorithm is recursive. // Recursive version: function quickSortRecursive( $arr, $left = 0 , $right = NULL ) { // when the call is recursive we need to change //the array passed to the function yearlier static $array = array(); if( $right...
  2. D

    PHP Encoding

    Hi You can use PHP Encoding and Obfuscation [raizlabs.com]. PHP obfuscator application encodes and obfuscates PHP code to make the output difficult to reverse engineer. The application requires no pre-modifications to your code and no additional components on your server. This product allows...
  3. D

    PHP Editors

    Hi PHP IDE/Editors The text editors I mentioned (and others I didn't) are great -- I don't want to start a pointless war over which editor is better. However, no text editor really gives you much insight into your PHP code. In particular, none views a PHP project as more than a directory of...
  4. D

    php vs asp

    Hi Here is a summary: If you are choosing which technology to use to build an application, use .NET. You will get more bang for the buck. With the same effort you will be able to build a much more rich user interface. My Disclaimer: Keep in mind there are a lot of great libraries and tools...
  5. D

    Please share your PHP tutorial.

    Hi Here is PHP Tutorial: w3schools.com/php/php_intro.asp
  6. D

    Installatron

    Hi cPanel (control Panel) is a graphical web-based web-hosting control panel, designed to simplify administration of websites. cPanel handles aspects of website administration in its interface. The software is distributed by cPanel Inc. and is proprietary, it is designed for use by commercial...
banners
Back