Posts

Showing posts from October, 2012

How To Write Your First PHP Script

You want to learn how to write PHP scripts but don’t know where to start from? In this tutorial I’ll show you all what you’ll need to write your first PHP script. It is a lot easier to get started with than you might think. Why Use PHP? PHP is a powerful tool for making dynamic and interactive Web pages.. By learning just a few simple functions, you are able to do a lot of things with your website. And once you know the basics, there are a wealth of scripts available on the internet that you only need to tweak a little to fit your needs What you’ll need? To start writing PHP scripts, you need access to a Web server running PHP.There are 2 options: to run php script on you web host or to run PHP script on your own computer .I recommend you second option to run PHP scripts locally, download XAMP and Edit+.     Run php script on you web host, if you have already your web host just upload php scripts on web server via FTP or file manager, if not then check this link Best Free...

Trick To Hide Text In Notepad

A Superb Trick To Hide Text In Notepad Here is a small trick to hide text inside your windows default text editor Steps to hide text in a Notepad 1. Open your command prompt Start–>Run and Type cmd 2. Type cd.. to move to C:\> drive or Type cd desktop to move to your desktop. 3. Type the below code in your command prompt      notepad filename.txt:hidden 4. Write some data and save(Ctrl+S) the file. 5. Browse to the file location and Open filename.txt you cannot see any data in the file. 6. To retrieve the hidden data open command prompt and type the same command.      notepad filename.txt:hidden