|
Ian Dela CruzProfileIan Dela Cruz is an experienced C/C++, PHP and MySQL Programmer, and was headed that way after earning his Bachelor of Science in Electrical Engineering degree. Other facts about Ian Dela CruzFavourite Sport(s)Basketball, Football, Badminton, Table Tennis Favorite Movie(s)LOTR Trilogy Quote:"No, no, no, no. I feel no pain." - The Phantom (You Don't Mess with the Zohan) |
All entries by Ian Dela Cruz
ProblemWorkstation 1 needs to connect to Database Server located at another part of the globe.
read moreFor different reasons, I encounter this problem every year and kept forgetting how to solve this. So I thought I would write this solution as a blog so I always remember. :)First of all, the answer to the question is you cannot. Why?Because $_GET and $_POST (and a few others) are HTTP variables. Meaning they can only be accessed if you are running the PHP file behind a web server. If you are trying to run a PHP file via CLI(command Line Interface), you'll not get those $_GET and $_POST variables
read moreMy last blog, which discussed how you can login via ssh without entering a password, makes your life easier as you don't have to remember each and every password on every single computer.Not to mention, it ensures greater security as you are accessing the other computer with a key which only you have access to.This time I'll make ssh login even easier by using a config file.Instead of typing ssh with different arguments plus the long domain name or IP address and user name, you'll just need to t
read moreTired of always typing your password when logging in to your server? Here are steps on how to you can eliminate the typing of your password and making it more secure when connecting to your server.
read moreTrying to stay up between World Cup games later this month? Look no further than StumbleUpon.com for a website that will entertain you while wasting plenty of time.
read more




