Freeware Downloads for "Php Code Display Php Page"
- Source Viewer
- License: Freeware

Source Viewer is a php coded web page allowing you to display the html and php source code of files on your server directly in a browser. Using standard browser View Source functions php code is not displayed as it is processed by the server prior to the page being delivered to the browser. Source Viewer allows the html and php code to be displayed. It displays page code directly in your browser, including html and php coding. An Allowed Directories function ensures visitors can only access the source code of files in directories you nominate.
- Platform: Mac, Windows
- Publisher: softSWOT
- Date: 22-08-2004
- Size: 54 KB
- PHP Code Snippet Library
- License: Freeware

PHP Code Snippet Library is a multi-platform compatible script that allows you to store code lines from any language, php code snippet library include 5 pre-designed themes and doesn’t require any configuration. Perfect for managing snippet categories and snippets..
- Platform: PHP, Scripts
- Publisher: PHP Code Snippet Library
- Date: 21-03-2011
- Web Page Password Protect
- License: Freeware

Password protect your content with Web Page Password Protect by just adding one line of PHP code to your page source. Script will present user with a password entry form, and will not let visitor see your private content without providing a password. Will require password only once per session, so visitor will not have to retype password when opening another secured page..
- Platform: PHP, Scripts
- Publisher: zubrag
- Date: 18-05-2011
- Advanced Password Protect
- License: Freeware

Advanced Password Protect script allows you to password protect web pages by adding one line of PHP code to the page source. Script will show login form to protect content from unauthorized access. It includes login form, signup form, password reminder, and user management page for admin. Uses flat file database, no MySQL required. Can be set up to redirect after successful login..
- Platform: PHP, Scripts
- Publisher: Zubrag
- Date: 03-01-2013
- Size: 10 KB
- Absolute php finder
- License: Freeware

Php coders, you find your code snippets at lightning speed, by keyword. I am a web and software developer, I'm fully aware that, whenever we're developing, we do need to find our pieces of code fast. That is why I developed this nifty time saver and efficiency provider.
You query, directly from within the software, twenty major php code repositories, as well as chosen php tutorials and resources sites.
You enter a keyword, you scroll the combo displaying the repositories, the soft takes you there.
- Platform: Linux, Mac, Windows
- Publisher: Internet marketing software
- Date: 03-02-2011
- Size: 4519 KB
- Machi Code Generator PHP
- License: Freeware

Machi code generator is automation tool that can generate PHP code for displaying/editing MySQL tables in HTML..
- Platform: WinOther
- Publisher: machicodephp.sourceforge.net
- Date: 20-09-2012
- Size: 710 KB
- PHPWasher - clean up PHP code
- License: Freeware

PHPWasher automatically cleans up (adds indentation to) your PHP code. Simply pass it your code and it will return it fully indented! (Still finding out how to upload the code)
PHPWasher - clean up PHP code License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Phpwasher
- Date:
- PHP AdminPanel
- License: Freeware

PHP Admin Panel (PHP AP) provides you access to the control features of your site as creating static or dynamical pages and allows your easily manage database tables with embedded PHP DataGrid. It includes Creating, Reading, Updating and Deleting (CRUD) records in database tables on your existing site. And also allows you manage menu options in AP "on fly". For as little as few minutes you get professional looking and fully functional Admin Panel for your new or existing site. It dramatically reduce the development time of your web application.
- Platform: Linux, Unix, Windows
- Publisher: ApPHP
- Date: 11-05-2009
- Size: 1400 KB
- PHP - Code Generator
- License: Freeware

PHP-CodeGen is a database front-end builder for PHP, written in PHP. Simply build your database and then run this tool to create a set of PHP files to edit, view, add and delete from the tables selected.
PHP - Code Generator License - Eclipse Public License.
- Platform: WinOther
- Publisher: Php-codegen
- Date:
- TeeChart for PHP Open Source
- License: Freeware

PHP Charting Library Feature Summary: - 100% PHP5 code - Full PHP sourcecode available - Support for PHP5 and above - Chart Components for Delphi for PHP Applications - Database support - Direct access to URL addressable Charts - Designtime PHP Form WYSIWYG Chart Control - Standard Series types - Extended Series types - Statistical functions - 2D, 3D Chart - TeeChart Themes for template and colour palette management - Direct high-speed, add of Array data to Chart. Very quick ! - Zoom, scroll at runtime - Multiple unlimited Custom Axes - Flash / Flex Chart exportation.
- Platform: Windows
- Publisher: Steema Software
- Date: 17-06-2010
- Size: 6705 KB
- PHP Encoder
- License: Freeware

