This code will count the numbers of rows each name have and add up.
$pqfinal=0
$pq="select * from cmp where cid='$cid'";
$pqresult = mysql_query ($pq);
while($pqlist = mysql_fetch_array($pqresult)) {
$q="select * from cmp where pid='$pqlist[pmid]'";
$results = mysql_query...
Hi experts,
is there a way to update my database upon closing the browser without any popup window?
For example like a chat room, when you close the browser it update the database and let other know you have left the chat room.
I tried onunload but it doesn't seem to work... maybe the closing...
Hi experts,
is there a way to update my database upon closing the browser without any popup window?
For example like a chat room, when you close the browser it update the database and let other know you have left the chat room.
I tried onunload but it doesn't seem to work... maybe the closing...
Hello,
How can display the list of checked checkbox according to database value? So when the uses want to edit the info, he/she knows that which are the one already being check.
ok this is my form
<form action="submit.php" method="post">
<input type="checkbox"...
Need urgent assistant here please.
I need to block an IP address which contains 213.136 (213.136.110.134) the first six digit from signing up my site because this user has been causing a nuisance, I blocked his IP adress but make not use because this user is not using static IP address.. but...
I am doing a matching script for my site, have problem on the results and sending out part.
------
I have a "users" column on my tablea and "users2" column on my tableb. I need to find out who matches tablea "Users" country criteria from tableb "users2"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.