Jump to content

mady

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mady's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. the PHP and URL isn't working, can you please fix it?
  2. Thanks, you are cool the html files works but not the php and urls with the pattern you said earlier.
  3. it worked thanks but instead of redirecting (taking away) is it possible to fetch the content?
  4. thanks the html works but not the php and url. can you explain how it's supposed to work?
  5. thanks, would that work for php files as well? and what if I want to define certain .html, .php or urls and rest goes to 404.htm
  6. Actually I wanted to have a index.php It will get content from a page: http://mysite.com/main.htm but I want to have links with similar style like http://mysite.com/index.php?view=help it will then fetch help.htm instead of main.htm similarly, http://mysite.com/index.php?view=aboutus and then it will fetch aboutus.htm and if the given option is not corrent then it will fetch 404.htm. Thanks for your help.
  7. Hey I'm trying to change this unixtime '1245185052' into H:M A.M format, but I get a blank output why? where '.$playedat[0].' = 1245185052 <?php echo " date("H:i a" '.$playedat[0].')" ?>
  8. have made a domain on mysite.tk, and its set to be http://myip/index.php and when they login they are directed to http://myip/main.php
  9. I even tried this echo' <h3>Loading...</h3><meta http-equiv="refresh" content="0"; url="main.php"> '; Then saw a small red mark on IE task bar, its for privacy report, the website is on my private on 'http://89....' IE automatically blocked it this is so gay; how can I avoid this happening?
  10. well tested it on IE 6 yes there are other things also being echoed. for example this; <input type="hidden" name="date" value="<?php echo date("F j, Y, g:i a"); ?>" but why does it work on chrome and firefox?
  11. mady

    auto log out

    I'm familiar with cronjobs but I don't think I can do this task with php, the one you just mentioned is there any other way to auto recall logout.php after lets say 2 hours whenever a user log in and/or any other way to reset these vars. Thanks alot man for your time
  12. echo "<h3>Loading...</h3><meta http-equiv='refresh' content='0; url=main.php'>"; for some reason its not working in IE, I tested it on firefox and chrome, works just fine but why not on IE?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.