faqts : Computers : Programming : Languages : PHP : Not Quite PHP : Editors

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 3 people (67%) answered Yes
Recently 2 of 3 people (67%) answered Yes

Entry

PHP: IDE: TurboPHP: How to run your PHP projects in TurboPHP?

May 7th, 2005 14:16
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 24 April 2005 - 00:50 am ----------------------

PHP: IDE: TurboPHP: How to run your PHP projects in TurboPHP?

---

Steps: Overview:

 1. -Run TurboPHP

 2. -Open a new or existing project

     1. -To open a new project

         1. -Select from menu option 'File'

             1. -Select from list 'New'

 3. -Inform where you want the project to be stored

     1. -Store this in the document directory of your webbrowser

         1. -e.g. for Apache create a path similar to the following

           "c:\Program Files\Apache Group\Apache2\htdocs\TurboPHP"

     2. -Select from menu option 'Project'

         1. -Select from list 'Project Options'

             1. -Select 'Publish Folder'

                 1. -Browse to your project

                      e.g.

            "c:\Program Files\Apache Group\Apache2\htdocs\TurboPHP"

             2. -Select 'Server URL'

                 1. -Fill here in the URL to your web page directory

                      e.g. if Apache

             http://www.localhost/TurboPHP

 4. -Start your web browser

     1. -E.g. start Apache

 5. -Run your project

     1. -Click on the lightning icon on the menu bar


 6. To view the result in your web client

    1. -Select tab 'Preview'

        1. -This will show the output of your PHP program
            in your web browser

    -- or --

    1. -E.g. in your web browser URL field type:

     localhost/TurboPHP/<yourphpfilename.php>

    e.g.

     http://localhost/TurboPhp/DB%20Examples/DbShow.php

---
---

Internet: see also:

---

PHP: IDE: TurboPHP: Link: Overview: Can you give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/36029/fid/45

----------------------------------------------------------------------