A
Anonymous
Guest
All,
I am new to this technology, so excuse me if I am missing the basic understanding of php. I have installed eclipse neon and MySql in my windows 10 system. I wanted to install php so I build my web site. I did this thru Eclipse>Help>Install New Software and installed PDT 4.1 package (PDT_4_1_0 http://download.eclipse.org/tools/pdt/updates/4.1).
1. I created my first .php file
<?php
phpinfo();
?>
2. I want to Run (Run as CLI/Web Application)
It gives an error 'No PHP Executable defined'. I tried to define the Executable (Add > Serach and it could not find any php executables at all).
This is my question?
- Did I install php correctly? Is there more than just eclipse install such as downloading some other executable and install it directly on the PC and then the path gets updated (we update it) and then the executable will show?
Please provide me the necessary steps to execute my php.
Thank you,
Arthur.
I am new to this technology, so excuse me if I am missing the basic understanding of php. I have installed eclipse neon and MySql in my windows 10 system. I wanted to install php so I build my web site. I did this thru Eclipse>Help>Install New Software and installed PDT 4.1 package (PDT_4_1_0 http://download.eclipse.org/tools/pdt/updates/4.1).
1. I created my first .php file
<?php
phpinfo();
?>
2. I want to Run (Run as CLI/Web Application)
It gives an error 'No PHP Executable defined'. I tried to define the Executable (Add > Serach and it could not find any php executables at all).
This is my question?
- Did I install php correctly? Is there more than just eclipse install such as downloading some other executable and install it directly on the PC and then the path gets updated (we update it) and then the executable will show?
Please provide me the necessary steps to execute my php.
Thank you,
Arthur.