No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
i have 1 question if new member (girl) open thread and 3 member reply hwo thread between 3 member come first??? | |
Re: [CODE]if(isset($_POST['team'])) { foreach($_POST['team'] as $value) { $insert="INSERT INTO team('team')VALUES ('$value')"; echo "$insert<br>"; } }[/CODE] are you want to do like this??? | |
Re: delete mysql from url??? right now you use [ICODE]$del = mysql_query("DELETE FROM items WHERE url = '$delurl'");[/ICODE] how about try select first [ICODE]$del = mysql_query("SELECT url FROM items WHERE url = '$delurl'");[/ICODE] if select found, you can delete if cannot found, you must look url first if url like domain … | |
hi, my name is amin this is output array $_POST [code] Array ( [status_batch] => Array ( [1001] => Verify [1002] => Verify [2001] => Verify [2002] => Belum Batch [2003] => Belum Batch [2004] => Belum Batch [2005] => Belum Batch [2006] => Belum Batch [2007] => Belum Batch … |
The End.