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. th-cam.com/video/dyekdg6ySR0/w-d-xo.html
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
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
th-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html th-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...
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
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
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?
Tried to push code's in GitHub or other secured site. It is really helpfull for others
How can add more then one row in table 🤔
If I wana to add second row the first row will be removed....
tabahi😁
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 ....?
bro ur video explain is good, im following ur video how to insert the data connecton with xampp add one more video
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 ?
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
Thanks man...you make my day 🔥
so you have a link where I could download this script?
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
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 🙏
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
Thanks bro keep it up👍
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.
Thank you soooo much bro🥰
Hello may you please help me? Its now working with me
Hello Sir, Can you create a video on how to retrieve data in the same id without search button.
Helped a lot...Thank you!!
Hi, is it possible to retrieve data from database by making two search field?
th-cam.com/video/sFtTNV92o1Y/w-d-xo.html
@@fundaofwebit thank you so much Sir for answering...
@@smitititecnosoft Thank you. Keep supporting me.
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.
th-cam.com/video/dyekdg6ySR0/w-d-xo.html
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
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
There is no error but display the data
How to solve it
how can I retrieve a single record from CSV file?
Your code is showing error please suggest
How to append multiple data using search one by one
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 "
Good one yeah ! Thankyou :)
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
Thanks for the effort. However, better if you can focus just on the specific topic and leave out other items like formatting etc
Not working please make on hostinger hosting
Thnk u so much bro👌👌
Thank you bro but small querys
Can u do a php code for shopping cart?
This helped me a lot
How to contact you
The code is not working
Can u help me
th-cam.com/video/PN68OwYyObc/w-d-xo.html
th-cam.com/video/sFtTNV92o1Y/w-d-xo.html
@@fundaofwebit simple sa banaa dijiye Na ja sake samajh mein aaye
thanks men you saved me!
not working to me
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 th-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html
How to edit/ update user data in php Codeigniter
th-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html
th-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...
Thanks sir
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.
Please assist me, i am not getting any results.
add attribute method="post" in form tag
ex:
....
.....
can you share the code
I AM NOT GETTING THE SEARCH RESULT
same!
OH I did it !!! thank you !
Plz upload using javascript mysql
love this
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
where is code ? please add here
In this link: th-cam.com/video/yp5pYIg4WHc/w-d-xo.html
Checkout the description.
Thanku so much
Can you please add the source code
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.
Quality
KINDLY ADD SOURCE CODE
I am a student and I find this confusing
th-cam.com/video/yp5pYIg4WHc/w-d-xo.html
PLEASE SEND ME THE SOURCE CODE
thank you
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
please provide source file
thanks
code...
Insane mate
plz give me source code
YAAAA
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