How to create a PHP file on Linux.
Solved
Probleme546
Posted messages
30
Status
Member
-
zipe31 Posted messages 34620 Registration date Status Contributor Last intervention -
zipe31 Posted messages 34620 Registration date Status Contributor Last intervention -
Hello,
how to create php files on Linux;
Like on Windows with Notepad.
Please
Configuration: Linux / Chrome 42.0.2311.152
how to create php files on Linux;
Like on Windows with Notepad.
Please
Configuration: Linux / Chrome 42.0.2311.152
2 answers
-
Hello
There's better, gedit for example..
cya
--
FC 19 - Mandriva 2010 -Debian 6.0-
The best things require patience. (JC ANGLADE) -
re
if you save it with the php extension, it will be automatically completed by gedit
a+
FC 19 - Mandriva 2010 -Debian 6.0-
The best things require patience. (JC ANGLADE)-
-
Re-
I launched nano (nano test
) and pasted:<?php
// the simplest form, recommended
echo 'Hello World';
?>
Then I saved it and ran a simplefile test
which returned:$ file test
test: PHP script, UTF-8 Unicode text
So without any extension, it’s recognized.
To go further, I then launchedgedit test
, which gave me:
So I don't see what changes regarding our friend Probleme546 ;-\ -
-