Search results

  1. S

    how to check a folder in php using IF?

    example code: $user_id = $_SESSION['user_id']; if(empty(foldername/$user_id)){ echo this } of course the "empty(foldername/$user_id)" is not a valid code. what do i do? i got it worked! thanks Unca Alby! :)
  2. S

    fixed css/html design for any browser?

    can you tell me what code for html/css for viewing a website that would not totally mess up the design in ANY browser? or is that possible?
  3. S

    password length for ASP.NET?

    my password should be at least 4 characters long but i'm having a hard time since i'm a rookie trying to figure out what property of RangeValidator should be changed. Help please?
  4. S

    PHP GAME WITHOUT FLASH?

    Where can I download a simple PHP GAME with HTML and JAVA?
Back
Top