answersLogoWhite

0

How can you edit PHP files online?

Updated: 8/17/2019
User Avatar

Wiki User

13y ago

Best Answer

Many web hosts provide software so you can manage your website online. Software such as cPanel which is one of the more common software's used. cPanel has a built in file manager for your website, it also allows you to directly edit your scripts online without having to use an FTP to upload and download the files.

If you're using a free web host, they often have their own script editors in the website management software they use.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you edit PHP files online?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you get PHP codes for writing on an image?

You can use the GD extension for PHP to edit image files.


Where can one find PHP documents?

You can find PHP documentation on the official PHP website at php.net. The website has comprehensive documentation on PHP functions, classes, and features, as well as user-contributed notes and examples.


Where can one go to get php info?

You can get information relating to PHP files online at websites such as Blue Host Forum and PHP. You can also find more information relating to the PHP file type at its associated Wikipedia page.


Where can one learn how to edit PDF files?

There are many online websites that can show you how to edit PDF files, but the main website to check would be Adobe. Adobe has the products and instructions on how to edit PDF files the correct way.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


What is meant by .phtml?

Some people choose to run their PHP files via the .phtml extension. Web servers, such as apache, allow us to define our own extensions. For apache, you'll have to load httpd.conf and find/edit a line in similar fashion to : AddType application/x-httpd-php .php .php3 .phtml .foo : It means that PHP will parse .php .php3 .phtml and .foo files on this server.


What is a website for an online no download MP3 joiner or merger?

There is no online site that edits MP3 files, but you can download Audacity and edit MP3 files for free.


Can a php file be valid without any php code?

PHP files are HTML files with any amount of PHP intermingled into it, so the file can be empty or only contain HTML and be valid, yes.


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


How do you support PHP on a web server?

contact your service provider and ask them to enable it on your account for shared hosting and if its a dedicated server you will need to edit your apache files to load to php module and reload and restart apache hope this helps :D


How do you open php files in 3d max?

PHP is a programming language. Unless 3D max has a programming interface of some kind, you can't open php files with it. You can open a PHP file with notepad or any other text editor.


How do you edit a php file on your own site?

A few methods here. Firstly, if you have a cPanel or if the Control Panel of your provider has a file directory system you should be able to edit PHP straight in the browser. cPanel offers this with even syntax highlighting. Secondly, Notepad and FTP. Make an FTP account (or use an existing one) and download the files and then upload to new PHP files. You can download an FTP client free such as Core FTP. Thirdly, FTP online. Using such websites as online-php.com you can connect via FTP to your server and edit PHP files. It's a very nice program (even syntax highlights although this can make it slow to use) especially if you do not have the permissions to install an application version of FTP or if it's a shared computer. Last and my favorite method, Dreamweaver CS5 (unsure if CS4 has it). You can connect to your server via FTP. Connect it and sync the files on the server to a folder on your computer. Dreamweaver offers a layout designer, Tag suggest menu (when you type a letter it finds tags quicker -like something you would find in visual studios) and full coding support.