98 Posted Topics

Member Avatar for tibormarias

so, if i understand it correctly, you want to have an variable, filled in by the GET value? (that is, the question mark after your link) I don't think your link will work, there are 2 problems(and someone correct me if i'm wrong, no GET expert here :P) - you …

Member Avatar for tibormarias
0
192
Member Avatar for abelingaw

If you want to have it on the right side of your form: the TD it is currently in, belongs to the left part. So you could either put another empty cell before the captcha cell, or use colspan='2' and align='right' as values for your TD

Member Avatar for abelingaw
0
269
Member Avatar for phoenix_2000

Hello, I'm currently working on a database application where the application can show a number of risks and counter-measures. Now i'm updating the application so it is possible to upload new risks without having to open the database. However, each risk has an riskID, a number that was being put …

Member Avatar for phoenix_2000
0
136
Member Avatar for Rosiannie

Your post is a bit... vague, to put it lightly. what do you mean by an auto suggest box? a dropdown with a preselected value? a list with a suggestion beneath it? Your OS shouldn't matter, as long as it has some sort of webserver supporting PHP and -any- database.

Member Avatar for phoenix_2000
0
121
Member Avatar for HATTIEMAY

Hello Hattiemay, Did you try everything in the sticky "help my computer won't boot"? It's on the top of the hardware troubleshooting forum, where you posted this post as wel. From what i could gather, maybe your cooling stopped, and your hardware overheated when you were gone, it would explain …

Member Avatar for tmoram
0
291
Member Avatar for phoenix_2000

Heya people, Here's my problem: i have a (for me quite lengthy) piece of SQL code which is automagically generated by my own application. However, when i try to execute it, it gives me an recordSet error ("Either BOF of EOF is true, or the current record has been deleted"). …

Member Avatar for phoenix_2000
0
244
Member Avatar for Tumbleweedracef

If you can hear the windows system boot, it likely means your motherboard passed it's self test. I'd guess that your graphics card broke down, maybe try switching that one?

Member Avatar for Tumbleweedracef
0
173
Member Avatar for wolfgangcs

maybe not from 1 single query, but since they are different queries, it should work fine right? Maybe your SQL code is empty, or the database has an error. Try executing your SQL code in any database manager (phpmyadmin, access, whatever) also, rule 24 and 26 are both echoes, might …

Member Avatar for jmichae3
0
260
Member Avatar for tungnk1993

if you just want to check stuff, maybe there's something interesting in the WMI classes [url]http://msdn.microsoft.com/en-us/library/windows/desktop/aa394554%28v=vs.85%29.aspx[/url] they're all read-only though, i think it gets the "updated" status from the WSUS server, or microsofts' server

Member Avatar for phoenix_2000
0
172
Member Avatar for lobebe

WAY too few details to work with, try writing down again what your precise goal is, and it's results. The way it looks now, is that you want to generate Javascript to change a link filled in by PHP. If so, just use getELementById in your javascript. php is already …

Member Avatar for lobebe
0
264
Member Avatar for gyno

also, you're missing () on line 9 in your first piece of code, maybe that's screwing things up. Also, Firefox has a webconsole, as does ie6 which i use at my work. That should allow you to see any JScript errors, or atleast give you the right direction

Member Avatar for jmichae3
0
124
Member Avatar for wisedave

if your key works however, you could practically just buy ANY windows version, and use your wifes key on it. Microsoft puts every version of windows on all the disks to save on the disk pressing costs. You can later install windows using the same DVD, but with the code …

Member Avatar for caperjack
0
316
Member Avatar for MadSkyrim

maybe this site can help [url]http://www.mobilexweb.com/blog/safari-ios-accelerometer-websockets-html5[/url] It's a user-made changelog of safari 4.2, so it's likely that whatever made your current code work is because of one of these changes. If you can see it, you'll know what needs to be replaced :)

Member Avatar for phoenix_2000
0
275
Member Avatar for HelenLF

the code is simple: [url]http://www.quirksmode.org/js/detect.html[/url] simply surround it by an IF tag, and you're set. That said, CSS is indeed more reliable, but when you script is too complex to be converted, this might be a viable solution as wel.

Member Avatar for phoenix_2000
0
106
Member Avatar for nospryexpert

This is one reason why you should always make code yourself, code from other programs may give weird bugs. IE and internet standards, most likely just as your MM_openBrWindow, don't go along too much, it's especially a disaster if you have to code for IE6, like when in a company

Member Avatar for phoenix_2000
0
164
Member Avatar for InfernalEternal

In case that was a misclick and the post is not solved: you seem to be missing some critical parts in the upload process check [url]http://www.w3schools.com/php/php_file_upload.asp[/url]

Member Avatar for phoenix_2000
0
133
Member Avatar for garymae14

