Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #11.1K
Ranked #4K

10 Posted Topics

Member Avatar for 7ton

Without actually looking at the PDF, I would bet this has what you need: [URL="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42308"]http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42308[/URL]

Member Avatar for Sebi
0
96
Member Avatar for hbmarar

You can sign up for a Google Maps API key here: [URL="http://www.google.com/apis/maps/signup.html"]http://www.google.com/apis/maps/signup.html[/URL] Go here for a simple introduction: [URL="http://www.google.com/apis/maps/documentation/#The_Hello_World_of_Google_Maps"]http://www.google.com/apis/maps/documentation/#The_Hello_World_of_Google_Maps[/URL] I use this to get latitudes and longitudes (which you will use in the Google Map script): [URL="http://geocoder.us/"]http://geocoder.us/[/URL]

Member Avatar for hbmarar
0
139
Member Avatar for puddin
Member Avatar for b225ccc
0
280
Member Avatar for Duki

There is something causing your computer to randomly reboot - probably hardware, but maybe software. Have you added any hardware lately or recently installed software? There is usually a hex value associated with the bugcheck error message like 0x0000007F or something. Does it list this in the event viewer? If …

Member Avatar for Duki
0
102
Member Avatar for lechatboote

A lot of people do experience this issue - myself included. The cable companies claim that they don't care what devices are connected on your end, but there remains much speculation about that. (I've yet to see a disgruntled ex-employee post on one of these forums.... anybody??!?) Usually in your …

Member Avatar for DMR
0
94
Member Avatar for StabbedDog

Usually the beep(s) you hear are trying to tell you something. You might want to reference your motherboard manual. You could also try disconnecting everything from your motherboard except video card and see what happens when you power on. (This would leave just your motherboard, processor, memory and video card.) …

Member Avatar for StabbedDog
0
129
Member Avatar for xain_vincent

Your post is a little vague. Are you talking about the boot order of your devices? If so, the exact procedure for changing the order depends on your setup, but generally there is a key you need to press during the BIOS POST that will get you into the BIOS …

Member Avatar for b225ccc
0
101
Member Avatar for omesa

You need to pass a valid resource to the mysql_num_rows() function. For instance, you would generally build your query: [php]$query = "SELECT * FROM tablename";[/php] Then to get the result: [php]$result = mysql_query($query);[/php] You can then use the mysql_num_rows() function: [php]$number_of_rows = mysql_num_rows($result);[/php] If your code looks similar to what …

Member Avatar for omesa
0
80
Member Avatar for Jamesthe4th

Depending on your exact OS 9 installation, Stuff-It is / was usually included as part of the install. Do a File > Find for Stuff-It or Aladdin. If it's there, it's buried but I don't remember where (Internet Extras or something like that). If you find the program, launch it …

Member Avatar for b225ccc
0
113
Member Avatar for Dark_Omen

Watch for backslashes in path when using Windows. You should use forward slashes like you did for PhpIniDir. [quote=Dark_Omen]I am having trouble setting up PHP with my apache server on my windows machine. It gives me an error when I test the configuration saying that "Cannot load C:/php5/php5apache2.dll into server: …

Member Avatar for Dark_Omen
0
149

The End.