Get textarea Info Value LARAVEL - development

Get textarea Info Value LARAVEL

How get value / info in LARAVEL?

admin.blade.php: https://pastebin.com/XHMM3PN9

GeneralController.php

$socket = $_POST['compr'];

ROUTE:

Route::post('sname', 'GeneralController@Sname')->middleware(['auth','admin:6']);



from Laravel Questions and Answers https://laravelquestions.com/laravel/get-textarea-info-value-laravel/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome