Task Management System CRUD - Learn PHP in 2 hrs.

preview_player
Показать описание
Task Management System CRUD - Learn PHP in 2 hrs.
This video covers the basic usage of PHP features to make real world application including CRUD (Create, Read, Update, Delete) Operation in PHP.

Langauge used in the video: Nepali
Technologies Used: HTML, CSS, JS, Bootstrap, PHP, MySQL, WAMPP.

Thanks for watching this video.
If you have any queries, feel free to comment below and also recommend me more topics that you are looking for so that I can create content on that.
Рекомендации по теме
Комментарии
Автор

While reloading the page the form got submitted again with the previous values so I added this code in the file to prevent it and its worked

<script>
if (window.history.replaceState) {
window.history.replaceState(null, null, window.location.href);
}
</script>

kishore
Автор

could you share the source code please

CheroiginNickyLA