Posts by Felippe Sousa • 13 points
4 posts
-
0
votes5
answers195
viewsA: Sending view string to controller via Ajax. Codeigniter, javascript and php
Code with Axios js worked! <script src="https://unpkg.com/axios/dist/axios.min.js"></script><script type="text/javascript">…
-
0
votes5
answers195
viewsA: Sending view string to controller via Ajax. Codeigniter, javascript and php
My js in view code is now as follows: var formData = new FormData(); formData.append('id', '1515'); fetch('http://localhost/page.com.br/public/post_notification/insert_id_post_notification', {…
-
0
votes5
answers195
viewsQ: Sending view string to controller via Ajax. Codeigniter, javascript and php
I’m trying to send information that is in the javascript code block to my controller, but I’m not sure how to capture the information in my controller. Follow view Javascript code: <script…
-
1
votes1
answer337
viewsQ: Issue with route in Laravel; my page does not access the bootstrap files that are on the layout page
I would like a little strength, I am starting with Laravel 6 and I have the following problem; I have a layout page inside the "views>layouts" folder called "admin.blade.php": On it are my…