Posts Tagged PHP
Automatically display form data with PHP
Posted by Alex Costa in PHP, Web Programming on May 13th, 2009
This is a simple PHP script to automatically display (dump output) data submited from a html form. The form setup all inputs (form fields) need to have the same name with [] at the end to turn it into an array, e.g <input type=text name=formdata[]> formq.html content <form method=post action=showme.php> Name: <input type=text name=formdata[]><br> Email: [...]
PDF to Email with registration
Posted by Alex Costa in Web Programming on April 14th, 2009
Serve PDF files on your website by requesting the user to register their email address. The PDF file is sent to the given email address and the user details registered on a database. This is a very simple script and relies on four main features. Apache mod_rewrite (via the .htaccess file) PHPMailer MySQL database the [...]
SugarCRM Installation error: session.save_path not set
Posted by Alex Costa in Open Source on February 18th, 2009
SugarCRM Community Edition 5.2.0a has shown me the following error during installation. “The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or verify that the folder sets in save_path exist.” Before you [...]
Search Engine Optimization SEO in PHP (Book)
Posted by Alex Costa in Books, Web Programming on December 4th, 2008
The term SEO (Search Engine Optimization) has become a new phenomenon with marketeers. As a programmer/developer it’s very hard to find a good book on such a broad subject but recently I found this great book. The authors go about explaining and guiding you through exercises that are relevant for both programmers and marketeers. It [...]




