Learning Reflection Journal Post #14
I'm writing the last journal of the Php class. When I first took the PHP class, I had no knowledge about this subject. But now I know a lot of…[...]
I'm writing the last journal of the Php class. When I first took the PHP class, I had no knowledge about this subject. But now I know a lot of…[...]
By the 13th week, I was trying to understand many difficult topics at the same time. SomePagination and sorting on the Crud page. (week 10)It's easy to sort in one…[...]
This week configure your server to create an email addressWe learned about send email from your PHP application. The most reliable way to establish communication with website users is for…[...]
Uploading Files Learning Resources This week I learned write to a file on the serverlock a file on the serverread from a file on the serverhandle file uploadsread files incrementally…[...]
Creating CRUD Systems Learning Resources We This week it was hard to me. This week we learned how to update the sql information on the table with crud "create""update""delete". Unfortunately,…[...]
This week: write a PHP script that will connect to a MySQL databasecreate a SQL query to retrieve information from a tablecreate a SQL query to insert data into a…[...]
how to create a table using SQL and PhpMyAdminexplain what an index is and why it is usedexplain what a foreign key is and why it is usedunderstand the concepts…[...]
I completed all the steps without any problems except the last step, sql connection list_users. I connected index.html to vs code. And it worked properly. I've been struggling with the…[...]
This week " Lorem Ipsum Generator Reflection and Testing" was one of our assignment and it was challenging for me. We use arrays, loops, functions and templates. First, I created basic…[...]
Week 4 (2/28 - 3/6): Arrays This week's concept was; Define the different types of arrays used in PHPCreate and add items to an arrayAccess array elementsCreate multidimensional arraysSort arraysTransform…[...]