Posts

Showing posts from June, 2018

How To Stop Test Print Page on HP or Other Printer @ PHDirectories

Image
click the image to zoom Hello Guys and welcome to PH Directories and Resources  today we will going to show you on how you can disable or stop the frequent printing of test page from your printer, this occurs mostly in new printer like HP, Canon etc. so we will give you a step by step guide which is also tested for so many users. Steps On How To STOP Test Print Page Turn off the printer and wait for around 10 seconds and Turn it ON again. Let the Printer process or print the test page. After the test page is done printing from your printer, Disconnect the USB cable connecting the printer to your computer, do not turn off the printer while Disconnecting the USB cable. Place the test page on the scanner glass and press the SCAN button on the printer, the ON light will flash s the page is being scanned. Remove the test page when the ON light is steady. Turn-Off the printer and wait another 10 seconds. Then Turn it ON again. Finally, Plug the USB back in. Done. Hope thi...

How To Create Login System Using PHP with MySQL Database FREE

Image
Most of the coders especially to a beginner the main thing when developing a web application is to start planning how the system works, what is the purpose, create visual design, plan the database for, and many more, and the next thing to do is, of course, the important part of building a web application is the LOGIN SYSTEM and REGISTRATION  so in this tutorial we will show you how to create a login code using PHP with MYSQL database using mysqli method.] **NOTE: To copy the code, please highlight the code snippet provided on this tutorial right click and copy. DB-CONFIG.PHP Create a file and name it as db-config.php  this will be useful because we are going to communicate on the database. <?php define('DB_SERVER', 'localhost:3036'); define('DB_USERNAME', 'root'); define('DB_PASSWORD', 'rootpassword'); define('DB_DATABASE', 'database'); $db = mysqli_connect(DB_SERVER,DB_USERNAME,DB_PASSWORD,DB_DATABASE);...

TOP 10 Best 2D and 3D Intro FREE Download TEMPLATES for Sony Vegas 2018

Image
Download Top 10 Best Sony Vegas Intro Video One of the important parts of a Vlogger or Video Blogger such as Game Streamer, YouTuber or influential individual is how their video present to viewers in the sense that they make more effort for them (users) to entertain the viewers, well if you a viewer and love watching trending videos in YouTube you might always notice that the video uploader has an intro video in which tell what their YouTube channel all about or flash you their channel name or subscribe to them, this is very helpful most especially if you are new on sharing your own videos. As you can see in the video embedded above that we have listed top 10 best Sony Vegas Pro (#5) Intro Video  and you can download those template for Free. For more details, you can refer the information at Technicoz  don't forget also to subscribe this channel here . PROJECT FEATURES Full HD 1080p Vegas Pro 14,13,12,11,10,9 Easy to use No plugins required Fast render Customizable Video Tuto...