📝
Robert Zou 2
  • Home
  • Hosting
    • What is HelioHost?
    • What HelioHost Offers
    • What HelioHost is Not
    • What is HelioNet?
    • Signing up
    • Why was my account suspended?
    • Terms of Service
  • Accounts
    • International Countries
    • Moving your account
    • Suspension Policy
  • cPanel and Management
    • Uploading Files
    • Changing Your Main Domain
    • Creating MySQL Databases via cPanel
    • Installing GoGetSSL Certificate via cPanel
    • Parked, Addon and Sub Domains
    • Using SSL
  • Tutorials
    • Discord Bot
    • Django
    • Flask
    • Ghost CMS
    • Golang as CGI
    • How to Access cPanel
    • Node.js
    • Perl
    • Python
    • Ruby on Rails
  • FAQ
  • Servers
    • Physical
      • Charlie
      • Eddie
      • Sparkie
      • Stevie
    • Virtual
      • Brody
      • Cody
      • Johnny
      • Lily
      • Ricky
      • Tommy
  • Features
    • ASP.NET
    • cPanel
    • Java/JSP
    • PHP
    • PostgreSQL
    • Python
    • Softaculous
    • Sqlite
    • Storage
    • Unlimited Bandwidth
    • Unlimited Email Accounts
  • Miscellaneous
    • Clear Your Cache
    • Contributing
    • Server Load and Uptime
    • Staff
      • Ashoat
      • Krydos
      • Wolstech
Powered by GitBook
On this page

Was this helpful?

  1. Features

PHP

PreviousJava/JSPNextPostgreSQL

Last updated 4 years ago

Was this helpful?

PHP is the most popular scripting language on the Internet for a reason. It's easy to learn and easy to implement, yet is powerful enough to suit almost every task. Unlike some other languages, PHP is not explicitly linked with any programming paradigms, allowing for more flexible development. HelioHost offers the latest version of PHP 5 on all its hosting accounts. We are unique in that we offer PHP without safe mode, which is the more secure but less functional alternative that you'll find on most free hosts.

Learning PHP

<?php is the opening braces and ?> is the closing braces for PHP.

Here is a sample hello world file.

<?php echo "Hello World!";

A good tutorial can be found here:

https://blog.udemy.com/php-tutorial/