PHP Tutorial (& MySQL) #40 - File System (part 2)

preview_player
Показать описание

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🤑🤑 Donate


🎓🎓 Find me on Udemy

Рекомендации по теме
Комментарии
Автор

I am always impressed if a youtuber actually places the link in the description haha

michi
Автор

I like your simplest way of approach for beginners
Another great series...☺

vivek
Автор

big talent but bigger heart ! thank you for sharing your knowledge with us. i dont speak english very well but even though i could easily follow the whole course of php basic and oop with php as well... thank yu, god bless u! greeting from Brazil

weslleyfelix
Автор

Alright only followed the mysql part of this course since i already have a good foundation of php, i still struggle with how tables communicate with one and another but ill prob will find this out working on my php project since i need 3 tables with foreign keys,

I like the pizza slice idea tbh

userj-s
Автор

sir...will there be series on composer package manager and laravel projects. I know how to structure and manage packages in MERN stack but confused a bit in php🤔

parasarora
Автор

I know I'm a bit late to this party but fwrite() is not working for me. I have:

<?php

$file = 'quotes.txt';

$handle = fopen($file, 'r+');

fwrite($handle, "\nEverything popular is wrong.");

fclose($file);

unlink($file);

?>

This is not writing to the file, and showing an error when I refresh the browser. I'm using XAMPP.

ast
Автор

what has that to do with a SYSTEM? By your title one could think you'll show how to optimally store and read files (scaling etc)

IamTheGreatCornholioo
Автор

Why is it not possible to... echo fread($handle); on more than one line? It only reads the first echo statement and ignores the others. It means you are forced to comment out conflicting fread statements, but I don't know why this is.

Martin
Автор

Can you please do some tutorials on Swaggerhub, Swagger UI ....etc.

SanthoshkumarNagulanchi
Автор

hey there Shaun, can you also make a tutorial on php oop.

kerwebayerlota