localStorage.setItem('YourLocalStorageVariableName', yourVariableToBeStored); yourVariableToBeStored =...
Have a look at xss_clean function of CodeIgniter...
No, of course. You should check the value of the input and, if != from empty, then use that value. Eg (simplyfied!) $unit = $_POST [ 'unit' ];...
Unknown column 'unit1' in 'where clause' ... that's beacuse when you build the query, you forgot the ' Should be .... date30 = '$date30' where...
count.php is in the same directory as index.php and in index.php you want to "include" count.php, which open a file, read its content and display...
Hi everyone! Since I released the new url shortener service, https://tiny.top, we've had a lot of hits, which means it's an interesting topic. To...
Do you mean WHM = Web Host Manager? In that case, I think you're logged in as root user OF WHM, not root of machine, so maybe you have to use "sudo"
kswapd is the daemon for managing the Swap area of your pc/server, so I suggest not to kill it nor to shutdown! You can use this to lower the...
RewiteCond has, usually, 2 params. A "test" and a "condition". If I'm right with your question, you have to do something like this RewriteCond...
You have an extra } at the end of the php script. The query isn't well formed. Should look like this one: $sql = "INSERT INTO `waittbl`...
Hello there! In two words I introduce myself. I'm Daniele, a system administrator/programmer from Italy with more than 25 years of experience in...
HI! I wanted to reach out to you and personally invite you to check out Tiny.Top, the newest URL shortener service on the web. As an online...
Separate names with a comma.