User Profile
Collapse
-
hey! tq for that. and sorry for my explanation, im not that good in english though. -
How to update database rows with a form?
hello there, can anyone explain to me how can i update a data from a form so that the data in the database will change also.
what are the required coding that i should use?
i have a table in a database that user will insert data, after that, i will search the data according to NoId, after found it retrieve all the data and show in a form, how can i edit the data from the form and the data in database will change same according to the... -
-
i have try the:
select * from main,reference where NoID like '%$term%'
and it show an error:
Warning: mysql_fetch_arr ay() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs \MaklumatPesaki t\search.php on line 9
ok, i have two tables 'main' and 'reference', and in 'main' i have a reference field where i hope to connect to 'reference' table to show the data. is it possible?
or i just...Leave a comment:
-
im still new to this thing.. can u give code example for retrieving data?Leave a comment:
-
connect two tables on php
I got two tables on a database but I dont know how to run independently. All I want is each table to run independently once tracked.
the first table is doing ok, but i dont know how to put the second table in the coding.
<?php
mysql_connect ("localhost" , "root","") or die (mysql_error()) ;
mysql_select_db ("maklumatpesak it");
$term = $_POST['term'];
... -
connect three table in a database coding php
i have 3 tables in mysql database, and i have form where i can search from only one table in the database and it show all the data from the 3 tables. the problem is i can't figure the coding for search from only one table and it show all the data in database. ok maybe i need to join the table in database, but that also i don't know how to do. anyone can help?
there are 3 table:
1. registration
2. reference
3. ...
No activity results to display
Show More
Leave a comment: