Hi,
I have a question in regards to best practice.
Currently I have a php file called dbConnStart which starts the database connection:
$serverName = "localhost";
$username = "root";
$password = "";
//create connection
$conn = new mysqli($serverName, $username...
So we have one of these thingies at the office.
I want to be able to automate it so that after work on a Friday it logs out of the Company ADSL and into my personal uncapped ADSL.
Then before work on a Monday morning it shoud log back into the company ADSL.
So how do I do that?
Or...
Hi everyone :)
I'm quite new to the job market, as such. When I started working, I took the first offer that came my way, and have been there ever since.
However I'm now at a point where I don't think that my career is progressing as fast as it should.
My questions are:
1) Is it...
I know Firefox has a feature that asks you if you wan to close it if you have multiple tabs open and click the X.
But Opera is my main browser and every know and then I accidently click the main window X instead of the tab X. This gets irratating when you have like 10 tabs or somethinbg open...