The most important CMD command from safe mode:
bootrec.exe /fixmbr
https://endlessos.com/thank-you/
http://knjigovodstvo.eu5.org/xxpregled.php
https://emscripten.org/docs/api_reference/html5.h.html
https://www.khanacademy.org/computing/computer-programming
https://dash.generalassemb.ly/
https://developer.android.com/guide
https://www.pluralsight.com/codeschool
https://www.theodinproject.com/
https://www.html5rocks.com/en/
https://www.afterhoursprogramming.com/
MORE TIPS ABOUT PHP:
//cistac gluposti na unosu
if (get_magic_quotes_gpc()) {
function undoMagicQuotes($array, $topLevel=true) {
$newArray = array();
foreach($array as $key => $value) {
if (!$topLevel) {
$key = stripslashes($key);
}
if (is_array($value)) {
$newArray[$key] = undoMagicQuotes($value, false);
}
else {
$newArray[$key] = stripslashes($value);
}
}
return $newArray;
}
$_GET = undoMagicQuotes($_GET);
$_POST = undoMagicQuotes($_POST);
$_COOKIE = undoMagicQuotes($_COOKIE);
$_REQUEST = undoMagicQuotes($_REQUEST);
}
//vremenski potpis
date_default_timezone_set('Europe/Belgrade');
$vreme = date("d.m.Y H:i:s");
$srv = $_SERVER['REMOTE_ADDR'];
$srv = trim($srv);
$potpis_vreme_server = $vreme."@".$srv;
No comments:
Post a Comment
Коментар: