what should i learn first about php? what will you recommend i am beginner i need it to create a system on our capstone project. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what should i learn first about php? what will you recommend i am beginner i need it to create a system on our capstone project.

Help me about php i am currently stuck at inputing data into the database now i want to learn more especially on using include() and require() i find it confusing and fetching databases table data using 2 or more php file is hard.

22nd Sep 2023, 5:37 PM
John Cedrick Galleposo
John Cedrick Galleposo - avatar
1 Answer
+ 3
PHP Include Files The include (or require) statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the include statement. Including files is very useful when you want to include the same PHP, HTML, or text on multiple pages of a website. https://www.w3schools.com/php/php_includes.asp
23rd Sep 2023, 12:14 AM
SoloProg
SoloProg - avatar