I use a hyperlink like this: index.php?i=il
If everything goes right the variable $_GET['i'] should be "il".
But when I try to retrieve this variable it says it's empty.
The weirdest part i...
Is There An Easy Way To Get My Computer To Type Like This? (With The First Letter Always As A Capital)
I have a local lan on a Cisco 1720 and also wireless clients. One client now needs a static IP which I can give him from my pool - how do I input a static translation for a public IP to a priv...
Hi,
I have a query that spends a lot of time on 'latch free' waits. On further investigation I found that all of the latch free waits are on 'cache buffers chains' latches. The query is a co...
I have to calculate the mean, median, and mode for a lot a numbers. Does anyone have a quick Java algoritm to calculate the median, and mode of a lot of unsorted numbers. ( The mean is eas...
I am writing a simple utility (in C++ or Delphi) to gather information about the local machine. How can I access mainboard data? The mainboard manufacturer, for instance, can be found in mem...
Hello Guys...
Could anyone tell me how to generate standalone EXE in Borland C++ Builder 6???
What I need is to generate an EXE which I can run on PCs where Borland C++ environment is no...
I am having real problems with my NT Server. Somehow, the registry entry that (oh and before somebody asks, the guy who does the tape backups of the server for some reason didn't include backi...
I am aware of the Ambient.UserMode property when creating ActiveX controls and uderstand this this indicates whether the control is being used in the development environment or at run-time. Ho...
Hi I have a Jbutton. I want to resize the image to fit on the jbutton.
ImageIcon icon = new ImageIcon(new URL("http://www.ames.com/kids/coloringbook/images/rose.gif"));
private JButton i_...
this maybe isn't so much of a c++ question as math, but i guess i'd prefer the answer in c++....
i've forgotten my trigonometry, so i need help... here's a synopsis of my program:
(usin...
Hello
I want to lock a listbox so that the user can not change any of the values in it, but can still scroll through the items in the list.
The problem is there is no "Locked" property f...
How to create a folder in specified relative path?
Thanks!
I've created a universe with elements used for reporting using Business Objects and I've tested each element as I've created them. I know that it's been properly tested but wanted some way whi...
Hi, i wonder if someone could shed a little light on this problem for me please.
Can i upgrade the processor in a Compaq ProLiant 400 that is currently running a 350 MHz (Slot 1) Pentium I...
Dear list.
I have a table as follows:
SQL> desc WO;
Name Null? Type
----------------------------------------- -------- -----------------
ROW...
How can I kill a process running in windows? e.g. iexplorer.exe, notepad.exe, word.exe, etc?
First I have a form with a button and a custom canvas class.
The canvas class looks like this:
import java.awt.*;
public class TestCanvas extends Canvas
{
pub...
Hi there
I've got a report which I need to send as a single printjob. I've tried using QRCompositeReport, but this only allows me to print different reports at once. Is there any way I can ...
Hi all, i have a burning question for you.. , and i'll give all my points for to anyone who can offer help. heck, i'll even throw in a cuppa coffee! :)
ok, here's the deal. i have a mixed (...
Hi,
I have problem mounting my Labtop floppy drive. The OS is Red Hat 7.2.
$mount /mnt/floppy give me error message
mount: /dev/fd0 is not a valid block device
The cdrom an...
We have an exchange 2000 running on a windows 2000 server. I get the following error messages. "Find.exe - Application error The application failed to initialize properly(0xc0000142)" . If I ...
i recently downloaded a zip file from the internet and i unzipped and install the programs inside, and during the installation my system crash and the computer restarts itself. after rebootin...
Hi guys..
I tried to install a remote desktop management program on XP Pro. The installation failed whilst trying to create a service (the service writes the video data across established ...
I have a simple usercontrol, with only a textbox as constituent control. I need to trap arrow keys (left and right) in the Form_KeyDown event before my UserControl handles them. Obviously, I'v...