Connect to database in php

< ?php /* Created BY Vincent Amedekah This a simple script l've created to help anyone who might need help connecting to database in php Things to look out for 1: "die()" will exit the script and show an error statement if something goes wrong with the "connect" or "select" functions. 2: A "mysql_connect()" error [...]

Read More

Operating System sample questions and solutions

1. True or False. Explain briefly if false: a) In CPU scheduling, process starvation is possible in the FCFS technique. b) In Round-Robin CPU scheduling, the average turnaround time increases with the increase of time quantum.   a) false. Unless processes take infinite amount of time to execute (which isn’t true), a process will eventually […]

Read More