Do you want separate row for every array element with delete button?

|
Sayam1861 2021-01-19 09:35:46
hey bro’s,
Sayam1861 2021-01-19 09:35:58
can anyone help me?
Sayam1861 2021-01-19 09:37:56
i want to show all array value in table but these values are strored in Database with base64_encode(serialize()) method. I have no idea how to implement while loop inside
kishor10d 2021-01-19 09:40:40
Sayam1861 2021-01-19 09:37:56
i want to show all array value in table but these values are strored in Database with base64_encode(serialize()) method. I have no idea how to implement while loop inside

You cannot show value as array in Database

Sayam1861 2021-01-19 09:43:45
kishor10d 2021-01-19 09:40:40
You cannot show value as array in Database

values are shown on webpage

kishor10d 2021-01-19 09:44:15
Sayam1861 2021-01-19 09:43:45
values are shown on webpage

What is mean by serialized??

kishor10d 2021-01-19 09:45:07
First get the data from db, use base64_decode to decode it, then deserialize it.

You will get your original array

Sayam1861 2021-01-19 09:46:32
codeslide-23583.jpg

Sayam1861 2021-01-19 09:47:43
codeslide-23584.jpg
already unserialize
Sayam1861 2021-01-19 09:48:28
Sayam1861 2021-01-19 09:46:32

but i want to show all values inside array in table form along with delete button

kishor10d 2021-01-19 10:00:55
Yes, you already printed array
kishor10d 2021-01-19 10:01:31
Do you want separate row for every array element with delete button??
kishor10d 2021-01-19 10:03:42
If yes, then you need to use for loop to print each element in row.
kishor10d 2021-01-19 10:03:56
**or foreach
Sayam1861 2021-01-19 10:10:48
ok bro thnkew so much bro..😊😊
Shubham Kulthe 2021-01-19 10:52:50
codeslide-23593.jpg
bt i am getting this 😔… what type of query i use?
Shubham Kulthe 2021-01-19 10:53:13
codeslide-23594.jpg
i want this type of output
Shubham Kulthe 2021-01-19 10:54:18
i am having table called mytable in that … id name ,department,date,morning,evening is are the column
karthipalani 2021-01-19 11:07:56
Shubham Kulthe 2021-01-19 10:53:13
i want this type of output

share your code of table’s row loop !

charismanapriandi 2021-01-19 13:01:44
Halli
charismanapriandi 2021-01-19 13:02:20
Help me please. Can you solve my problem
charismanapriandi 2021-01-19 13:03:58
codeslide-23609.jpg
How to display array associative in html
karthipalani 2021-01-19 13:04:45
charismanapriandi 2021-01-19 13:03:58
How to display array associative in html

$mhs[“nama”];

charismanapriandi 2021-01-19 13:06:13
codeslide-23611.jpg
Oh yes i am doing that before. But still not work. look at that
karthipalani 2021-01-19 13:15:34
charismanapriandi 2021-01-19 13:06:13
Oh yes i am doing that before. But still not work. look at that

Remove comma 4 th line last

fatima_bhatti 2021-01-19 13:17:51
Hlo gays.. I’m BS IT student. Can you please help me .
charismanapriandi 2021-01-19 13:18:24
codeslide-23614.jpg
Nah.. 😭
fatima_bhatti 2021-01-19 13:19:42
I want to cteate a online nursery store through php language and database
karthipalani 2021-01-19 13:35:20
charismanapriandi 2021-01-19 13:18:24
Nah.. 😭

codeslide-23618.jpg
Try this

array count = 1;

charismanapriandi 2021-01-19 13:37:48
codeslide-23619.jpg
Solve. Foreach mush have 2 or more array i thunk
karthipalani 2021-01-19 13:39:31
charismanapriandi 2021-01-19 13:37:48
Solve. Foreach mush have 2 or more array i thunk

what’s your output ?

charismanapriandi 2021-01-19 13:42:10
codeslide-23621.jpg
done bro. thank u
karthipalani 2021-01-19 13:44:22
charismanapriandi 2021-01-19 13:42:10
done bro. thank u

Good

shohost 2021-01-19 14:11:42
any one know to speed up the html website
साधु यादव 2021-01-19 17:27:27
fatima_bhatti 2021-01-19 13:19:42
I want to cteate a online nursery store through php language and database

There are plenty of options available for free . Opencart , Magento, wordpress etc . Which you can download with source code and use it for your project.

|