Hello guys , i have been working on a mini social network i am planning to create , i started today and finished with the main page website design heres a look :
> Feel free to post your opinion .
> Please give me ideas to add to the network , it will help call people's interest.
> If you...
Jailbreak your phone , and download ipodmovie.info app , Once you have it jealbreaked let me know ill get it for you , Then you can download free movies , Like theere download options of movie after the 3 days it came out , NOT PERFECT QUALITY but most of them are great and they are free.
Import your .htaccess go to IIS > Sites > Default site > URL Rewrite > Right navbar try and find Import Rule , then browse your .htacess > Click import > Then Apply on your right navbar!
Dedicated server does take quite long up to 1-2 weeks for setup. Else if you need a dedi for a retro why not use http://kimsufi.co.uk cheap servers also.
Did you do the Query on your database : UPDATE users SET last_ip(or w.e the column name is)='127.0.0.1' , UPDATE users SET ip_reg(or whatever the column name is)='127.0.0.1' , and make sure you do the same by right clicking users table and click design table and change those too so it will work...
Just use , this if you wan't ur data to be displayed on the same page of form.
<a href="javascript: submitform()"></a>
</form>
<script type="text/javascript">
function submitform()
{
document.adil.submit();
}
</script>
You can also use <form action=""> If you wan't the form to redirect to a php file , or some other text but you can also use the OnClick method.
If you wan't the action to occur on same page , you may want to use an isset if(isset($_POST['submit'])) {
}