Welcome

My Account Login Sign Up
 

Domains

Web Hosting

SSL Certificates

Site Builder

Other Services

Resellers

Home My Account Register Domain Transfer Domain Contact Us Whois Support

DNO LOCALHOST

DNO Localhost is a complete software package allowing to use all the power and the flexibility that offers the dynamic language PHP and the efficient use of mysql databases under Windows. Package includes the latest version of Apache server, MySQL database with PhpMyadmin, a fully PHP execution with all the php modules pre-installed, as well as easy development tools for your web site or your applications.

To purchase the latest version of DNO Localhost by Pay Pal Click Here

Installation Guide and Features


 Launching DNO SAS(DNO LOCALHOST )
  After downloading the software, unzip the content in a directory on your computer and double click the .exe file DNO SAS.exe. Run the program and and follow the instruction on your screen to install it.

Once the program is installed, a shortcut icon will be automatically created on your desktop. Double click the DNO SAS icon to launch the program. Please note that the first time you run the program you will get a few warnings from your anti virus software. Make sure to grant access for the program to run.

The program will run Apache, Mysql, PhpMyadmin and php4.4 as a stand alone server on your system.

1- On your screen as shown in above picture, click *browse* button to get access to *www* or root directory. Add your script in this folder just like you would on a Linux online web server.

2- Now click on *admin* button in right window and click on *PHP MyAdmin* link. The PHP MyAdmin will be launched in your browser. Add a new database for your script if it requires a database.

3- Now in your browser enter the following address to access your script: http://localhost:85/your-script


 Features:
  • Log file: reporting every generated errors from Apache and MySQL
  • Configuration : a simple interface to configure DNO LOCALHOST
  • Web local : open the URL "http://localhost:85"
  • Start/Stop : start/stop Apache and MySQL service
  • PHP environment: To see the PHP info and all the modules installed.

 

   The use of the www directory:
  In order for your scripts to be executed, you must place your files in the "www" directory. The Apache server is configured to automatically open an index file when you enter the address 'http://localhost:85' (Apache must have been started). This page is the default start page, it's the proof that DNO LOCALHOST is running. You are advised to create a directory for each project inside the "www" directory; so you can easily manage all of your developments.
 
   My first PHP pages
  A lot of PHP editors exists. Here we will simply use a text editor (such as Notepad).

 • Edit a new file

 • Type the usual blank HTML structure page:
     <html>
     <head>
     <title>My first page in PHP</title>
     </head>
     <body>
     
     </body>
     </html>

 • This example will display the current date. The PHP code can be set inside the HTML code and begins with <? (or <?php) and ends with ?>.
Posting current date :
     <html>
     <head>
     <title>My First page in PHP</title>
     </head>
     <body>
     
     Current date : <? print (Date("l F d, Y")); ?>
     
     </body>
     </html>

 • Save page.
Create a new directory in the "www" or use the directory created after the installation : "project1" (can be renamed, of course :P). Save the PHP page with ONE of the following extension: php, php3, php4. This is the usual set up of 'DNO LOCALHOST. Extensions may vary with your hosting company: don't forget to change the extension if needed. In this example, we choose .php extension: "date.php"

It's your turn to create your scripts and pages. :) Enjoy DNO LOCALHOST!

 

Copyright  Diverse Net Option. All Rights Reserved, Powered by: DNO