-
PHP Script to list and display all images in a directory
-
Drupal – Pass Data To Template File
Probably most useful for passing large blocks of data that can be iterated over from within the template file. Using this method allows the developer to keep the application logic separate from the presentation layer. The data being passed in would most typically be an array. 1) Create the function that will generate the data […]
-
Simple php ftp download file script example
-
jQuery and php Progressive Form Example
How to use php and jquery to submit a form. This form features progressive enhancement meaning that if the client has javascript disabled the form will still function. First the form, written in php: Progressive Enhancement Name: