- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
Done BSCS(Hons) from Kohat University of Science & Technology, Kohat, N.W.F.P, Pakistan
Working as an I.T Executive at eServMD (pvt) Ltd.
- Interests
- System Administration
- PC Specs
- XFX 630i, nVidia 9500 gt 512mb video memory, 2.4 DC processor and 1Gb kingston DDR-2 RAM.
28 Posted Topics
Hi All, Good day. I am trying to develop a roster for my team in Microsoft Power Apps. We are 6 teammates which do the duty in following format. SUMMERS: 6A, 6B, 11A, 11B, 12A, 12B WINTERS: 7A, 7B, 11A, 11B, 1A, 1B. Please note that in every shift there … | |
I am preparing a CSharp based desktop app in VS 2019. I have 4 ComboBoxes. On the form load, the comboBox1 fetches folder names in root directory in D drive. The structure is Folder The sub folder Then sub folder then MS word documents in the 4th folder. For example, … | |
Hi, I am trying to disable a forwarder in a mailbox under exchange server 2010 on server 2008 R2 x64 on Hyper-V. When I try to remove the forwarded email in the mailbox and click on apply or OK, I receive error which says, "you must provide a value to … | |
Hi, I am using one my collegue email in microsoft outlook. She recieved an email two days ago. But when I am searching my outlook. I can't find that email. Please note that all other latest emails are properly recieveing in my inbox but that specific email is missing. Thanks … | |
Hi there. I am making an application in VB.Net. In which i am scanning some system folders and on the execution time it gives me the error; E.g, access to the path "C:\any system file" is denied. Is there any code you people have that is edited in to the … ![]() | |
Hi Everyone, I am here to start a defferent project, intresting for me of video clips comparison in C#. I would like to develop a destop application which can compare a video sample clip A with a destination video clip B. All I want to do is E.g if I … | |
Hello. Please help me in the followig questions; How to; * Print a specific form. * To set custome header and footer. * Goto other page, enter data from previous page and trigger a specific button on next page. Regards. | |
Hello. I am having a bit problem with the insert query, Every thing is fine but don't know why its not inserting the queries. Have a look onm code; function insert() { var table=document.getElementById("myTable1"); var table=document.getElementById("myTable"); <?php $con=mysqli_connect("localhost","root","","bsc_db"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: … | |
Hello. Please guide me how to start a session when a user clicks on login page and the info finds correct? How to check this session on other pages which i want to secure from unauthorised access? if the session found then open this secure page, otherwise redirect the user … | |
Hello. I have tired too much ways to overcome this issue but can't find a way yet. I am making a user defined function, when click a "And new row", This function will be called and a new row will be added. There in first cell, a dropdown menu will … | |
Hello. I have a user defined function in start of an Html page. I want to add textfields in the innerHtml. Please guide me what should I do. When I enter string in the innerHtml on line 10 and 11, It show "New" in the cells. BUt i am adding … | |
Re: Himanshu. I think you are making mistake in your range. When rate is <20, Increment untill it reaches >127.Right? But what will happen when rate will = or > then 20? I tthink you range should be >20 and < 127... | |
Re: Uninstall and then reinstall t=your xampp version.. Try one thing more. temporary disable firewal or windows defender. Enable after xampp successful Installation. Hope this works. | |
Re: You can do it in two ways. 1. Install xampp or wampp and then install worpress on your local machine. 2. Install phpMySQL and worpress files on your domain. Better one is 2nd way. Coz you can then control your work remotly by just signing in to yuor web account. … | |
Hello. Please guide me about how to get the options of select tab from mYSQL table. Where to insert php code and how to? Have a look on the code. <td><select name="tby" size="1"> </select></td> <td colspan="2"> </td> </tr> <tr> <td colspan="4"><label>Issue/ Tests : <textarea name="issue" wrap="physical"></textarea> </label></td> Regards. Aamir Karim. | |
Hello. Can I add any data directly from table into data base using dreamviewer 8 by php? i mean in design view, i add table. then when i enter a data in the cell, so can i add this cell text to a field in DB table? Also how can … | |
Hello every one. I am stuck in a place. I am entring medicine record in a table. That's most possible that medicine may exceeds from the rows i am providing. I would like to be assist how can i add new new with a hyperlink text. Also how this row … | |
Hello every one. I am creating a form in php and trying to work with button in that. There are 3 buttons below then form. 1. Submit.(to insert data in BD) 2. Update.(to update data in table in DB) 3. Delete.(to delete data from table in DB) When I apply … | |
Re: i am also having problem with buttons. Can you please give an example of html form's 2 button with elseif statement. which shows how to control two buttons through php. i mean when i click "insert" button so it inserts data to DB and when i click "delete" button in … | |
Re: and what will be the syntax in php for "Save and Print". Means it will use insert command and print command. Thanks. Aamir Karim. | |
Hello. I am going to create a website for a hospital where I will store the following data; * Patients Data * Physicians Data * Medicine Data If I am going perfect then first of all I will have to create a database in SQL Server. Then Tables (Patient, Physicians … | |
how to assign roles to users in Database ? mean i have admin, applicant ? so how could i differentiate bw them ? HELP !!! | |
Re: > Windows secure kit 201 Windows Secure Kit 2012 is a browser hijacker that has been noticed even on some well known websites. It seems that it's a new way how scammers try to distribute Security Shield and other rogue anti-spywares that have been found to belong to FakeVimes or … | |
Hello Everyone. I am making a tool in which I want a button to do the following job e.g; A=(1,2,3) Signature Guide B=(1,2,4) File Signature In short I am making an antivirus, every thing is done, except "clean" button. I want that the clean button should do the following job. … | |
Hello everyone. I would like to know that I wan to make a destop application. I would like that when program executes, the output screen (form1) should cover all the screen, means its a full screen application. It should cover the start menu behind it. and also that should be … | |
Hello every one. I want to create a software in C sharp for electronic notice board purpose. The following work will be done by this software; ADMIN SIDE: USer(Admin) will post a new notice. This notice will have a title and short paragraph. The text will scroll from down to … | |
Hello all. I am making an application like an antivirus, My question is that I am able to detect the infected hash value, can I delete or remove this infected hash value from this file? Thanks n Regards.:cool: | |
Re: Hi i am also doing my bachelour degree and i have select an AVirus as my Final Year Project. I am stuck at the position when i want to clean the fiel. I am creating my AV in vb.net using md5hasher. I want to get the original hash code of … |
The End.