Skip to content

ZakMos/php-get-started

Repository files navigation

Start learning PHP (Zakaria Moslim) PHP Get Started

Hypertext Preprocessor

https://www.php.net https://www.apachefriends.org

  • To start server from terminal: php -S localhost:8080 port could be any number

=========================================================

=======================================================

Setup:

  • PHP code is (usually) embedded in HTML files, or in its own PHP file.
  • File extension: .php (by default).

Code:

  • as delimiters.
  • Code output appears exactly where the code was.
  • Text output with echo.

=======================================================

HTML Forms

Method GET:

  • Data appended to the URL.
  • Size limit (~500 to 2000 characters).
  • PHP array $GET. )

Method POST:

  • Data appended to the HTPP request.
  • No size limit, file uploads possible.
  • PHP array $POST )

=======================================================

Database Setup

https://www.phpmyadmin.net/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors