Search found 43 matches

Actual Results

Post Posted: February 21st, 2007, 8:06 am

Thanks for the responses. This is for an internal application .. so I can hax0rz the computers all I want :). The link styles need to be different for visited. Also, there are many many many computers involved, but multiple users login using the same computer, with server-side authentication. joeber...

Post Posted: February 20th, 2007, 10:44 am

I am not certain that this is possible, but I need to invalidate IE browser cache through javascript, or perhaps activeX. Any suggestions? The real issue, in case there is a better solution, is that I need to invalidate the visited property of all links on a site for a particular user. The reason be...

Post Posted: April 7th, 2006, 9:17 am

if the style is contained within the style tag or by using a css class you can access this property by
Code: [ Download ] [ Select ]
document.getElementById("id").style.<style you want to change> = <value>;
otherwise I would guess that if it is like the example Bozebo poste...

Post Posted: September 24th, 2005, 8:56 am

You have an error in your PHP within the SQL Original:
PHP Code: [ Download ] [ Select ]
SELECT * FROM user WHERE password='$_GET[x]' AND verified='N'
New:
PHP Code: [ Download ] [ Select ]
$pass = $_GET['x']; SELECT * FROM user WHERE password='$pass' AND verified='N'
you had $_GET[x] within the SQL and it should have been $_GET['x'], but since...

Post Posted: September 23rd, 2005, 2:33 pm

17" 1280x1024, but I program in Java, and need to be able to see large chunks of code at any given point in time.

Post Posted: September 21st, 2005, 7:16 am

One way you can do this is to use session variables. First you need to put a call to session_start(); as the very first line in the php file (other than comments) then you can register/retreive session variables. Here's a link to how to use session_register: http://us3.php.net/manual/en/...

Post Posted: September 21st, 2005, 7:11 am

You are talking about PHP include, check this link.
http://php.net/manual/function.include.php

Post Posted: September 19th, 2005, 2:31 pm

Definatly check out the Pyramids of Giza, unfortunatly they are not tall enough to register much elevation data :)

Area 51 came pre-programmed with my version of Google Earth if I remember right. Although they might have removed it after some protest, I got it very shortly after it was released.

Post Posted: September 19th, 2005, 7:40 am

Just based on the file name I would guess Hong Kong?

Post Posted: September 19th, 2005, 7:22 am

replace $name = $_['post'] with $name = $_POST['name']

where the name within the [] is the name of the form object that contains the name.

Post Posted: September 19th, 2005, 6:12 am

I spent some time a while back locating lots of cool places on Google Earth .. so here they are: Mt. Kilimanjaro: 3° 3'58.09"S, 37°21'26.92"E Mt. Fuji: 35°21'43.80"N, 138°43'54.85"E St. Peter's Basilica: 41°54'7.57"N, 12°27'18.30"E Teotihuacan, Mexico: 19°41'32.07"N, 98°50'36.87"W The Coloseum: 41°5...

Post Posted: September 15th, 2005, 8:12 pm

programs that have a .exe file are usually C++, java executables are usually run from either executable jar files, or from the console.

What IDE are you using? or are you using notepad and command line?

Post Posted: September 15th, 2005, 4:31 pm

localhost actually refers to your computer, localhost is just the name of your personal computer's address.

localhost actually refers to 127.0.0.1

For PHP on Win XP goto: http://httpd.apache.org/

Post Posted: September 15th, 2005, 4:24 pm

This Problem was actually related to Dev-PHP2 saving the file incorrectly.
Note To Self: Uninstall Dev-PHP2

Post Posted: September 15th, 2005, 10:20 am

I have never personally used this engine but I know that it is fairly in expensive: http://www.garagegames.com It is called the Torc engine and was used for Tribes 2. Their idea was to make the engine cheap, and tons of games would be developed using it, but not that many have. I believe...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.