← prev | next →
carolinemms 2020-12-19 07:08:32
Web_Developer_PHP 2020-12-19 05:21:07
Hi. Change port & reboot it.
Can you explain step by step more clearly?
Relaxed Guy 2020-12-19 08:37:24
“_links”: {
“self”: [
{
“href”: “https://example.com/wp-son/wc/v2/products/4776”
}
],
“collection”: [
{
“href”: “https://example.com/wp-json/wc/v2/products”
}
]
}
Relaxed Guy 2020-12-19 08:37:47
I want to paginate this response guys I need help
Relaxed Guy 2020-12-19 08:38:00
Who knows how i can do this
focalfossa20 2020-12-19 08:38:16

hello everyone, I got a problem in the id section of my edit button that doesn’t follow the number of products I have, what should i do?
this is my source code:
-web: https://pastebin.com/EBvz5PhK
-update function: https://pastebin.com/WiDR7mmJ
-edit function: https://pastebin.com/z0n2Hbw2
Bhuvi100 2020-12-19 09:42:09
focalfossa20 2020-12-19 08:38:16
hello everyone, I got a problem in the id section of my edit button that doesn’t follow the number of products I have, what should i do?
this is my source code:
-web: https://pastebin.com/EBvz5PhK
-update function: https://pastebin.com/WiDR7mmJ
-edit function: https://pastebin.com/z0n2Hbw2
What does it follow
Bhuvi100 2020-12-19 09:42:32
What field is the primary key?
carolinemms 2020-12-19 09:43:27
carolinemms 2020-12-18 20:16:49
I want to ask bro
when I want to connect the database to PHPmyadmin by adding a user account
but there is no option “Add user account” bro
even though there should be sis
what’s the solution, bro?
please help bro
Please help me sir
Bhuvi100 2020-12-19 09:46:00
carolinemms 2020-12-19 09:43:27
Please help me sir
I dont know much about phpmyadmin,I prefer SQLite for development
carolinemms 2020-12-19 09:50:12
Bhuvi100 2020-12-19 09:46:00
I dont know much about phpmyadmin,I prefer SQLite for development
Thank u sir
carolinemms 2020-12-19 09:50:40
carolinemms 2020-12-18 20:16:49
I want to ask bro
when I want to connect the database to PHPmyadmin by adding a user account
but there is no option “Add user account” bro
even though there should be sis
what’s the solution, bro?
please help bro
I hope someone can help me
focalfossa20 2020-12-19 09:50:50
Bhuvi100 2020-12-19 09:42:32
What field is the primary key?
The primary key is “id”, in product table
Bhuvi100 2020-12-19 09:52:58
focalfossa20 2020-12-19 09:50:50
The primary key is “id”, in product table
Im still unclear of what you are asking about
Bhuvi100 2020-12-19 09:53:13
Can you describe it a bit more clear?
focalfossa20 2020-12-19 11:14:26
Bhuvi100 2020-12-19 09:52:58
Im still unclear of what you are asking about

so the problem is when I want to update some data, I can’t find it, because the id doesn’t match the database, as in the picture above, I update the data with id 3 but the change button shows the data with id 2
Bhuvi100 2020-12-19 11:21:26
focalfossa20 2020-12-19 11:14:26
so the problem is when I want to update some data, I can’t find it, because the id doesn’t match the database, as in the picture above, I update the data with id 3 but the change button shows the data with id 2
Are you trying to update id?
focalfossa20 2020-12-19 11:23:30
No, im trying to update some value, and the id in route doesn’t match
Bhuvi100 2020-12-19 11:41:34
send the blade code
justine_chacko 2020-12-19 12:01:36
I am trying to store data in table with validator::make method. Data comes from postman and error returned as json. I also want a web form for this. My question is how to catch error in webform as the errors comming are in json
❤️ ᴍɪɢʜᴛⓨ 🌹 2020-12-19 13:53:37
You know frd review system in laravel below blog post, please help me
Dushyantsinghds 2020-12-19 14:27:35
Microsoft azure exam vouchers
All exams vouchers available
95% Discount
31 March validity
Kibeish 2020-12-19 15:12:16
Guys say i have a shopping list and an add to cart button, and i add multiple items in a certain table, how do i retrieve items in that particular cart but only for that one user.. how do i create that kind of table? That allows users to save multiple items under their own ID, and retrieve same specific items by individual ID. Hope iam clear. Kindly assist.
Kibeish 2020-12-19 15:12:45
@DesolatorMagno kindly please 👆🏿👆🏿
Kibeish 2020-12-19 15:14:48
Or anyone
Waxikevin 2020-12-19 15:15:14
I think this is something to to with pivot table
Kibeish 2020-12-19 15:16:22
Waxikevin 2020-12-19 15:15:14
I think this is something to to with pivot table
yeah?
Waxikevin 2020-12-19 15:19:43
You can read more about that ….though i can’t explain that in depth
Kibeish 2020-12-19 15:24:49
Waxikevin 2020-12-19 15:19:43
You can read more about that ….though i can’t explain that in depth
Database relationships right?
Waxikevin 2020-12-19 15:27:32
Yes
https://laravel.com/docs/5.8/eloquent-relationships#many-to-many
carolinemms 2020-12-19 15:28:55
carolinemms 2020-12-18 20:16:49
I want to ask bro
when I want to connect the database to PHPmyadmin by adding a user account
but there is no option “Add user account” bro
even though there should be sis
what’s the solution, bro?
please help bro
someone please help me
DesolatorMagno 2020-12-19 16:24:22
Kibeish 2020-12-19 15:12:45
@DesolatorMagno kindly please 👆🏿👆🏿
You can think in a item list, and items tables, one where you store date, user id, name, and the other is a relationship with the products with amount.
It also work for wishlist or any kind of list.
Kibeish 2020-12-19 16:40:58
DesolatorMagno 2020-12-19 16:24:22
You can think in a item list, and items tables, one where you store date, user id, name, and the other is a relationship with the products with amount.
It also work for wishlist or any kind of list.
I am trying session storage how is that.
DesolatorMagno 2020-12-19 16:42:32
You can always try installing a package or reading through the source code of one to get inspiration.
Kibeish 2020-12-19 16:43:55
DesolatorMagno 2020-12-19 16:42:32
You can always try installing a package or reading through the source code of one to get inspiration.
Is that right? allright😅
DesolatorMagno 2020-12-19 16:44:51
Yeah, you don’t need to try to reinvent the wheel.
← prev | next →