Windows Explorer PHP File Template (ShellNew)
When you need to quickly create a new empty HTML file or PHP script in Windows the following template will do exactly that.
PHP related posts
When you need to quickly create a new empty HTML file or PHP script in Windows the following template will do exactly that.
This is a very simple frontend to Matyas Danter's phpecc libraries for the EC algorithm. Still under active development. Currently it generates an EC keypair, and can generate a public key from a given private key.
One of the most messy things when designing a PHP web application is the page display. Embedding application logic code with your HTML can make future maintenance of your project very unappealing, especially large complex web applications. MVC frameworks exist to help you separate your logic code from the HTML code. However using a MVC framework usually involves investing time to learn how to use the framework. Now there is a better way, I introduce the Salsa PHP Template System.
I am pleased to announce the release of an updated Simple PHP File Upload script. Now you can upload multiple files at one time. To get the new version, just sign on to the Simple PHP File Upload web page at http://www.unibia.com/unibianet/simple-php-file-upload.
PHP file uploads can be as easy as one line. If your confused about adding upload capability to your web forms, check out the Simple PHP Upload in the Unibia.net developers area.