Contents:
use hosting or localhost?
I have just started PHP, please suggest me from where can I get all the php knowledge or codes or a teacher?
are you able to echo the value?
use hosting or localhost?
I have just started PHP, please suggest me from where can I get all the php knowledge or codes or a teacher?
are you able to echo the value?
Sujit 2022-07-19 22:09:37
Tnks
Metroweb 2022-07-19 22:59:27
G
Metroweb 2022-07-19 23:00:11
How use datalist onchange
Metroweb 2022-07-19 23:00:34
Please help me
Gustafu 2022-07-20 00:23:46
zerif_sanjaya 2022-07-07 10:34:52
use hosting or localhost?
Am using xampp. Tell me procedure how to edit .ini file
Gustafu 2022-07-20 00:25:28
Sujit 2022-07-19 21:02:10
I have just started PHP, please suggest me from where can I get all the php knowledge or codes or a teacher?
In box me
Gustafu 2022-07-20 00:29:24
How to convert div to pdf file
Gustafu 2022-07-20 00:30:08
Div panel
Aniket 2022-07-20 04:45:32
Pavankalyan 2022-07-19 18:33:34
Which has joins and unions
Share your query statement
Mine1007 2022-07-20 08:14:31
Can someone help me writing a php code for a problem statement
Priyanshu8976 2022-07-20 08:32:55
Mine1007 2022-07-20 08:14:31
Can someone help me writing a php code for a problem statement
Yes
mkoo7m 2022-07-20 09:12:19
How to upload multiple images and shown below with having feature to delete the images before uploading
mkoo7m 2022-07-20 09:12:49
mkoo7m 2022-07-20 09:12:19
How to upload multiple images and shown below with having feature to delete the images before uploading
Can someone help me with the full code
lovineedy 2022-07-20 13:13:08
no
RichardMuvirimi 2022-07-20 13:29:30
mkoo7m 2022-07-20 09:12:19
How to upload multiple images and shown below with having feature to delete the images before uploading
there are libraries that do exactly that
RichardMuvirimi 2022-07-20 13:29:57
tharindulucky/ajax-multi-image-uploader
RichardMuvirimi 2022-07-20 13:30:09
RichardMuvirimi 2022-07-20 13:29:57
tharindulucky/ajax-multi-image-uploader
composer
iDRGarwa 2022-07-20 13:49:41

I’m not able to retrieve data from database
iDRGarwa 2022-07-20 13:49:58

while loop is not running
HAZEEZET 2022-07-20 14:08:26
iDRGarwa 2022-07-20 13:49:58
while loop is not running
You must put the loop inside your HTML instead of echo just echo the HTML
iDRGarwa 2022-07-20 14:45:19
Nothing happens
Atiii2843 2022-07-20 14:46:59
Doesn’t it show anything.?
iDRGarwa 2022-07-20 14:47:29
Nothing
Fox 2022-07-20 14:48:00
iDRGarwa 2022-07-20 14:47:29
Nothing
are u passing values in “m” parameter?
iDRGarwa 2022-07-20 14:48:11
Yes
iDRGarwa 2022-07-20 14:48:20
It’s string value
Fox 2022-07-20 14:48:28
iDRGarwa 2022-07-20 14:48:11
Yes
are you able to echo the value?
Atiii2843 2022-07-20 14:48:44
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo “<br> id: “. $row[“id”]. ” – Name: “. $row[“firstname”]. ” ” . $row[“lastname”] . “<br>”;
}
} else {
echo “0 results”;
}
// output data of each row
while($row = $result->fetch_assoc()) {
echo “<br> id: “. $row[“id”]. ” – Name: “. $row[“firstname”]. ” ” . $row[“lastname”] . “<br>”;
}
} else {
echo “0 results”;
}
Atiii2843 2022-07-20 14:48:47
Try this.
iDRGarwa 2022-07-20 14:49:06
Fox 2022-07-20 14:48:28
are you able to echo the value?
No but when I replace to Id then I’m able to get data
Atiii2843 2022-07-20 14:50:05
iDRGarwa 2022-07-20 14:49:06
No but when I replace to Id then I’m able to get data
Screenshot of database table
Fox 2022-07-20 14:51:22
iDRGarwa 2022-07-20 14:49:06
No but when I replace to Id then I’m able to get data
do “SELECT * FROM move where mname LIKE %$movie%”;
Fox 2022-07-20 14:51:30
it should appear then
iDRGarwa 2022-07-20 14:52:05
Fox 2022-07-20 14:51:22
do “SELECT * FROM move where mname LIKE %$movie%”;
query is running
Fox 2022-07-20 14:52:16
iDRGarwa 2022-07-20 14:52:05
query is running
can you elaborate