Forum: PHP Mar 1st, 2008 |
| Replies: 4 Views: 640 well. just example
if 1 member open new thread,
i and you nav33n
reply in same time
hwo come first???
you or me?
this about HTTP request processing,
or more than that
network, router,... |
Forum: PHP Feb 29th, 2008 |
| Replies: 4 Views: 640 i have 1 question
if new member (girl) open thread
and 3 member reply
hwo thread between 3 member come first??? |
Forum: PHP Feb 15th, 2008 |
| Replies: 3 Views: 1,766 delete mysql from url???
right now you use
$del = mysql_query("DELETE FROM items WHERE url = '$delurl'");
how about try select first
$del = mysql_query("SELECT url FROM items WHERE url =... |
Forum: PHP Feb 15th, 2008 |
| Replies: 66 Views: 13,662 if(isset($_POST['team']))
{
foreach($_POST['team'] as $value)
{
$insert="INSERT INTO team('team')VALUES ('$value')";
echo "$insert<br>";
}
}
are you want to do like this??? |
Forum: PHP Feb 13th, 2008 |
| Replies: 3 Views: 4,259 ooo, i want to say thank you johnsquibb and nav33n
$_POST[status_batch] as $key=> $papar
must use $key , but this $_POST is multiarray
:icon_lol: |
Forum: PHP Feb 13th, 2008 |
| Replies: 3 Views: 4,259 hi, my name is amin
this is output array $_POST
Array
(
[status_batch] => Array
(
[1001] => Verify
[1002] => Verify |