GIF89a;
Direktori : /home/serb/public_html/m/ |
Current File : /home/serb/public_html/m/flirt-process.php |
<? session_start(); include("lib/globals.php"); include("lib/common.php"); include("lib/functions.php"); if($_POST) { if($_POST['tweet']=="") { ?> <script language="javascript"> alert('Enter you Tweete.'); location.href="dashboard.php"; </script> <? } else { $tweetdt=addslashes($_POST['tweet']); $sql_tweet="INSERT INTO tweet(id,postid,userid,tweetcontain,city,gender)Values('','".$_POST['pid']."','".$_POST['uid']."','$tweetdt','".$_POST['estcity']."','".$_POST['gen']."')"; execute_query($sql_tweet); ?> <script language="javascript"> location.href="my-account.php?msg=1"; </script> <? } } ?>