Jump to content

SFB

Members
  • Posts

    282
  • Joined

  • Last visited

Everything posted by SFB

  1. installed 9.01 insted of 9.0 works!EDIT: humm now it takes 33 seconds to load my page. it seems like something is still wrong.
  2. i guess it must be. its odd that it would just stop
  3. well whats odd about it is that my site jsut stoped working. i didnt change anything. I dont use javascript so that cant be the problem
  4. ok in opera i cant view my site. it just a blank page but in firefox and IE my site works just fine. so I want to know what happens to other people that view my site in opera. http://snowforts.ath.cx
  5. that actually sounds like a good idea. if it works. i havent tested account things in safe mode but i would guess that they would work. you could change your account to admin and change your password.
  6. SFB

    php form validator

    if you dont want the user to fill in the fields over agin you should use javascript. some users will block the use of javascript so you should aslo check again in your php. another option would be when the user submits, set a cookie for each correct field. then send them back to the form. on the form check for that cookie and if it is set then have it echo that value into the input field.
  7. i think there are suttle differences between them. its like include and require, they do the same thing. its the end result that everyone is looking for. as long as you can get the same result nobody is going to care. there is also $_post but i dont know if you can use that here. that one is used in processing forms. <forum action="myscript.php" method="post"><input type='text' name='name' />... then you use $name = $_post['name']; to get what the user placed in the name input field
  8. in order to print out the value of other shouldnt the url be <a href="photo-browse.php?other=somevalue">my link</a> you can also use get echo $_GET['other'];
×
×
  • Create New...