{"id":26871190,"url":"https://github.com/codeadamca/php-introduction","last_synced_at":"2025-10-17T23:13:10.181Z","repository":{"id":115328457,"uuid":"261730898","full_name":"codeadamca/php-introduction","owner":"codeadamca","description":"A super basic introduction to PHP.","archived":false,"fork":false,"pushed_at":"2025-01-26T22:16:18.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T23:19:49.845Z","etag":null,"topics":["beginners","filezilla","learning-code","php","upload"],"latest_commit_sha":null,"homepage":"https://professoradamthomas.com/learning/php/introduction.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeadamca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-06T10:54:59.000Z","updated_at":"2025-01-26T22:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f271aee5-2b97-486d-91f9-5ee179d84b80","html_url":"https://github.com/codeadamca/php-introduction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fphp-introduction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fphp-introduction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fphp-introduction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fphp-introduction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeadamca","download_url":"https://codeload.github.com/codeadamca/php-introduction/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429487,"owners_count":20775809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginners","filezilla","learning-code","php","upload"],"created_at":"2025-03-31T07:18:43.724Z","updated_at":"2025-10-17T23:13:10.115Z","avatar_url":"https://github.com/codeadamca.png","language":"PHP","readme":"# A Basic Introduction to PHP\n\nA super basic introduction to PHP.\n\nThis tutorial will review the purpose of using a server-side language such as PHP and walk through the process of creating and testing your first PHP file. Here is how you use PHP to display a \"Hello World\" message:\n\n```php\n\u003c?php \n\necho '\u003cp\u003eHello World!\u003c/p\u003e';\n\n?\u003e\n```\n\n## Steps\n\n1. Open up a new file and name it intro.php.\n2. Fill the intro.php file with the standard HTML tags (`doctype`, `html`, `head`, `body`, and `title`).\n3. In the `body` add a heading using an HTML `h1` tag.\n4. After the heading add an open and close PHP tag (`\u003c?php` and `?\u003e`).\n5. Within the PHP tags use `echo` to display the message \"Hello World\".\n6. Upload the PHP file to your server (or use your localhost) and test using a browser and your domain name.\n\n\u003e Full tutorial URL:  \n\u003e https://codeadam.ca/learning/php-introduction.html\n\n***\n\n## Repo Resources\n\n* [Visual Studio Code](https://code.visualstudio.com/)\n* [Filezilla](https://filezilla-project.org/)\n* [PHP](https://php.net)\n\n\u003cbr\u003e\n\u003ca href=\"https://codeadam.ca\"\u003e\n\u003cimg src=\"https://cdn.codeadam.ca/images@1.0.0/codeadam-logo-coloured-horizontal.png\" width=\"200\"\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fphp-introduction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeadamca%2Fphp-introduction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fphp-introduction/lists"}