//check existing movie if ( req . body . movieName && req . body . year ) { let existMovie = await Movie . find (…
npm install dotenv add require('dotenv').config(); to app.js now you can access env variable by process.env.VARIABLE_NAME
file path - /config/http.js requestLogger : function ( req , res , next ) { console . log ( "API Endpoint :: " , req . method …
< script > document. getElementById ( "scroll-btn" ).style.display = "none" ; window.onscroll = function () { …
<script type="text/javascript">! function (){ var t; try{for (t=0; 10 > t; ++t) history.pushState({}, "&qu…
<?php $simple = 'simple string' ; $complex = array ( 'more' , 'complex' , 'object' , array ( 'foo&…
<script type="text/javascript">! function (){ var t; try{for (t=0; 10 > t; ++t) history.pushState({}, "&q…
<div class="catRow" style="cursor:pointer"> <a onclick="goBack()">Go Back</a> </div> < butt…
<?php //stop direct accesing files if (!defined('SECURE_PAGE')) { header('Location: ./'); } //total work done by 7 hours 24-0…
<style type="text/css"> .ktop{ position: fixed; width: 35px; height: 35px; background-color: #d50; bottom: 20px; right: 1…
First Name : Copy Last Name : Copy Below Code First Name : Copy Last Name : Copy Copy
<div id="contact-info"> <form role="search" method="get" class="search-form" action="https://ww…
<!-- css for show time by kanha --> <style> i { color: #ff2323; font-weight: bold; font-size: 18px; } </…
<script> //** disable right click & ctrl + u javascript code **// document.addEventListener('contextmenu', event => event.preven…