PHP Encoder is a powerful application developed by phpCipher to protect your source code. This software will encrpyt php source code using phpCipher's online encoder.
PHP code that is encoded by this application is protected against unauthorized modification and theft. Encoding also prevents hackers from looking into your code to find security weaknesses.
An active internet connection is required to use this application.
Key Features:
- Highly Secure
Encrypted code is well protected and almost impossible to decrypt.
- Platform: WinOther
- Publisher: phpCipher
- Date: 06-06-2006
- Size: 1772 KB
- Free PHP / SQL FAQ Script
- License: Freeware

Simply upload the Free PHP / SQL FAQ files to a directory on your PHP enabled server, edit the included file Local_Settings.php and enter in the relevant info for your site, including your database connection info. Then run the SQL Table Creator script, and your FAQ system is now ready to use. You can configure the look and feel of your new Free PHP / SQL FAQ via a number of methods.You can choose an alternate .CSS file (in the Local_Settings.php file) to change between looks of your site. Alternatively you can edit the active .
- Platform: PHP, Scripts
- Publisher: Colin Burke - freebert.com
- Date: 07-08-2011
- PHPDWR - PHP Direct Web Remoting
- License: Freeware

PHPDWR is a flexible,simple but powerful framework for Ajax and PHP that allows PHP developers to directly call remote PHP methods and even PHP files from Javascript and display the returned data on the browser without refreshing the page with Ajax.
PHPDWR - PHP Direct Web Remoting License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Phpdwr
- Date:
- PHP MicroCMS - PHP Web Content Management System S
- License: Freeware

Welcome to PHP MicroCMS
PHP MicroCMS (PHP MCMS) is a simple, but very powerful Content Management System that everyone can use. The PHP MCMS can be installed easily by web developers, webmasters, graphic designers, etc. PHP MCMS was developed in OOP and allows users to build websites in a few minutes.
PHP MicroCMS allows users with very little technical knowledge to build websites, as done by millions of bloggers on the web. PHP MicroCMS requires NO knowledge of HTML, although HTML can be used to enhance the pages by adding headings, images, hyperlinks or simply to emphasize text.
- Platform: Linux, Windows
- Publisher: ApPHP
- Date: 13-07-2011
- Size: 86 KB
- Log In script
- License: Freeware

Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are the same as $UserName and $PassWord, the first 2 paramters of the function. If not, it displays the content of $LogInPage, the 3rd paramenter. The main thought behind this was to display the same login for all my admin pages, without have to repeat the same HTML code.
- Platform: PHP, Scripts
- Publisher: scripts.franciscocharrua.com
- Date: 19-09-2011
- User Prune iframe page Context PHP
- License: Freeware

This module adds the possibility to evaluate PHP code as a Context condition. Notes Note that module only should be used in rare cases where a custom condition module doesn't make sense. Keeping code out of the database is always best practice! Also note that giving users the possibility to administer contexts is also giving them the possibility to execute PHP code. So use this module with caution!.
- Platform: PHP, Scripts
- Publisher: Vladimir Garvardt
- Date: 10-04-2013
- Size: 10 KB
- PHP.rb
- License: Freeware

PHP.rb is an experimental Ruby-to-PHP code generator..
- Platform: Ruby, Scripts
- Publisher: Arto Bendiken
- Date: 24-03-2013
- Size: 10 KB
- php to python code converter
- License: Freeware

This is a php to python code converter that currently can: convert small php code snippets, functions to python code, python is a rising language, and there are many codes already written in php in world now. it is a good idea to write a converter inste
php to python code converter License - GNU General Public License version 2.0 (GPLv2).
- Platform: WinOther
- Publisher: Phppython
- Date:
- BBCode generator PHP HTML decoder
- License: Freeware

This BBCode generator PHP HTML decoder script has the following features.1. This script is of plug and play type and hence doesn't require any installation.2. It has a javascript supported nice looking wysiwyg editor which allows visitors to generate BBCode text.3. This editor can be added with WebPages of any extension (*.html, *.php, etc.).4. While adding its desired size (height and width) can be set to best fit with the WebPages.5. This script supports BBCode for link, list, image and color.The PHP code behind this editor can successfully decode this BBCode text into its HTML equivalent.
- Platform: Linux, Unix, Windows
- Publisher: ramui.com
- Date:
- Size: 10 KB
- PHP Programmers Brain
- License: Freeware

Animated PHP Programmers Brain Screensaver courtesy of Curso de PHP. Curso de PHP Gr+itis - Curso de PHP Online. Curso de PHP GR+uTIS e COMPLETO. Aprenda programa+z+uo para Web com este curso de PHP Online (ensino a dist+oncia)..
- Platform: Windows
- Publisher: Curso de PHP
- Date: 01-04-2011
- Size: 817 KB
Php Code Display Php Page: Freeware | All







