Course Hero Logo

viewdaily.docx - ?php include ././banner.php ? br/ ...

Course Hero uses AI to attempt to automatically extract content from documents to surface to you and others so you can study better, e.g., in search results, to enrich docs, and more. This preview shows page 1 - 4 out of 7 pages.

<?php include '../../banner.php';?><br/><script type="text/javascript" src="checker/js/jquery.js"></script><script type="text/javascript">$(document).ready(function() {//the min chars for usernamevar min_chars = 0;//result textsvar characters_error = 'Minimum amount of chars is 3';var checking_html = '<img src="checker/images/loading.gif" /> Checking...';//when button is clicked$('#username').keyup(function(){//run the character number check
if($('#username').val().length < min_chars){//if it's bellow the minimum show characters_error text$('#username_availability_result').html(characters_error);}else{//else show the cheking_text and run the function to check$('#username_availability_result').html(checking_html);check_availability();}});});//function to check username availabilityfunction check_availability(){//get the usernamevar username = $('#username').val();//use ajax to run the check$.post("checker/check_username.php", { username: username },function(result){//if the result is 1if(result == 1){//show that the username is available
$('#username_availability_result').html('<span class="is_available"><b>' +username + '</b> is a

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 7 pages?

Upload your study docs or become a

Course Hero member to access this document

Term
Fall
Professor
N/A
Tags
Cheque, Penalty, 50px 50px

Newly uploaded documents

Show More

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture