- Interests
- Programming and problem solving
10 Posted Topics
Re: name = ['shiv','deepak','baldev','shishupal','raj','depanshu','balram','shivani','shweta','deepika','manisha','shruti'] email = ['shiv123','deepak123','baldev123','shishupal123','raj123','depanshu123','balram123','shivani123','shweta123','deepika123','manisha123','shruti123'] psk = ['shiv123','deepak123','baldev123','shishupal123','raj123','depanshu123','balram123','shivani123','shweta123','deepika123','manisha123','shruti123'] nam = input("Enter your name : ") if nam in name : print ("Welcome "+nam+".") em = input("Please enter your email id : ") if em in email: print ("Welcome : " +em ) passkey = input("Please enter your password : … | |
Happy New Year to all members of the web site. I am new on this site as i join here for study and gaining or sharing knowledge of the computers. Thanks to all!!!!!!! | |
Re: Can you please explain me the Blind SQL Injection in practical codes ? Thanks in Advance | |
Re: def awal(): global a a=2 return a def akhir(): a = awal() print(a) akhir() You just miss one thing just check my code.. def awal(): a=2 return a def akhir(): a = awal() print(a) akhir() This is second code without global variable.. | |
Re: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script> <div class="main"> <h1>Ajax Image Upload</h1><br/> <hr> <form id="uploadimage" action="" method="post" enctype="multipart/form-data"> <div id="image_preview"><img id="previewing" src="noimage.png" /></div> <hr id="line"> <div id="selectImage"> <label>Select Your Image</label><br/> <input type="file" name="file" id="file" required /> <input type="submit" value="Upload" class="submit" /> <input type="hidden" name="image_id" id="image_id" value="2" class="submit" /> </div> </form> </div> <h4 id='loading' >loading..</h4> <div … | |
I have a 7 years old laptop in better condition but there is a problem with their mouse. Mouse does not work properly. after 2 times restarting the system then mouse works but after few time approx. 10 to 20 min or when right clicking then mouse stop working. | |
Re: =IF(U20=W13,"C",IF(U20=W12,"On Hold")) This condition is right but "IF(K20>TODAY(),"G",IF(K20=TODAY(),"A",IF(K20<TODAY(),"R")))" and "IF(U20=W13,"C",IF(U20=W12,"On Hold"))" you cant merge in a single cell You need to do this in two different cell | |
Hello friends i want to create a database for Login system. Means i just need to create and connect the database to my python file and taking some data in that database from user. For example like signup login form but in system application. | |
Re: I think in this condition you should go to "C:\Users\account_name\AppData\Roaming\Microsoft" and find the MS-Word. Find some .tmp file and rename their extension to .doc or .docx and try to open them. Remember you need to copy that .tmp file to other location then rename this. | |
Re: Dear Celestiger i think you should know that a cache file for every programmes we start in our system is created. For Excel the location of the cache file is "C:\Users\account_name\AppData\Roaming\Microsoft\Excel". Put here account_name means your system administrator or user account name. Kindly revert me if this would work. |
The End.