If you enable the Multiple delete setting in PHPMaker, then the generated list pages will allow you to execute multiple delete (deleting more than one record at once) from the list page of your web application that generated by PHPMaker. This is really really helpful to delete many records by clicking the Delete button only […]
How to Hide “Please Select” in the Select Option in Websites that Created with PHPMaker 8.0.3
As we have already known, by default, PHPMaker will add an item into the Select Option (ComboBox) which has a default value of “” (blank string) and a default label value of “Please Select”. This following trick will show you how you can hide or replace that “Please Select” option from the Select Option (ComboBox) […]
How to Display the Empty Table in the “No Records Found” Pages in Websites that Generated by PHPMaker 8.0.3
As we know, PHPMaker only displays the message “No records found” without including an empty table that associated with the data and the related fields. Sometimes, you want to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record in […]
How to Add Multi Themes Feature in the Websites That Generated by PHPMaker 8.0.3
This following customization will turn your websites that generated with PHPMaker become support for using multiple themes. As we know, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you can only use one generated .css file. If you […]
How to Save The Last Users’ Visitted Page in Websites That Created with PHPMaker 8.0.3
This time we will customize the PHPMaker template in order to save the last users’ visitted page. In other words, when your user is visitting the certain page in your web application, system will save that last visitted page which he/she has just visitted into your users table. This is very important, since we can […]
- « Previous Page
- 1
- …
- 41
- 42
- 43
- 44
- 45
- …
- 49
- Next Page »