Search results

  1. W

    php post request: random characters output to screen

    when i go to the page directly no_access.php it displays correctly however when this page is accessed via a post request it displays correctly for example upload.php Edit: apologies sought....... i think i missed posting a important part of my code it is the contents of the page...
  2. W

    php post request: random characters output to screen

    i tried removing the variable name from require function but it did not bring out any change. i dont think the problem is due to this because i have used the same syntax on every page on my site, but only this page shows up random characters.
  3. W

    php post request: random characters output to screen

    i am using php post requests for restricting access to certain pages to my website. here's the function that calls for access check require('accesscontrol.php'); $page_access_level=1; check_access_status($page_access_level); //accesscontrol.php...
  4. W

    image links not working

    thanx a lot for that advice. it worked. actually the p tag containing the next and previous links was covering the images.
  5. W

    image links not working

    this is my webpage nitesh.x10hosting.com in the gallery section the thumbnails to the different galleries are working.but the images(thumbnails) in each gallery do not link to the full image. however this problem occurs only when i access my site through Firefox and Safari and not through IE...
Top