Greetings, consider the following:
Inital = lstItem.Items.Count
Do While pmintInital < 100
pmintInital += 1
lstOrder.Items.Add("lstItem.Items")
Loop
I am trying to assign the contents from one Listbox to another via a Do While statement.
Thanks!
Here is the correction to my question:
<?php
$foo["travis"]["first"] = 90;
$foo["travis"]["second"] = 91 ;
$foo["wyndell"]["first"] = 92;
$foo["wyndell"]["second"] = 93;
foreach($foo as $outer_key => $single) {
foreach($single as $inner_key => $value) {
echo "\$foo[$outer][$inner]...
Greetings everyone, can someone put me in the right direction of binding a network filesystem eg. \\foo\share\docs to a combobox, so that when selected the contents of "docs" will be listed?
Thanks!
I am trying to find a way to get around form pop ups all over the screen for a menu system I am trying to implement. As it stands, the user is prompt for user/pass, upon authentication; they can then enter the system, which is another form. The problem now is that the login form is on the...
Please help me solve a problem I having accessing a system from the inside with limited resources:
firewall port:20509 (only hole to intranet)
This is what I have configured that is not working
DMX Proxy:
ProxyPass /foo/ http://instanet:2059/foo/
ProxyPassReverse /foo/...
Ken,
I am really new with PHP, that being said, why did I drop the '$' for the variable $favmovie and call it,
"echo $_GET['favmovie'];" instead of like: echo $_GET['$favmovie'];
Thanks.
Greetings,
I have installed PHP on Solaris 10 and now have problems following a tutorial, or at least my results aren't what the tutorial displays, the code is:
movie1.php:
<HTML>
<HEAD>
<TITLE>Find my Favorite Movie!</TITLE>
</HEAD>
<BODY>
<?php
echo "<a...
Here is dmesg after rebooting:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.5-7.111-default uhci_hcd
usb usb1: SerialNumber: 0000:00:07.2
usb usb2: Product: UHCI Host Controller
usb usb2...
Chacalinc-
usb-storage module is already loaded:
lsmod |grep -i usb
"usbcore 103644 6 usb_storage"
When i try and mount the device:
mount /dev/sdc0 /mnt
"mount: special device /dev/sdc0 does not exist"
I even tried:
mount /dev/sdc1 /mnt
dmesg output for 'usb':
usbcore...
Hello-
Is there anyone who might be able to help mount a usb storage device? 'mount -t vfat /dev/sda1 /mnt/usbdrive' errors with, "mount: /dev/sda1 is not a valid block device"
There are no other scsi devices attached.
/var/log/messages:
linux /etc/hotplug/usb.agent[18809]: need a device for...
Thanks everyone!
What I wanting to is somehow get a list of the keys in the hash array (am I saying this right) so that I can change their values throughout the xml document: I tried the following for obtaining all the keys in the document:
#!/usr/bin/perl -wT
use Data::Dumper;
use FindBin...
I am having some troubles accessing complex data structures hash values, give the script below and data structure, can someone assist in accessing the keys and values?
#!/usr/bin/perl -wT
use Data::Dumper;
use FindBin qw($Bin);
use XML::Simple;
use strict;
my ($data,$xml,$VAR1)...
I am using the following to list a range of UIDs in /etc/passwd in the range of 5000.
getent /etc/passwd |cut -d: -f: |awk '/5***/'
The problems is that '*' list additional numbers, all I want is anything in the range of 5000.
eg
5001-5400
not
5001-54444
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.