if, by saving you mean saving to a file: put your entire HTML in one huge variable, and read up on fopen, fwrite and fclose.

Member Avatar for phoenix_2000
0
93
Member Avatar for globalaction

It's not really necesary to use jquery for that even, document.getElementById().style.display does it all. Remember, PHP is a server side language: you can't do anything with it AFTER the user has the page on his screen, unless you want to use AJAX. But to be honest, that sounds a little …

Member Avatar for phoenix_2000
0
383
Member Avatar for Shazeee

are all the links in your document pointing to the right spot? for example, if you use an include pointing to ("c:\randomfolder\jquery.js") it will work locally, but not on a server. Your possible options are using the complete web link ("http://www.yoursite.com/randomfolder/jquery.js") or pointing from the directory your current file, or …

Member Avatar for phoenix_2000
0
88
Member Avatar for doordie

there are only 2 legit answers to your question A: buy windows B: You can't. Talking about illegal software is... illegal btw. (atleast on this forum)

Member Avatar for phoenix_2000
0
103
Member Avatar for shhahid

stupid suggestion, but did you try send/recieve > and then "update all"? atleast it should give you an error message if it fails

Member Avatar for phoenix_2000
0
226
Member Avatar for phoenix_2000

First of all, sorry if this is the wrong section. I've been looking over the forum quickly, and this seemed the right place. Anyway, I'm looking to replace my current laptop with a more game-capable one. For a while, I've been looking at the Sony Vaio series, but the graphics …

Member Avatar for jingda
0
202
Member Avatar for ben1996123

If you're really starting out with programming, i'd advice going for something that can start out simple, like a rpg without combat (walking, talking, throwing switches etc). Once you get about 5 minutes of gameplay, you could try to integrate some simple stuff like an inventory and mob fights. and …

Member Avatar for Cireyoretihw
0
264
Member Avatar for Hoff123

Well, from what i could gather, Game maker has EXTREAMLY low system requirements. According to Wikipedia, any processor of the pentium series (released in 1985), and any card using directx 8 (released in 2000) should be enough. Pygame does not even seem to be finished yet, and may have performance …

Member Avatar for Tumlee
0
294
Member Avatar for mokong

you could try a live cd of ubuntu or something alike. it'll allow you to boot that specific OS, and perform backups etc, maybe even some repairs. Live CD's are free btw. I don't know if ubuntu can see windows folders by default, since it's been a while when i …

Member Avatar for mokong
0
179
Member Avatar for Greg1982

Your script SQL isn't returning anything. this could cause of a database error (that's what vpgrmer is trying to find out i think) In my case, this is usually when i have a grammar error in the SQL code, maybe you should double-check that just to be sure. also, don't …

Member Avatar for vpgrmer
0
189
Member Avatar for Mawethu

wow, this code looks like someone obfuscated it, to make it unreadable. I'd advice you to use variable names that clearly say what they do, so [code] var a=document.getElementById("text").value var b=a.charAt(0); var q=a.charAt(1); var bq=a.charAt(2); var xy= a.charAt(3); [/code] would be [code] var text=document.getElementById("text").value var firstletter =text.charAt(0); var secondletter =text.charAt(1); …

Member Avatar for Taywin
0
101
Member Avatar for phoenix_2000

I've got a piece of code here, that was initially responsible for getting stuff out of a database, and into an array. It used to do that fine, but after that, it needed to add another optional field. However, when i try to run the code with the lines i …

0
69
Member Avatar for DariusG

the same goes for nume_album, in case you didn't find it yet. Nice layout btw, this is the first time today i see some propperly formatted code :)

Member Avatar for phoenix_2000
0
189
Member Avatar for cwarn23

Maybe i'm reading it wrong, but what you say here, is that you have a single texture with 96k vertices? that's... quite a lot :) Converting from a .obj to another .obj file sounds redundant, it'd be like copy+pasting a file. If your troubling texture is just one color, select …

Member Avatar for cwarn23
-1
162
Member Avatar for dc1000

128c... that is just excessively high! As a comparison: my room temprature is about 20c here, and my laptop has been breezing at 'round 80% for 6 hours on the same spot. and it's currently 85c So i tend to agree: mayor cooling issues. You could alternatively check your wiring, …

Member Avatar for benmar
0
312
Member Avatar for nishad_forums

I highly doubt that a lack of ram is the case. As far as i know, windows gives an "out-of-ram" error messsage when it's... well, out of ram. There's a lot of possible reasons why your computer crashes on high-load games (like RE): bad cooling, bad power supply, bad drivers, …

Member Avatar for umarwaqas789
0
272
Member Avatar for vitaquous

