Skip to content

Get column type from schema in Laravel 8

I’m getting some columns from various tables within my project and would look to obtain some additional information other than the column name, I’d like to get the column type as well. I’m usign the …

Uploaded image is not returned to PHP

I am trying to make a form for editing a product but if I upload a image the image can not be found by my PHP code it throws this error: Notice: Undefined index: image in C:xampphtdocspagesshopmanageradminproducteditor.php on line 10 Notice: Undefined index: image in C:xampphtdocspagesshopmanageradminproducte…

How to get and send values from html to a PHP page?

I created a form for image uploading. This form also includes a tag to add information about the image being uploaded. I need the text from the tag to be sent over to a page “savetofile.php” whenever ‘Upload’ button is clicked. Currently the picture uploading works, the picture informa…