10 Posted Topics
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]
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]
Could you be using an UPDATE instead of an INSERT statement?
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 …
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 …
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.) …
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 …
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 …
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 …
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: …
The End.
b225ccc