User Profile

Collapse

Profile Sidebar

Collapse
WarrenWalker
WarrenWalker
Last Activity: Aug 8 '14, 07:56 AM
Joined: Jul 1 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • WarrenWalker
    started a topic Only display an item if screen is pc size.
    in PHP

    Only display an item if screen is pc size.

    I need to show this only if the browser is on a pc screen, and not a mobile device.

    Code:
    <script language='JavaScript' src='js/menutop.js'></script>
    I assume it would be something like
    Code:
    if (screen.width > 699) {
     echo "<script language='JavaScript' src='js/menutop.js'>";
    }
    See more | Go to post

  • WarrenWalker
    started a topic Password access validation
    in PHP

    Password access validation

    This is the code in the html
    Code:
    <center>
      <form action='php/login.php' method='post' name='login'>
        <h1>Login</h1>
        <input type='email' name='user_email'>
        <input type='password' name='user_password'>
        <input type='submit' name='submit' value='Login'>
      </form>
    </center>
    This is the PHP to validate...
    See more | Go to post
No activity results to display
Show More
Working...