How To Setup Eclipse for PHP Development (PDT)

preview_player
Показать описание
How To Setup Eclipse for PHP Development (PDT)
Рекомендации по теме
Комментарии
Автор

finally someone that actually explains how to correctly setup the server, instead of starting his tutorial with everything already done. Thank u a lot man, this helped me a lot <3

alessandroconti
Автор

Great tutorial, Professor. Simple, lucid, and straight-to-the-point with all the right details to answer inquisitive minds. You got yourself a subscriber.

matthewpulickottil
Автор

You are the man!!! I really appreciate how simple you made it look. Thank You, and keep up the good work.

Broadway
Автор

using Eclipse for PHP version 2020-3. When I right click and choose "run on server" I get "the selection cannot be run on any server". The built-in server wizard does not come up at all.

mziminski
Автор

I know this is old video. But im having same issues. Not working. Server is running but keeps telling me no such file or directory. Running eclipse 2024-06 with PDT installed

marko
Автор

Thank you Thank you Thank you! This was so helpful.[[HUGS]]

jasonmarquette
Автор

Hi. Thanks for the tutorial.

Can I ask you how to import a file and run on the server?. Thanks

TheBeatrizi
Автор

thanks i dont need to install xampp to set it all
most youtube tutorial use xampp for Setup
this help a lot

archer
Автор

I really appreciate how simple you made it look. Thank You, and keep up the good work.

Mykutties_love
Автор

Hello Professor Saad
Thanks for teh video.
I know this is an old video but I have followed everything line by line.
Mimicking your every step.
But when I get to 6:30 and right click my test php file / Run As / Run on Server all it does is launch a Notepad session with a
NOT A VALID FILE NAME PROMPT.
Weird.
Do you have any idea what might be causing this?
Thanks

It's a Windows 11 machine.

veritasaequitas
Автор

is it possible to setup sqlite3 in php in eclipse i dont like to install mysql in my computer it more heavy to setup

archer
Автор

I got these message "the selection cannot run on any server"

massa
Автор

i just install mysql server i have hard time to connect it with this setup using eclipse
example here
$servername = "localhost";
$username = "username";
$password = "password";

// Create connection
$conn = new mysqli($servername, $username, $password);

// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
i got error in eclipse are you making tutorial to setup mysql with php

archer
Автор

Pls anyone help plss...After choosing php application file it doesn't show the next option and show selected location doesn't refer to a valid PHP executable ....pls help me any one plssss....

rupamdas
Автор

how to setup eclipse for laravel development

sarannyathankappan
Автор

If you want to develop using an external browser like Firefox, then make sure you name all your projects without spaces, or you will have a laugh when it tries to open up multiple tabs throwing you into the dark web with what ever out come your project name, folders and files will allow.

tobiasnielsen
Автор

lot of settings to do in eclipse for php | headache

dfordemo
Автор

I accidentally deleted the "port number".... ( ._.)

stutteringcris
Автор

oh maa gawd, the port is not availabalabe labalabalaba, your voice is so irritating

walkwithme