β prev | next β
RN 2019-09-16 17:15:50
I need helpπ
rajreddevil 2019-09-16 17:26:16
Hi guys, I hope you all are doing well.
I am working on a website which has one radio selection (answer to a question) per page and there are 20 pages (blade pages) in total. Now I want to store all the selections into database when a user presses submit button. Also I am not taking input from a FORM right now rather its just plain selections. Can someone guide me on how do I achieve this?
PS: I am a beginner and using Laravel and MySQL stack.
Thank you.
rohit267 2019-09-16 18:05:43
rajreddevil 2019-09-16 17:26:16
Hi guys, I hope you all are doing well.
I am working on a website which has one radio selection (answer to a question) per page and there are 20 pages (blade pages) in total. Now I want to store all the selections into database when a user presses submit button. Also I am not taking input from a FORM right now rather its just plain selections. Can someone guide me on how do I achieve this?
PS: I am a beginner and using Laravel and MySQL stack.
Thank you.
store the submits in javascript or send it direct to the database when next is clicked, or send at end through JavaScript
rajreddevil 2019-09-16 18:09:45
rohit267 2019-09-16 18:05:43
store the submits in javascript or send it direct to the database when next is clicked, or send at end through JavaScript
Thanks again Rohit sir. I was thinking to submit at the end when user clicks Next. I just wanted to know how will I store the previous selections after user gets into other pages? I mean for example : can we use an array for that. But I’m not sure yet. Please do shed some light. Thank you.
rohit267 2019-09-16 18:15:11
rajreddevil 2019-09-16 18:09:45
Thanks again Rohit sir. I was thinking to submit at the end when user clicks Next. I just wanted to know how will I store the previous selections after user gets into other pages? I mean for example : can we use an array for that. But I’m not sure yet. Please do shed some light. Thank you.
make a single page, use JS to change questions, and store the submits in array, then at last use ajax to submit the answers
2019-09-17 07:10:33
Thanks admin
RN 2019-09-17 08:06:31
I want to control browser back button location how i can code for this .
RN 2019-09-17 10:30:38
I want to Retireve the uploaded file value in choose file field from database in php
RN 2019-09-17 10:30:54
Somebody help me please π₯Ί
rohit267 2019-09-17 10:38:19
learn html
RN 2019-09-17 10:38:35

I want my uploaded data here this is my update data page and i want the already uploaded image in this choose file
RN 2019-09-17 10:43:29
But update the image if user want else previous one selected by default in choose file
RN 2019-09-17 10:44:58
If user doesnt want to change previous image
RN 2019-09-17 10:45:20
This solution takes empty and change the previous one with empty
RN 2019-09-17 10:45:37
Ohk
Alejo 2019-09-18 03:09:47
Hi I need your help with read a pdf and text export to txt or sql or view in scream
Alejo 2019-09-18 03:13:57
Thanks I check this opcion
Alejo 2019-09-18 03:14:13
Is not work
Alejo 2019-09-18 03:14:37
Parser, pdftotext
rohit267 2019-09-18 14:35:18
just fcm
maulikgushani 2019-09-18 14:49:27
I also have experience in FCM only.
vikash_jha 2019-09-18 15:25:54
I m here to some new things
vikash_jha 2019-09-18 15:27:06
Learn
2019-09-18 17:14:46
Hi guys, is there anyone who knows which URL pattern I should use to match a 32 bit hex value? (0-9,a-f)
To match an integer I used (?P<integer>d+)
2019-09-18 17:37:05
I want to know how to send a request to third party API and get response according to the data u have sended
rohit267 2019-09-18 17:37:36
2019-09-18 17:37:05
I want to know how to send a request to third party API and get response according to the data u have sended
curl
2019-09-18 17:37:54
rohit267 2019-09-18 17:37:36
curl
I am not able to send the data
2019-09-18 17:38:02
Post data is not working
2019-09-18 17:38:06
Can u tell
2019-09-18 17:38:10
Me any examples
2019-09-18 17:38:12
Of code
rohit267 2019-09-18 17:38:34
2019-09-18 17:38:02
Post data is not working
through php, use curl then from php return to client
2019-09-18 17:39:10
Any reference in code?
rohit267 2019-09-18 17:39:17
google
2019-09-18 17:40:55
Already did
2019-09-18 17:41:02
After losing hope from there
2019-09-18 17:41:04
I came her
2019-09-18 17:44:21
*here
rohit267 2019-09-18 17:48:48
what is the api url?
rohit267 2019-09-18 17:48:58
and what is your website?
2019-09-18 17:50:35
Like there is form where I fill your details
2019-09-18 17:50:35
It’s astrology api
2019-09-18 17:50:39
And it give u out put accordingly
2019-09-18 17:50:48
The output has three things
2019-09-18 17:51:34
Message
Prediction chart(image)
Free prediction (some rahu ketu stuff)
2019-09-18 17:51:53
I have tested my api in postman
2019-09-18 17:52:02
Everything working fine there
2019-09-18 17:52:38
But while I’m coding it I’m not getting how could I handle the response
rohit267 2019-09-18 18:45:16
2019-09-18 17:52:38
But while I’m coding it I’m not getting how could I handle the response
api and your site is same?
Mayank_theDevloper 2019-09-18 18:54:24
2019-09-18 17:52:38
But while I’m coding it I’m not getting how could I handle the response
You are using curl ?
β prev | next β