Do you mean responsive?

|
kishor10d 2021-01-16 09:50:48
Rumi Sengupta 2021-01-16 09:50:25
Any PHP expert available here for advice

Please ask the query sir, no one expert here

Rumi Sengupta 2021-01-16 09:51:39
I want to create a specification site using php
Rumi Sengupta 2021-01-16 09:51:51
Can you tell me how to make the structure
Rumi Sengupta 2021-01-16 09:52:19
Like the design of the database table
Rumi Sengupta 2021-01-16 09:52:37
I have basic knowledge of php
Rumi Sengupta 2021-01-16 09:52:54
And I have never done any real life development using php
2021-01-16 09:54:50
Rumi Sengupta 2021-01-16 09:50:25
Any PHP expert available here for advice

All expert here

Rumi Sengupta 2021-01-16 09:55:21
Please see the above query
2021-01-16 09:55:30
Rumi Sengupta 2021-01-16 09:51:39
I want to create a specification site using php

Let us know which type of site you want to build bro

Rumi Sengupta 2021-01-16 09:56:01
Smartphone comparison type site
2021-01-16 09:56:21
Rumi Sengupta 2021-01-16 09:56:01
Smartphone comparison type site

Do you mean responsive?

Rumi Sengupta 2021-01-16 09:56:24
example – mysmartprice, pricebaba
Sanjeeb Brahma 2021-01-16 09:57:10
Need wordpeess theme developer.. We have html need to convert it into wordpress theme
kishor10d 2021-01-16 10:00:33
The website structure is nothing to do with php.

You can achieve it using html, css (or use bootstrap)

Once you done with design, then you can use php to fetch and show specifications on page using php.

Till that time, you don’t need any php expert

2021-01-16 10:00:47
Rumi Sengupta 2021-01-16 09:56:24
example – mysmartprice, pricebaba

Do you have comparison api

Rumi Sengupta 2021-01-16 10:00:47
2021-01-16 09:56:21
Do you mean responsive?

Responsiveness depends on css

Rumi Sengupta 2021-01-16 10:01:11
kishor10d 2021-01-16 10:00:33
The website structure is nothing to do with php.

You can achieve it using html, css (or use bootstrap)

Once you done with design, then you can use php to fetch and show specifications on page using php.

Till that time, you don’t need any php expert

How to do the database design

Rumi Sengupta 2021-01-16 10:01:46
How should I store the data and fetch on site in a optimized way
2021-01-16 10:12:26
Rumi Sengupta 2021-01-16 10:01:11
How to do the database design

If you confused about how to organize data in database

Take a copy page and write what data you have to save in database .

And write what data you will keep in a table and how will you connect this data with other tables data

for eg:- you can give a unique I’d to a data to relate it with another tables data

Make mind map for easy understanding

M Sajid Imran 2021-01-16 11:53:57
shohost 2021-01-15 20:26:08

try simple error_reporting(0)

Kaushal_comp 2021-01-16 13:36:18
anyone hlp me
i have and array………….that array store multiple value….i store array value in one variable
so how can i show array value in jquery selector $( ).hover using that variable
2021-01-16 13:37:40
Yeh sure definitely
2021-01-16 15:01:46
Anyone know that From where can I get daily life conversation data list
In txt or CSv
2021-01-16 15:02:37
Anyone know that From where can I get daily life conversation data list
In txt or CSv
kishor10d 2021-01-16 15:41:24
Kaushal_comp 2021-01-16 13:36:18
anyone hlp me
i have and array………….that array store multiple value….i store array value in one variable
so how can i show array value in jquery selector $( ).hover using that variable

In jQuery, you cannot print array

CZ12 2021-01-16 16:52:43
How to check validation in JavaScript and jQuery
CZ12 2021-01-16 16:54:18
CZ12 2021-01-16 16:52:43
How to check validation in JavaScript and jQuery

Any easy technical pls

bayunoer 2021-01-16 20:27:12
#ask
Hello goodnight
i have a array ..

$arr =
array([0] => array( [0] => 1 [1] => 0.2)
[1] => array( [0] => 1 [1] => 0.2)
[2] => array( [0] => 1 [1] => 0.8)
[3] => array( [0] => 2 [1] => 0.2)
[4] => array( [0] => 2[1] => 1.2)
);

I will this output array ..
array=([0]=>array([0] =>1[1]=>0.032)
[1]=>array( [0] => 2 [1]=>0.24)
);
How to solve?

kishor10d 2021-01-16 21:09:43
bayunoer 2021-01-16 20:27:12
#ask
Hello goodnight
i have a array ..

$arr =
array([0] => array( [0] => 1 [1] => 0.2)
[1] => array( [0] => 1 [1] => 0.2)
[2] => array( [0] => 1 [1] => 0.8)
[3] => array( [0] => 2 [1] => 0.2)
[4] => array( [0] => 2[1] => 1.2)
);

I will this output array ..
array=([0]=>array([0] =>1[1]=>0.032)
[1]=>array( [0] => 2 [1]=>0.24)
);
How to solve?

I found no logic in this

kishor10d 2021-01-16 21:10:26
Dont know how you are storing comma separated integers in index 1
bayunoer 2021-01-16 21:30:10
bayunoer 2021-01-16 20:27:12
#ask
Hello goodnight
i have a array ..

$arr =
array([0] => array( [0] => 1 [1] => 0.2)
[1] => array( [0] => 1 [1] => 0.2)
[2] => array( [0] => 1 [1] => 0.8)
[3] => array( [0] => 2 [1] => 0.2)
[4] => array( [0] => 2[1] => 1.2)
);

I will this output array ..
array=([0]=>array([0] =>1[1]=>0.032)
[1]=>array( [0] => 2 [1]=>0.24)
);
How to solve?

I am sory.. revisi

Suresh 2021-01-17 08:37:13
Multi dimensional array..if else conditions
2021-01-17 10:03:54
hi any one tell how to the responsive website creation tell some tutorial or website
2021-01-17 10:04:42
i know html,css,bootstrap but all are using how to the creation website i dont know any one reference
Incofab 2021-01-17 10:12:45
It’s good to be here
|