Re: Zlob DNSchanger Hardware and Software Information Security by dantheavgman MD Re: Xampp Security Programming Web Development by diafol @md - I was **joking** - just repeating davy's earlier assertion. Nevermind, I laughed. Heh heh. Even funnier now. Re: insert table value from a select statement in vb 2010 Programming Software Development by pritaeas md = New SqlCommand("INSERT INTO Stock ([Stock description], [Quantity], [Barcode]) VALUES (SELECT TOP 1 [Item description] FROM Items WHERE Barcode = '" & Item & "', '" & Quantity & "', '" & Item & "')", con) This might work, but you need to make sure there can only be … Re: Return array from prepared statement Programming Web Development by jkon Md.Shams , rproffitt is right (for some reason I can't upvote his comment). I disagree about the "good tutorial" part , I can't see any other reason for resurrecting a 4 year old topic other than promoting an amature tutorial (opinion based on the sample code) , that doesn't even exist.   RAID1 issue related to Degraded mode management, md: md0 still in use. Hardware and Software Linux and Unix by anuragccsu Hello All, I am using a NAS(network attached storage) product running a customized 2.6 linux kernel on it. I've put two physical HDD in my NAS box and configured them in RAID1(mirror), and the software tool which i am using to configure has got a degraded mode management(DMM) option which provide us the flexibility to select how long you want … DSL Speed performance between G4 MD & PB G4 Hardware and Software macOS by kinesphere There is a significant difference of the internet speed performance between my PoweerBook G4-Aluminum and my G4 MD Dual 867. The type of my connection is DSL 512kbps. Taken from the router via Ethernet. It puzzles me since last year that the same connection performes as fast as it should be on my desktop only. When I connect through the … Re: DSL Speed performance between G4 MD & PB G4 Hardware and Software macOS by kinesphere At that time yes, I would say I'm positive about the settings. The router doesn't need a driver, and it's configuration for both MD Dual and PB cannot be different. And the system preferences are a straight forward proceedure. I'm not a network expert. But I went through the settings of my router with the help of the tech-support of the … DV-Camcorder - Medion MD-1704 - Firewire Issues - HELP! Hardware and Software Microsoft Windows by jvcreativity Hello I am having a problem with my Medion MD-1704. (serial# 41704023301917) i just recently purchased a JVC dv-camcorder (model no. GR-D30U) and was excited to be able to rip these files directly into my computer - so i bought the firewire that would allow me to do so... .. but my computer has no idea anything's there ... none at all. ... so... i… Create make file using -MD Community Center by kerenLinux Hi, I have a complex project (100 source files) and I have a make file from the format SRCS= a.cpp b.cpp ..... %.o : %.c gcc -c -MD -o $@ $< @cp $*.d $*.P; \ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ -e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $*.P; \ rm -f $*.d However, I receceive a compilation error : In a.cpp: error… Hello from MD Community Center Say Hello! by Ryebread Hey all, I am A+, NET+, SEC+ certified but want to get into programming. Because of this, I go to the U of MD for comp sci. I also work full time as a hardware/software tech. My current job requires me to work after-hours (8pm-8am) so I end up lurking around the internet a lot. I stumbled across this site and loved the atmosphere … Autofill form when choose value from dropdow lis Programming Web Development by fb95 Hi, I'm new to php (Yii Framework) and SQL (phpMyAdmin). I have problem to ask. ![Capture11.PNG](/attachments/large/4/1e4d9bf0c9a482a977d0ccb0fa19260e.PNG) Currently the three dropdown menu from different table and each have different id called aircraft_type, aircraft_sn and aircraft_reg. I want to use only one table called aircraft. … Auto Shutdowner Programming Software Development by Ajay_9 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Diagnostics; namespace ShutDowner { public partial class Form1 : Form { … two divs in right and left saving problem Programming Web Development by AntonyRayan Hi In a form, I have two divs like in left and right but only one submit button . I don`t know how to save in submit action. Submit button has to come in center. Here I included my code . Check and tell me <form action="usersave.php"> <!-- class="form-horizontal … Re: two divs in right and left saving problem Programming Web Development by gentlemedia Well. let me be a bit helpfull, but thanks to http://www.freeformatter.com/html-formatter.html :) <form action="usersave.php"> <!-- class="form-horizontal form-label-left"--> <div class="form-group"> <label class="control-label col-md-3 col-sm-3 col-xs-3"… Javascript aint working Programming Web Development by RonKevinT.Manuela SO I found a javascript I want to use: <script type="text/javascript"> function FindNext () { var str = document.getElementById ("findInput").value; if (str == "") { alert ("Please enter some text to search!"); … Data entered in the form is not being sent to the Oracle Database Programming Web Development by Subhankar_1 I am trying to create a registration form in Bootstrap and then connecting it to the Oracle Database but the data entered by the user isn't sending any value to the database. Please suggest what editing I should do. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8">… Radio button sends value as Male=on or Female=on Programming Web Development by Subhankar_1 My code below has a radio button in the form to select the Sex. But on submitting it's sending as Male=on or Female=on.I want to send only Male/Female to Database. Please tell me the necessary editing I should do. I'm using Bootstrap. <!DOCTYPE html> <html lang="en"> <head> <meta charset=&… Re: Data entered in the form is not being sent to the Oracle Database Programming Web Development by Subhankar_1 I edited the code. But now the copy from the local to permanent address has stopped working. The code is as follows: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <… Php code to Upload image to admin Programming Web Development by Princecrich How can someone write a Php script that enable users upload image along with a short description in their member area to the database where admin can receive and treat it??? I will also like to know how history on upload can also be added after each upload to the history page of the users dashboard. Please any guide So far I have done it to … AJAX Dropdown doesn't call in IE Programming Web Development by TheOmniAdam I have this PHP code which calls several dropdown menus. These menus are nearly identical except each menu queries a sql database with the paramters set by all the previous (Make, Model, Year, Size) down the line. This code works in Chrome and FF, but in IE the default drop down (Make) is there, and the first dropdown (Model) gets called- but the … tsk..cant fix it..cant log in...wtf Programming Web Development by RonKevinT.Manuela So, my groupmate designed the look of our website...I was trying to integrate it with the other code....I decided to first do the login form....i dont know but I cant get it to work...-_- 1. lets start from the config.php: <?php ob_start(); session_start(); include('functions.php'); //database credentials define('… Integrating a query to the design made by my classmate Programming Web Development by RonKevinT.Manuela Ok so here's the thing my classmate did a very good html file...this is the basis of the design of our homepage...there is a part where I should put the news on a collapsible group blah blah..i need help Here's the query to show news and events(nevermind the paginator Im going to remove it) <?php #list all posts from the posts… Angular Js recieve Url Parameters Programming Software Development by MagnusTheRed90 I am trying to pass url parameters to an angular js page for page setup. I was wondering if anyone could tell me whether I am missing something from these two code samples. The following is some code from a game related program that I am writing. The $routeProvider parameter is providing me null variables. /*Author: XXX Purpose… calculation in javascript Programming Web Development by Darsh95 hi im new to javascript and im attempting it for the first time. im using framework 4.5, asp.net, c#. i need help in with the javascript. i need calculate quotation and display the information. heres my code so far model.cs public class QuotationView { [Display(Name = "Pickup Address")] [Required(… Re: How to add to cart from search string in php Programming Mobile Development by WebMedia_1 This is update of what i ve done so far but yet still not working, let me explain what i want to do very well, im working on a flight reservation website for my final year school project where users can search for available flight then give them the result from mysql database, i am able to get the search result when the user search but the problem… image upload through php Programming Web Development by rpv_sen Hi Friends I am trying to insert into my table. But i am getting an error message as below Notice: Undefined index: img_path in D:\xampp-portable\htdocs\cgoogle\entergoogle\addpages.php on line 21 Notice: Undefined index: img_path in D:\xampp-portable\htdocs\cgoogle\entergoogle\addpages.php on line 23 can any one please help me to … Refresh Element and Clear Form Programming Web Development by joshmac As it stands, the data elements are submitted to the database. But I need help figuring out two things: one, is how to show the new deptCode in the dropdown list of deptCodes and two, how can I clear the form after a successful submit? Below is the code that I am working with. Any help with this is greatly appreciated. <script type="… cannot pass values from form to controller with json Programming Web Development by nosfa Hi all. I cannot pass the values from the textboxes onm a form to the controller. view code <script type="text/javascript"> $(document).ready(function () { $("#btnSubmit").click(function () { var presc1 = $('#p1').val(), … PHP help Programming Web Development by kwaabs I seem to have something mixed up with my code. Its just not working. I need help please <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" … Shell Script that will Parse IPs off Apache Log Programming Software Development by ionzone Hi, I am trying to make a shell script that will parse lines off error_log of Apache and parse IPs off of it. The lines I need to parse are security warnings made by ModSecurity. Example: [CODE][Fri Feb 22 22:18:46 2008] [error] [client 111.222.11.22] ModSecurity: Access denied with code 406 (phase 2). Pattern match "(?:\\\\b(?:(?:n(?:et…