So I have a registration script in PHP that does the registration process and then redirects the person to a registration success page. The url looks like this when they're sent there.
Problem solved. Apparently, There's a difference in how information is sent via URLs in a web environment and just the files. After changing the <?php thing and putting it in my webserver to test it...
The basic phpinfo function works fine, I can post the output from that if you want. Also, I completely plan on using POST, but at the moment GET allows me to debug for this problem easier because I...
In Vista, when I go to start->network, I have a list of computers that are currently connected to the same access point I am. Even though we are on different workgroups, they still show up. On my...
I'm thinking maybe it needs grammar. I figure that since it was a built in class it might automatically load a base grammar set but now i'm not so sure. So I guess my question changes to how I could...
So I'm trying out SAPI 5.3 in Vista and I was trying to write something simple to start out with. I get the synthesizer working to where it speaks, but now i'm trying to get the recognizer working so...
I have a try catch block that should, when it doesn't work, display a message saying the file couldn't be found. Unfortunately, all it does is just go back to asking for a file. Here's the code, why...
Strange problem. so i found some code and actually got it to work good, but now I have another small problem. It works in so much as it will set the registry value, but the desktop won't update...
So will this allow me to center the pictures based on both screen's resolution? I've seen things that do it. Also, how do I even go about centering the desktop background in code? I've tried the...
So i currently have this background switcher that works. Thing is, what's supposed to center it in the screen actually tiles it and i don't know why. Ultimately, i'd like to be able to have a...
So there's no console buffer? Even if it is some sort of pseudo-file, given the console buffer you can take over that buffers standard output and put what you want there. I guess my question really...
When you create a c++ console application, there is already a Std output buffer in the console window created. Is there anyway to get the size of that buffer or its handle so I could manipulate it...
Somehow, that seems like something our professor should have distinguished. He just used it like it determined decimal places and didn't affect the number at all.
Yes, but this particular line never had setprecision greater than 2 and i've checked and it has exactly two decimal places when it's returned. For some reason, it gets retrned and then output does...