This following trick will show you how to prevent an error while working with data that contains the apostrophe (‘) character in websites that generated by PHPMaker. Let’s say, your user will input data that contains the apostrophe character in one of the fields in a table which has a primary key as an auto-number […]
How to Avoid Displaying Database Connection String When Error Occurred in Websites that Generated by PHPMaker 9.0.3
I was so surprised when I knew that one of my web applications that generated with PHPMaker was displaying the complete ConnectionString that contains database login information in the error message when failed to connect to SQL Server database. This is the message I got: Failed to connect to at Provider=SQLNCLI;Persist Security Info=False;Data Source=myipserverlocation;Initial Catalog=mydatabasename;User […]
How to Customize Forgot Password Page in Websites that Generated with PHPMaker 9.0.1
After customizing the Registration page, now we are going to customize the Forgot Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Forgot Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order […]
How to Add jQuery Auto Hide Message After 3 Seconds for the Success Message in Website Created with PHPMaker 8.0.3
After adding jQuery slideDown and slideUp effects into search panel in the list pages (please read this article), now we will add jQuery auto hide message after 3 seconds effect for the Success Message. As we know, PHPMaker now separate the error and success message using the different style. The error message is displayed in […]