Creating a Login Script for a PHP Invoicing System - What if I don't see that page? (
Page 2 of 4 )
If it is not there at all, then it means that the extension has not been enabled or cannot be found. In that case you should go back to the php site (http://www.php.net/) and download a version that includes the source, unzip the package and copy the extensions directory to your php directory. Then you should open up the php ini file, find the line that says 'extension_dir' and add the location of your php directory to the line.
For example if your php directory is 'c:php' then add 'extension_dir = "C:phpextensions". This will enable PHP to find the pdf extension quickly. Do the test again as before. Hopefully this time you will see the pdf enabled text. The pdf creation is a big part of the invoicing application so it is vital that you get this part right and that everything works fine.
Let's look at the complete login and main page screens:

Fig 1 The login Screen

Fig 2 The main page
 |