No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
First try to echo what extaclty your getting in var " $MM_redirectLoginSuccess ". and if it is var... try this. $MM_redirectLoginSuccess , please confirm is it page url? header("Location: $MM_redirectLoginSuccess");
please also paste the code of input page.. is it <input type=file name="passport_file">
seem to be your beginner in PHP and html, please try AJAX for it. Java-script is Client Side Language. Following code always delete your row without ask permission or processed. $sql="DELETE FROM cek1a WHERE noC='".$noC."'"; mysql_select_db($database_localhost, $conn); $Result1 = mysql_query($sql, $conn); if($Result1){ echo "<script>confirm('proced delete?')</script>"; echo '<META HTTP-EQUIV="Refresh" CONTENT="0.01; URL=p1f3(delete).php">'; …
OMG your running one row in while loop :S ~~ function counter() { $result = mysql_query("SELECT `counts` FROM `test` WHERE `links` LIKE '%tes%'"); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } $row = mysql_fetch_row($result); echo $row[0]; // use return best. }
i think you should have to use UTF-8 on HTML also. <head> <title>bla bla</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head>
The End.
shaams