5,346 Topics
![]() | |
OK, here's the situation: I walked away from my PC while playing WoW. Came back 2 minutes later to a black screen (monitor sleeping, won't kick back on....and I don't use the screen saver/hibernate). Tried all the normal key combos...alt-f4, alt-tab, alt-ctrl-del to no avail. Hit the power button for … | |
Hi, Let I have the complete URL : http://www.test.com/xyz/ Everything is fine when people are submitting POST request to this URL. When people are trying to http://www.test.com/xyz (missing slash), they got a 301 Moved Permanently and then are redirect to http://www.test.com/xyz/. But once there, the POST variables are not there … | |
Hi all, (First Post...YEEERROOO) Quick question for ya all, I have an MySQL server with three databases created on it, lets say test, test_1 and test_2. Is there a way that I can display what ever databases are stored on the server in a combo box? I want to allow … | |
Hi, My PSU probably died, but I was wondering if anyone here have seen similar symptoms. First of all the PSU turns on as soon as I flip the switch on the back of the PSU, previously I had to press the power button on the front of the case … | |
i tried to change my desktop wallpaper today and i keep getting this message: "[COLOR=Red]internet explorer cannot find the active desktop html file. this file is needed for your active desktop. -to turn off active desktop, click OK[/COLOR]" - so i went on google and did a search for the … | |
I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post. Note: This file in not on the server and i want the file format as .xls (not … | |
my new computer decided it doesn't like to boot anymore :( Computer is a home-built gaming machine, (dual core, single ATI Radeon 4870, Asus P5Q Deluxe mobo, Vista x64 home premium) has been running fine for about 6 weeks with only minor video card driver issues. I had NOT yet … | |
This is my first post, and I'm VERY new to C++, but I just finished my first class, and upon requesting the final, I was told to re-do one of my programs, because instead of computing the values, I just displayed them. (It never said I needed to.) Now that … | |
Ok, A buddy of mine recently asked me o fix his pc that some idiot custom built for him. I have worked on hundreds of computers starting when I was only 9 years old. Never found a computer that I couldn't fix. I have my A+, MCP and I'm also … | |
Hi All, I have a bit detailed question. So, please be kind enough to take few minutes and give me an advice. Currently, we have an ASP.NET based Invoice engine application. It basically handles the customer details with their invoice details. One of our client told us that he cannot … | |
Hi, Im writing an intranet at work in PHP and on this intranet I'd really like to have an infobox, with information from our public calendar on our exchange 2003 server. I've struggled with this challenge a long time now and happened to stumble over Troywolf's PHP script. My problem … | |
I recently moved and apparently did not sufficiently bundle up one of my computers. Post-move it wouldn't turn on at all and appeared to have a bad power supply. Replaced the power supply with a brand new one and the symptoms have changed but it still won't turn on. There's … | |
I edited a post once and now i don't see option to edit it again. Is that a problem with my browser only(mozilla 2.0) or its some feature of DeniWeb. Problem occurred as I added links to my personal blog in my introduction, but later while viewing welcome guide I … | |
Basically, there is a secured site, which I can log into and then add data via a form once I'm logged in. I can pass the login information in the URL, and I can get it to work if, for example, I type the address into my browser bar, like … | |
Hi, If I refresh a page than post values are also submitting repeatedly........... how to solve this problem.... | |
I just assembled a D620 from spare parts. The LCD, MB, CPU, DIMMS and heatsink are new. The rest of the components are from other system repairs. On power up, the system LEDs light up as normal then after about 5 seconds, it shuts down. We never get to the … | |
testing ability to post (having difficulty) | |
My computer has stopped starting from this week. I have made no changes to it at all. I have opened it up and cleaned out the dust since it was overheating. There have not been any symptoms until this week. My computer doesn't have a POST beep anymore. I replugged … | |
Hi, Button below opens new popup window but doesn't send POST data from form. How can i send POST data? I know "form action" but, i want this way. Thanks [code] <input type="submit" name="buttonUnit" value="Add" onClick="window.open('add.php','Done','width=400, height=130')"> [/code] | |
Lifting up the cables coming out of the PSU back fan seems to give me a POST beep. I've nailed down the possibilities. I can make the RAM and Graphics card function properly. I replaced hard drives, but the computer still froze. I'm guessing the problem lies in either the … | |
I wonder if anyone around could possibly enlighten me a little (or indeed, a LOT) towards "Contact Us" form validation in PHP. Basically, I've created the form & then typed in the validation related codes from 3 different books along with differerent websites so far, but ONLY, if I understood … | |
3 year old gateway 3200xl (desktop) XP Pro windows Intel (Seabreeze T3) Motherboard R0 [Part #4000979] Intel Celeron D 340 Processor [Part #4501084] MEM DDR 512MB PC3200 R0 [Part #5000694] No problems with the system and NO new hardware/software in months, then...... Received No Keyboard message on startup one day, … | |
I have just dust cleaned my machine as the fan was becoming very noisy, now when I try to switch on I get the POST screen then when windows is supposed to load it switches off, the HDD are spinning all fans are working, sometimes I get the start windows … | |
Hello. I am new to the forums. Ran across the site as I was researching for a possible cause to my problem. I run Windows XP and last nite as I was removing some old programs that I don't use to free up some Hard Drive space (i was running … | |
Hello: Can anyone tell me what is going on if my computer freezes on the POST startup. My compaq Persario froze on the compaq screen and would not go any farther this morning. I left it for about 30 minutes with no change on the screen. Thanks, Everett | |
Hi, So, I'm working on some PHP scripts, and I never noticed this happening before, but on all of my PHP scripts, any POST variables automatically become regular variables. For example: If I have a post variable $_POST['firstName'] passed through a web form, and then I look at the variable … | |
Hello, I have a question about PHP. I realized that you can use the POST variable to get data from a form submitted with the type post, but does the order of the fields matter. Example: index.html: [code=HTML]<HTML> <HEAD> <TITLE>Form</TITLE> </HEAD> <BODY> <FORM name='test' action='submit.php' method='post'> Name: <INPUT type='text' name='name' … | |
folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> … | |
our website opens a NEW registration window [target="_blank"], register1.asp which submits form data to register2.asp "write to database" and "thank you for registering" page, by way of js form validation function - >>>i need to cause register2.asp to open without the ability to hit the BACK button [ie, no menu … | |
im making a generic website for my class and we have to post a graphic for this website from this cd that came with the book. Problem is, i can't get the Image URL to post my graphic. I tried using the image button and the image thing in the … | |
Sorry outright if I have posted in the wrong forum. My laptop has turned against me in the last few weeks. Ex of errors I get on a daily basis: 1. Windows internet expolorer out of memory at line 2 (sometimes 26) 2) microsoft visual ctt runtime library, runtime error … | |
Hi, Can anyone please tell me how to do a REST request to a URL using method POST and NOT GET. I know I have to pass XML to the URL but I really don't know where to start actually sending the request. I have tried looking at loads of … | |
[code=c] x=0; t=0; int t2=0,t3; while(t<=ref) {t3=t2; for(x=0;x<jbn;x++) { if(t==cpy2[x].at) { if(q>=cpy2[x].bt) { t2+=cpy2[x].bt; tt[x++]=t2; cpy2[x].bt=0; qq++; } else if(q<cpy2[x].bt) { t2+=q; cpy2[x].bt-=q; cpy2[x].at=t2; qq++; } } else break; } t++; if(t3==t2) {t2++;} }; [/code] assuming the values are cpy2[0].at==1 cpy2[0].bt==2 cpy2[1].at==2 cpy2[1].bt==3 cpy2[2].at==4 cpy2[2].bt==4 q==2 qq is just an … | |
I think it would be a handy feature to show the user the offending post he is about to report under the 'Report a bad post' text area. The purpose here would be to let the user know which post exactly he is trying to report [for posts close to … | |
I'm Frank, and live in Asheville, NC, and have seen a lot of useful threads here over the years on doing google searches for particular topics. Figured I'd join to see more regularly what's going on here, and maybe get to ask a few questions too here & there. I'm … | |
Ok, so from my last post, you might have figured that I'm making a coder/decoder package. Anyways, say I've got a string of letters that i want to decode, such as: AAAGGGCCC Which should produce: ACB Because a=aaa c=ggg and b=ccc Currently with my program, you have to input one … | |
Hi guys, I'm new to this forum and this is my first post :cheesy: I need help in modifying a "Snake game" program.. What I need to do is **modify the program so that when it starts (i.e. the AVR microcontroller is reset) it displays a message giving the name … | |
[url="http://groups.google.com/googlegroups/archive_announce_20.html"]http://groups.google.com/googlegroups/archive_announce_20.html[/url] | |
Hello, I've got a problem with get data. To display a form I use GET data, visiting the url: [icode]page.php?a=b[/icode]. When entering the page there is a form with POST method: [icode]<form method="post">[/icode] The problem is, that when I submit this form, the get data [icode]a=b[/icode] still remains in the … | |
I've been looking at numerous threads throughout the internet, and have found, and tried nothing that has worked for me yet. So this is my first attempt at a post to try and get some much needed advice. Ok here it goes... SPECS Motherboard - ECS K7S5A Processor - 1800Ghz … | |
A little help, required with this insert.php script, which is meant to add a new user to mysql user, unfortunately when this script is executed, and username and password inserted, it doesn't actually add the new MYSQL USER, instead i just get the error message . <?php if(isset($_POST['add'])) { include … | |
I have a 1 year old HP DV6500 laptop with Vista premium. No issues until several weeks ago. May be related to updates since it just started occuring? When laptop goes into hibernation/sleep by itself and is pulled out of this mode the following occurs (manually putting into sleep appears … | |
I have been assigned ot developa simple Java paint program whis allows the user to: 1.Create simple shapes on many layers 2.Draw line 3.Fill the selected shapes and lines (using color chooser) 3.Copy and paster the selected shape 4.write selected sahpe to a file and load the file to the … | |
YO YO YO... i'm one post away from my hundredth (had to delete one of my posts in order for me to write this one without reaching one hundred). What should i say? | |
I am looking for some database software I can use on my website. Some type of software that is just like forum software only scaled down without the members posting. More or less looking for something were I can easily post and update items all formed in a database just … | |
Hi Hope you can help – I’m just about ready to throw the thing out of the window. I built this computer 4 years ago and have had no problems, until last week when it started freezing on the post screen (the one that usually flashes on before Windows starts … | |
I converted TGREER's C# implementation of a hacked StreamReader class to VB.NET and wanted to provide it for anybody who has run into the following issue: when using a [B]StreamReader[/B], and [B]ReadLine[/B], to process a text file, you cannot determine where you are "at" within a file. The following is … | |
hi, :p i am trying to achieve a registration page in JSP. i am using tag library to do this. c tag library and Sql tag library. [CODE] <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:if test="${param.submitted}"> <c:if test="${empty param.name}" var="noname" /> <c:if test="${empty param.pw}" var="nopw" /> … |
The End.