Playing with PHP and my newly set up server!
I am ill for two days...only fever though! I am on holiday and my university will not open until 12th of November. By the way, I have got a comment on the last post. It's great feeling. For it is the first time I got any comment on any post. Of course, I never blogged as seriously as this! In my long holidays I try to learn new things by myself. This time I am working with php and web server. After setting up the web server I tried if I can access the computer from outside, I mean from another computer over the internet. I learned that the port on which the web server is running is to be forwarded. I did so in the router (GLB-502T) and 'lo and behold' the homepage is displayed when I typed the ip-address followed by the port number. My ISP does not give static ip-address, so the ip-address changes each time I connect to the internet. The page also opens on my mobile web browser through gprs. Yesterday, I was trying to upload files to server(my computer!) using PHP. I found ...