the function you are asking for can be achieved by using a FOR loop in php, and let it echo a piece of javascript every time. like this: [CODE] <script type="text/JavaScript" lang="JavaScript"> var $array[]; <?php $sql = "SELECT * FROM blah"; $exec = mysql_query($sql); $loop = 1; for($row = mysql_fetch_array($exec)) …

Member Avatar for vitaquous
0
236
Member Avatar for phoenix_2000

We have a rather strange problem here: There are two networked computers in operation here, that do not seems to be able to connect to the intranet/internet. When we check the computers via the sccm, the table column serial says "To Be Filled In By O.E.M". i've done some research …

Member Avatar for mjdodd
0
92
Member Avatar for NoviceCoder37

Is this your entire code? 'cause i see some references to $row as an array, but i don't actually see you define it. Secondly, you're using $row in your final mysql_query, but since it's an array, that won't work. Also, you're inserting a variable between " " making it a …

Member Avatar for diafol
0
101
Member Avatar for herms14

Making a page resolution-dependent is considered a bad practice indeed, i would personally use position:absolute on everything, and simply make sure it runs well on every acceptable resolution. I have a Firefox plugin (the web developer toolbar) that allows me to automatically resize the browser as if it was on …

Member Avatar for herms14
0
204
Member Avatar for ebanbury

At line 6 (or actually, the unnumberd line underneath six, the way i see it) You use an echo() without a ;, which should fail if i'm correct. Also, does a if-loop without brackets ( { } ) work? I know it does in some languages, as long as the …

Member Avatar for ebanbury
0
142
Member Avatar for pfmk2

You could try generating a GET link towards that form, having it's false (an correct) ID'S in it. you can then use <input type="text" name="blahbla" value="<?php $_GET['falseID'];?>"> If you generate this page WITHOUT the GET value, it'll show an empty field.

Member Avatar for pfmk2
0
144
Member Avatar for mnmo88

Performance isn't just browser-based, but also computer based. besides, if this were a real-life application, you can't be sure if everyone has a new browser version, or a fast enough computer. It might not seem applicable to you, but you're teacher might disagree. You're being trained for real life situations …

Member Avatar for phoenix_2000
0
260
Member Avatar for phoenix416

actually, your code wasn't written good :) the code expect function (a php... function) but instead it sees cfunction, which it sees as a string. Or in one word: typo :P

Member Avatar for phoenix416
0
1K
Member Avatar for Pravinrasal

Milions of ways to do it, but just us giving the code is "not done" ofcourse :) There are a lot of prefab javascript code-websites, try going there for some inspiration. How i'd do it? AJAX and a Database, or a file, if you don't expect much visitors.

Member Avatar for phoenix_2000
0
134
Member Avatar for Rizi004

On a side-note: i don't think depending on client-side checks is a good idea. It's far too easy for hackers to misuse, so i would advise to develop a server-side check first. Once that is working right, you can use javscript, so the user doesn't have to click a link …

Member Avatar for phoenix_2000
0
114
Member Avatar for prvnkmr194

Just check for a page about php_print, it's most likely at the homepage, or in their faq. and you can get legacy php versions from PHP.net if that's necessary. Having said that, did you try running the server with admin priviliges?

Member Avatar for phoenix_2000
0
2K
Member Avatar for Dumb Fish

I don't know of any code that can hide inbetween borders. i guess you could try inserting something like "border-left-color='white'" in your td tags, or you could try to make every entry one big TD tag, and put the values in <div> tags. then you can use CSS to offset …

Member Avatar for lps
-1
183
Member Avatar for deceivingrakesh

you could indeed create 2 divs, and when your mouse goes over the second div, you could use JavaScript to change the position. I know it's not the same as scrolling, but quite frankly, i don't even know if that is possible.

Member Avatar for Taywin
0
127
Member Avatar for megachip04

AJAX isn't a specific coding language, now i don't know how familiar you are with AJAX, it is, bluntly put, a php script that can get executed with java commands like onsubmit, onchange etc. every time a javascript call occurs, a php script can be executed without having to reload …

Member Avatar for Delfacto
0
169
Member Avatar for gerhardpolt

maybe it's a stupid question, but did you actually uninstall your previous anti-virus before installing your new one? if not, they might be conflicting. also, having multiple svchost.exe files is quite normal. wikipedia says: [CODE] In the Windows NT family of operating systems, svchost.exe (Service Host, or SvcHost) is a …

Member Avatar for phoenix_2000
0
407
Member Avatar for phoenix_2000

Hello people, Fist of all, forgive me if this is the wrong part of the forum. I thought this would be the most appropriate place to place a BIOS related question. My problem is this: We (as in me and the company i'm working for) have 2 AOpen DE7000's touch …

Member Avatar for phoenix_2000
0
1K

The End.