Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default PHP Tool

    Hi,

    i am looking for a software that will help me to manage my PHP scritps
    within an application.
    Like a different color, a way to find and access all my classes and
    functions, a debugger etc etc.

    Do you know a software like that?
    I tried [url]http://www.phpedit.com/[/url] but didn't manage to use it.
    It does not recognise $_SESSION and stop the debugging!!

    Also, my php files are all on a UNIX server . Currently I use ULTRAEdit and
    open my files by FTP, so I also need a way to open the files from FTP with
    this great tool. (it is not possible with PHP EDIT).

    Thanks you very much

    Rodolphe
    PS: if you also know a web site which speack about PHP with tutorials,
    newsgroup, list of scripts, list of best tools to use etc etc, i will be
    interressed.


    Rod Guest

  2. Similar Questions and Discussions

    1. Colour settings for Highlighter Tool and Underline Text Tool
      I am using ACROBAT STD 7.0.1 on Tiger. As I often read scientific PDF files, I would like to use additional colours for the Highlighter (yellow)...
    2. Pencil Tool changes to Grab Tool Acrobat 7
      Whenever I am doing editing or inserting proofreading marks, I used to (in Acrobat 6) jsut click on Pencil Tool, write to my hearts content, and then...
    3. Pen Tool
      I can not get my anchor points to connect with the other ones. I start doing a line and then I go and click on my next anchor point and the line I...
    4. Rectangle Frame tool vs. Rectangle Tool
      I'm leading a class on InDesign this Thursday and am being forced to have answers to questions I've never bothered to ask. Right now, I'm tyring to...
    5. Smudge tool & Red eye tool
      Mr. M. Holtzberg. Caps Lock ON??
  3. #2

    Default Re: PHP Tool

    Rod wrote:
    > Also, my php files are all on a UNIX server . Currently I use ULTRAEdit and
    > open my files by FTP, so I also need a way to open the files from FTP with
    > this great tool. (it is not possible with PHP EDIT).
    One thing that I have found to be helpful is to use Ultraedit (because I
    like the fact I can customize my syntax files) and the scp client found
    at [url]http://www.ssh.com[/url]

    I simply doulbe click the file in the server window of the scp client,
    and UE opens it up for editing. When I save and switch back to the scp
    client, it prompts me to upload and overwrite the file. Now quite as
    slick as editing the file directly on the server, but close.

    --
    Justin Koivisto - [email]spam@koivi.com[/email]
    PHP POSTERS: Please use comp.lang.php for PHP related questions,
    alt.php* groups are not recommended.

    Justin Koivisto Guest

  4. #3

    Default Re: PHP Tool

    hi,

    sorry but I'm not sure to understand.
    With UltraEdit you can already open files from a FTP server and save them
    directly.
    This is easy. You don't know something else.
    And you even can create a project and associate a list of files from a FTP
    server so it can open all of them once.

    My question is: do you know a DEBUGGER (a step by step debugger). So you can
    execute your script line per line and see the values of all the variables in
    a frame (like with C++ etc etc)



    "Justin Koivisto" <spam@koivi.com> wrote in message
    news:Jd7qb.603$Uz.16398@news7.onvoy.net...
    > Rod wrote:
    > > Also, my php files are all on a UNIX server . Currently I use ULTRAEdit
    and
    > > open my files by FTP, so I also need a way to open the files from FTP
    with
    > > this great tool. (it is not possible with PHP EDIT).
    >
    > One thing that I have found to be helpful is to use Ultraedit (because I
    > like the fact I can customize my syntax files) and the scp client found
    > at [url]http://www.ssh.com[/url]
    >
    > I simply doulbe click the file in the server window of the scp client,
    > and UE opens it up for editing. When I save and switch back to the scp
    > client, it prompts me to upload and overwrite the file. Now quite as
    > slick as editing the file directly on the server, but close.
    >
    > --
    > Justin Koivisto - [email]spam@koivi.com[/email]
    > PHP POSTERS: Please use comp.lang.php for PHP related questions,
    > alt.php* groups are not recommended.
    >

    Rod Guest

  5. #4

    Default Re: PHP Tool

    Rod wrote:
    > With UltraEdit you can already open files from a FTP server and save them
    > directly.
    > This is easy. You don't know something else.
    > And you even can create a project and associate a list of files from a FTP
    > server so it can open all of them once.
    Yes, but not all servers have FTP enabled because of security (like all
    the servers I work on)...

    --
    Justin Koivisto - [email]spam@koivi.com[/email]
    PHP POSTERS: Please use comp.lang.php for PHP related questions,
    alt.php* groups are not recommended.

    Justin Koivisto Guest

  6. #5

    Default Re: PHP Tool

    Justin Koivisto wrote:
    > Rod wrote:
    >
    >> With UltraEdit you can already open files from a FTP server and save them
    >> directly.
    >> This is easy. You don't know something else.
    >> And you even can create a project and associate a list of files from a
    >> FTP
    >> server so it can open all of them once.
    >
    >
    > Yes, but not all servers have FTP enabled because of security (like all
    > the servers I work on)...
    >
    Why don't you install the FrontPage extensions then you can use HTTP PUT
    it's perfectly secure </sarcasm>

    Kevin Thorpe Guest

  7. #6

    Default Re: PHP Tool

    Kevin Thorpe wrote:
    > Justin Koivisto wrote:
    >
    >> Rod wrote:
    >>
    >>> With UltraEdit you can already open files from a FTP server and save
    >>> them
    >>> directly.
    >>> This is easy. You don't know something else.
    >>> And you even can create a project and associate a list of files from
    >>> a FTP
    >>> server so it can open all of them once.
    >>
    >>
    >>
    >> Yes, but not all servers have FTP enabled because of security (like
    >> all the servers I work on)...
    >>
    > Why don't you install the FrontPage extensions then you can use HTTP PUT
    > it's perfectly secure </sarcasm>
    >
    *wiping*tears*from*eyes*

    Thanks for the laugh!!

    --
    Justin Koivisto - [email]spam@koivi.com[/email]
    PHP POSTERS: Please use comp.lang.php for PHP related questions,
    alt.php* groups are not recommended.

    Justin Koivisto Guest

  8. #7

    Default Re: PHP Tool

    Try the following. Make sure you install the plug-ins for PHP.

    [url]http://www.chami.com/html-kit/[/url]


    "Justin Koivisto" <spam@koivi.com> wrote in message
    news:5q9qb.609$Uz.16563@news7.onvoy.net...
    > Kevin Thorpe wrote:
    >
    > > Justin Koivisto wrote:
    > >
    > >> Rod wrote:
    > >>
    > >>> With UltraEdit you can already open files from a FTP server and save
    > >>> them
    > >>> directly.
    > >>> This is easy. You don't know something else.
    > >>> And you even can create a project and associate a list of files from
    > >>> a FTP
    > >>> server so it can open all of them once.
    > >>
    > >>
    > >>
    > >> Yes, but not all servers have FTP enabled because of security (like
    > >> all the servers I work on)...
    > >>
    > > Why don't you install the FrontPage extensions then you can use HTTP PUT
    > > it's perfectly secure </sarcasm>
    > >
    >
    > *wiping*tears*from*eyes*
    >
    > Thanks for the laugh!!
    >
    > --
    > Justin Koivisto - [email]spam@koivi.com[/email]
    > PHP POSTERS: Please use comp.lang.php for PHP related questions,
    > alt.php* groups are not recommended.
    >

    Chassy of Baja Guest

  9. #8

    Default Re: PHP Tool

    sorry, I did a mistake in one of my sentence (sorry for my bad english).
    I said:
    This is easy. You don't know something else.
    I meant:
    This is easy. You don't NEED something else.

    Rodolphe

    "..
    "Rod" <toto@toto.com> wrote in message news:bob2ab$g0u$1@home.itg.ti.com...
    > hi,
    >
    > sorry but I'm not sure to understand.
    > With UltraEdit you can already open files from a FTP server and save them
    > directly.
    > This is easy. You don't know something else.
    > And you even can create a project and associate a list of files from a FTP
    > server so it can open all of them once.
    >
    > My question is: do you know a DEBUGGER (a step by step debugger). So you
    can
    > execute your script line per line and see the values of all the variables
    in
    > a frame (like with C++ etc etc)
    >
    >
    >
    > "Justin Koivisto" <spam@koivi.com> wrote in message
    > news:Jd7qb.603$Uz.16398@news7.onvoy.net...
    > > Rod wrote:
    > > > Also, my php files are all on a UNIX server . Currently I use
    ULTRAEdit
    > and
    > > > open my files by FTP, so I also need a way to open the files from FTP
    > with
    > > > this great tool. (it is not possible with PHP EDIT).
    > >
    > > One thing that I have found to be helpful is to use Ultraedit (because I
    > > like the fact I can customize my syntax files) and the scp client found
    > > at [url]http://www.ssh.com[/url]
    > >
    > > I simply doulbe click the file in the server window of the scp client,
    > > and UE opens it up for editing. When I save and switch back to the scp
    > > client, it prompts me to upload and overwrite the file. Now quite as
    > > slick as editing the file directly on the server, but close.
    > >
    > > --
    > > Justin Koivisto - [email]spam@koivi.com[/email]
    > > PHP POSTERS: Please use comp.lang.php for PHP related questions,
    > > alt.php* groups are not recommended.
    > >
    >
    >

    Rod Guest

  10. #9

    Default php Tool

    Hi,

    I was following the Blog tutorial from Macromedia (PHP, SQL). I configured
    php, now I wanted to create a SQL database. I am totally new to it. In the
    tutorial, it refers for a php program (editor?) myPHPadmin. When I try to
    download it, the file does not continue a setup.exe or sth a like. Can sb help
    me and point to another SQL program? OR am I missing sth>

    tutorial:
    [url]http://www.macromedia.com/devnet/dreamweaver/articles/php_blog1_05.html[/url]
    myphpAdmin: [url]http://www.phpmyadmin.net/home_page/[/url]

    Am I overseeing sth?


    Many thanks, Bart

    Bonte007 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139