Thank you so much! I sat here for the whole day and wasn't able to get the data to retrieve from the database, thanks to your videos I was able to manage within just a snap! THANK YOU! you just saved me :))))
Everything works just fine except when i type the id number, it does not show the data related to the number. only the table itself. how that could be?
agar hmko one by one data chahiye to kaise aayega jai aap search kiya 1 toh one aaya uske baad aap ne search kiya 4 toh 4 aaya lakin 1 chala gya hmko data add hota jye niche kaise hoga ....?
Before while loop use if else condition. To check id exists or not? with mysql code. if(mysqli_num_rows($query_run) > 0) { //Your while loop } else { echo "ID not found"; }
@@fundaofwebit Thank you very much brother 🙏🙏🙏 Your help is a blessing for me and for all who are watching your videos. May God bless you and your family 🙏
its uses for connect database if you use this code you dont need to run $db variable $con = mysqli_connect("localhost", "saunhain_database", "database@1234", "saunhain_database");
In this, I have shown how to get login user data and how to save his data in session variable and display it's data using also how to authenticate that logged in user. ua-cam.com/video/dyekdg6ySR0/v-deo.html
Showing Warning and not Displaying the details. " Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\covid\searchdata.php on line 48 "
I got an error on while($row = mysqli_fetch_array($query_run)) It says Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\login\searchdata.php:54 Stack trace: #0 C:\xampp\htdocs\login\searchdata.php(54): mysqli_fetch_assoc(false) #1 {main} thrown in C:\xampp\htdocs\login\searchdata.php on line 54
I need Help In Creating Relation Between Two Table,For Example I have Stock Table and Purchase table For Every Purchase Stock Table Need to Be Updated,For That I Need Help In Creating Relation Among The Table @Funda of Web IT
i get an error of mysqli_fetch_array() expects parameter 1 to be mysqli_result in this line while($row = mysqli_fetch_array($query_run)) can you help me out? appreciate and thank a lot
ua-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html ua-cam.com/play/PLRheCL1cXHrsnOsrT3PxmHDMLbZEwqPZ5.html In this playlist .. I have done it.. so... you can call its Id and update the data... just see once.. ull understand concept...
Good video bro 👍🙂 I have subscribed to your channel. Would you kindly help me to create a search box like Google Search, and retrieve Data by Name from database.
there's an error on this code while($row = mysqli_fetch_array($query_run)) it say's Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\br-new\search.php on line 46
Thank you so much! I sat here for the whole day and wasn't able to get the data to retrieve from the database, thanks to your videos I was able to manage within just a snap! THANK YOU! you just saved me :))))
Good video and explanation.... It is a good example and very clear. Thanks a lot.
This man needs a new keyboard every few weeks ;D
hahaha
Tried to push code's in GitHub or other secured site. It is really helpfull for others
tabahi😁
Thanks bro keep it up👍
Thanks man...you make my day 🔥
Thank you soooo much bro🥰
Helped a lot...Thank you!!
bro ur video explain is good, im following ur video how to insert the data connecton with xampp add one more video
Everything works just fine except when i type the id number, it does not show the data related to the number. only the table itself.
how that could be?
Nice tutorial Sir. It would be more helpful if you provide source code also
Thank you !!! keep safe we always need someone like you !
Kkkk
This helped me a lot
How can add more then one row in table 🤔
If I wana to add second row the first row will be removed....
Thnk u so much bro👌👌
Good one yeah ! Thankyou :)
Thanks sir
agar hmko one by one data chahiye to kaise aayega jai aap search kiya 1 toh one aaya uske baad aap ne search kiya 4 toh 4 aaya lakin 1 chala gya hmko data add hota jye niche kaise hoga ....?
thanks men you saved me!
Thank you bro but small querys
Thanks for the effort. However, better if you can focus just on the specific topic and leave out other items like formatting etc
Sir can you please give me the source code ? You are so much helpful for me as well as all the viewers. Can you please give me the sourse code ?
OH I did it !!! thank you !
what will happen if there are no existing data on the database?
it give me an Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in....what I shold do
It shows me an error mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in file,.............how do i resolve this??
I also got same error
Plz u remove the colon from select * from salary
@@kbikers7141 thanks for your guidance
"SELECT * from patient WHERE id=".$id.""
Try this code. Replace patient with ur database table name.
@@muhammadhafizibinabmanan7714 Thankyou so much
Quality
Bro how to add else statement if the wrong ID is entered and alert error?
Before while loop use if else condition. To check id exists or not? with mysql code.
if(mysqli_num_rows($query_run) > 0)
{
//Your while loop
}
else
{
echo "ID not found";
}
@@fundaofwebit Thank you very much brother 🙏🙏🙏 Your help is a blessing for me and for all who are watching your videos.
May God bless you and your family 🙏
the variable $db? what the functionof it? it not used in coding.
its uses for connect database if you use this code you dont need to run $db variable
$con = mysqli_connect("localhost", "saunhain_database", "database@1234", "saunhain_database");
uhm.. hello sir can i ask what code to put if i want search my id 2,3,4 ..without refreshing my last id search (1) ?
SAME
Use WHERE IN sql query.
Thanku so much
so you have a link where I could download this script?
How to contact you
someone help me i want to retirev single data on login mean when i login to id 1 ..i want that it have to show me only data of id 1
In this, I have shown how to get login user data and how to save his data in session variable and display it's data using also how to authenticate that logged in user.
ua-cam.com/video/dyekdg6ySR0/v-deo.html
Hello Sir, Can you create a video on how to retrieve data in the same id without search button.
Showing Warning and not Displaying the details.
" Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\covid\searchdata.php on line 48 "
How do you display no records found if no records retrieved
If(mysqli_num_rows($query_run) > 0)
{
//your loop
}
else
{
echo "No record found";
}
@@fundaofwebit Thanks your videos are useful for beginners like me in PHP
Hello may you please help me? Its now working with me
I got an error on while($row = mysqli_fetch_array($query_run))
It says Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\login\searchdata.php:54 Stack trace: #0 C:\xampp\htdocs\login\searchdata.php(54): mysqli_fetch_assoc(false) #1 {main} thrown in C:\xampp\htdocs\login\searchdata.php on line 54
There is no error but display the data
How to solve it
Your code is showing error please suggest
love this
Hi, is it possible to retrieve data from database by making two search field?
ua-cam.com/video/sFtTNV92o1Y/v-deo.html
@@fundaofwebit thank you so much Sir for answering...
@@smitititecnosoft Thank you. Keep supporting me.
thanks
Insane mate
thank you
how can I retrieve a single record from CSV file?
I need Help In Creating Relation Between Two Table,For Example I have Stock Table and Purchase table For Every Purchase Stock Table Need to Be Updated,For That I Need Help In Creating Relation Among The Table @Funda of Web IT
The code is not working
Can u help me
ua-cam.com/video/PN68OwYyObc/v-deo.html
ua-cam.com/video/sFtTNV92o1Y/v-deo.html
@@fundaofwebit simple sa banaa dijiye Na ja sake samajh mein aaye
not working to me
Not working please make on hostinger hosting
How to append multiple data using search one by one
YAAAA
can you share the code
i get an error of
mysqli_fetch_array() expects parameter 1 to be mysqli_result
in this line
while($row = mysqli_fetch_array($query_run))
can you help me out? appreciate and thank a lot
"SELECT * from x WHERE id=".$id.""
Try this code.
mine is not returning anything!!
what is the error your getting ?
there's no error message, it just return nothing when i search my database
General Valuation
Musina General Valuation
Search by Entering ERF, Sectional Title or a Farm Number
ERF
PTN
RE
TOWN
CATEGORY
LAND USE
STREET ADDRESS
EXTENT
MARKET VALUE
REGISTERED OWNER
COMMENT BY VALUER
@@khozarammala9936 ua-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html
Can u do a php code for shopping cart?
Please assist me, i am not getting any results.
add attribute method="post" in form tag
ex:
....
.....
where is code ? please add here
In this link: ua-cam.com/video/yp5pYIg4WHc/v-deo.html
Checkout the description.
I AM NOT GETTING THE SEARCH RESULT
same!
How to edit/ update user data in php Codeigniter
ua-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html
ua-cam.com/play/PLRheCL1cXHrsnOsrT3PxmHDMLbZEwqPZ5.html
In this playlist .. I have done it.. so... you can call its Id and update the data... just see once.. ull understand concept...
Good video bro 👍🙂 I have subscribed to your channel. Would you kindly help me to create a search box like Google Search, and retrieve Data by Name from database.
code...
Plz upload using javascript mysql
mysqli_fetch_array() expects parameter 1
Put a variable in this function.
@@fundaofwebit
Search Data From Database
body{
background-color: grey;
}
table,th,td{
border: 2px solid black;
width: 600px;
background-color: lightgreen;
}
.btn{
width: 10px;
height: 5px;
font-size: 22px;
padding: 0px;
}
Search data from Database
I am a Robot
question
answer
@@fundaofwebit it still say this problem
@@fundaofwebit sir can you give me a sorch code
My email asib20025@gmail.com
KINDLY ADD SOURCE CODE
Can you please add the source code
please provide source file
I am a student and I find this confusing
ua-cam.com/video/yp5pYIg4WHc/v-deo.html
PLEASE SEND ME THE SOURCE CODE
there's an error on this code while($row = mysqli_fetch_array($query_run))
it say's
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\br-new\search.php on line 46
Try to replace it with mysqli_fetch_assoc() function
plz give me source code
Maay isko samjha,lakin isko sath photo kaise display kar sakti o print kaise karta hu, mujhe bataye , mera email: shahindom76@gmail.com. thanks
can you plz share the source code