How Can Php Be Compiled And How Can I Create Crosstab? - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › How Can Php Be Compiled And How Can I Create Crosstab? (1382 Views)
| How Can Php Be Compiled And How Can I Create Crosstab? by DevDel(op): 2:49pm On Oct 23, 2007 |
Can anybody tell me how I can compile my php applications to hide the codes and how I can create a matrix (crosstab) listing with PHP and MySQL Thanks |
| Re: How Can Php Be Compiled And How Can I Create Crosstab? by xanadu: 5:36pm On Oct 23, 2007 |
Hi DevDel, Far as I know, PHP is not really compiled, as you would C or C++. What most programmers who are concerned about protecting intellectual property do, is actually encode/encrypt the source code of their applications, before deploying them. Arguably the most popular of such 'encoders' is Zend Guard, formerly referred to as Zend Encoder. You can find more info here: http://www.zend.com/products/zend_guard Another one is Ioncube Encoder: http://www.ioncube.com/ However, it may be possible to do some sort of 'compilation' of PHP using Visual C++. Of course I am not at all sure about this, but you can read about it yourself here: http://elizabethmariesmith.com/2006/11/15/how-to-compile-php52-and-php-gtk2-on-windows-using-visual-c-express/3/ Hope that helps. Matrix Do you mean a standard matrix/table, for instance, that displays the contents of some fields in a mysql table? |
| Re: How Can Php Be Compiled And How Can I Create Crosstab? by astronp7(m): 7:33pm On Oct 23, 2007 |
You can as well use these php scripts to enhance you web projects. [url=http://Click here]Click here[/url] http://www.emmaezeali.com/scripts.html |
| Re: How Can Php Be Compiled And How Can I Create Crosstab? by DevDel(op): 10:49pm On Oct 23, 2007 |
xanadu:Thanks Xanadu that sure helps. On the matrix issue, i mean, spooling data from two tables, 1 forming the row headers, the other forming the column headers, like d typical x-y axis do you get? thanks again. |
Need To Secure Your Compiled Software (.msi Or .exe) To 1/PC? • How Do I Create A Licenses Key For My Application • How Do I Create A Desktop Shortcut For My Application? • 2 • 3 • 4
Help With Java Installer • Help. Mysql Function Returning Booleans Instead Of Resourse • [SOLVED] Gurus In The House (PHP Programmers)
Thanks