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 Show Breadcrumb Links in Websites that Generated with PHPMaker 9.0.1
The only way to let your users/visitors know about where they are or what is the full path of the current page they are visitting is to display the Breadcrumb Links in your website. By displaying this Breadcrumb Links, in addition they will not be lost about the location where they are, your users also […]