Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 529 Bytes

File metadata and controls

19 lines (11 loc) · 529 Bytes

PHP introduction

Learn what is PHP and why you should use it.

To be able to follow these chapters, you need to install PHP and some prerequisites on your system.

For writing PHP code, you will need a text editor or IDE. This chapter will introduce you to some useful tools.

Create PHP hello world and learn about the essential elements of PHP.