Skip to content

I wanna create a new table from the data of two tables

I have a A table to store the product name, the quantity and input day of goods in stock. In adverse conditions, invoices for the above products will be sent later. I will put the product name and invoice quantity in B table. The problem here is that I want to check the quantity of goods with invoice and with…

How to save current state of html body php

I have a html website with Sortable.js. I want to save the current state of the body when a user rearranges the list and clicks a save button. I don’t want it to save to local storage but directly to the hosted file, replacing the body html with the new rearranged version. I believe what I’m trying to achieve…

Laravel 5.8: POST Route Does Not Seem To Be Working

I’m using Laravel 5.8 for my project and in this project, I have added this route: Route::post(‘course_admin/{id}’,’CourseController@AcceptWalletCourse’)->name(‘accept.walletCourse’); And here is …

Cannot concatenate with the link

Hello why is it that I cannot include in the link when I concatenate? here is the code. But the $userverifcation is not included in the link even when I concatenate it? Here is the sample link: http://localhost/Mailer/verificationForgot.php?code= Zk8gIT enter image description here As you can see it is not in…