403 Posted Topics
Re: Make sure in your bios it doesn't allow to boot from removable drives or USB. | |
Re: Try F7. If that doesn't work, try the Fn key down near the left ALT key plus F7. | |
Re: Your problem is BASE_URL. It isn't in a usable format. It needs to look like a variable. | |
Re: I have kind of a different take on the concept of global warming. I believe that, yes, there is global climate change but not global warming. There is no global temperature. Temperatures fluctuate everywhere on the earth and there are periodic warming and cooling trends. Climate change is a different … | |
Re: Try the following to see if it is a Windows problem (driver) or a physical hardware problem (a bad drive). Reboot your computer, press DEL, F1, or whatever to go into your systems BIOS settings. Find the page that shows your hardware and see if your drive is detected. Make … | |
Re: This is a BIOS setup change that you'll need to make. When booting, press DEL, F1, or whatever to go into Setup and find the Power Management section. In there, you'll see options for powering off. It may take an experiment or two to get it to power off. Be … | |
Re: Check on [URL="http://sourceforge.net"]sourceforge.net[/URL] or [URL="http://www.nonags.com"]nonags.com[/URL]. You can search for something like restaurant or POS (Point of Sale). Nonags actually rates their programs and provides links to the developer's website. | |
Re: You can use a ReWrite or a Redirect if you are talking about Apache config. I would need more detail to help you for sure. | |
Re: You have an open " in the img src = " but no closed quote. | |
Re: Try reversing those / to \ or using two if that doesn't work: D:\whatever\bbb.doc or D:\\whatever\\bbb.doc or D:\/whatever\/bbb.doc The first \ is ignored and tells the interpreter to accept what comes next as OK. | |
Re: Probably the power supply. If it were some component, the machine would power on and you'd get beeps or some other failure. Try installing a new power supply. Get a higher end one so that it lasts a while. | |
Re: Sounds like the computer is ok but either the video card or monitor is failing. Open the case, remove and reseat the video card. Disconnect the monitor first from the video card. Make sure that you use the card screw to secure the video card into the case. Reconnect (securely) … | |
Re: Have you tried using the Function key and pressing the Monitor button on the keyboard...you may have inadvertently switch to external monitor only. The function key is down near the left Ctrl key (usually blue letters) and the Monitor switch key is on the Function Keys (F1-F12) above the number … | |
Re: Have you looked through the support pages for Spyware Doctor to see if others have had this problem? I would remove it by booting into Safe Mode and uninstalling it. This will tell you if Spyware Doctor is the culprit. | |
Re: Maybe I'm not getting it but it seems simple enough to open the code and surround the menu code with <CENTER></CENTER> tags. | |
Re: First try updating the BIOS with the updated manufacturer's BIOS update. Look at the motherboard and determine the mfg. and current version to see if there is an update. Usually, but not always, BIOS updates are specific to a machine type and you'll be warned that the BIOS is not … | |
Re: Open IE, assuming you're using IE...open Tools, Internet Options, Connections, LAN Settings...make sure nothing is clicked since you aren't using a proxy...probably. Close and reopen the browser. If that isn't your problem, open Tools, Internet Options, Security, Custom Level, and change to Medium, or Low. Restart the browser and see … | |
Re: First, make sure that phpinfo is allowed in your php.ini file. If you make any changes to the php.ini, you have to restart the apache web server for them to be picked up. You also may need the module reference or php reference in your apache's httpd.conf file. Check that … | |
Re: There may be a jumper on the motherboard for this but most likely it is in the BIOS settings when you boot up. It is probably labeled Integrated Peripherals. Disable it there. | |
Re: You can do this in Visual Studio. There is a plugin for php. The other way is to write code for mysql, then using an editor or some automated script to replace all instances of mysql with mssql in your files. Pretty simple really. I've done it when I had … | |
Re: Is there an index.htm or default.htm under C:\Inetpub\www ? If not, put one there and see what happens. | |
Re: This is hard to illustrate in just words but here goes: In your computer you have two drive controllers IDE0 and IDE1 probably. On IDE0, put your main drive and a CD/DVD ROM drive...make sure they are jumpered as master and slave. On IDE1, install your secondary drive and any … | |
Re: Go to Tools, Options, Connections and make sure there isn't a dialup connection listed there--unless you use dialup. From there keep going into LAN Settings and make sure nothing is checked. After making those changes, if any, close and reopen IE and see if it works. If not, go to … | |
Re: The SATA drive has some drivers that XP doesn't recognize. You'll have to have a driver disk and then use it during the first part of the install. This will solve the problem. If you don't have the drivers, you'll have to download them from the vendor website and put … | |
Re: It is likely your Power Supply in the PC. I know it sounds weird but I have had this problem many times. You should also check your RAM. Another troubleshooting item: Bring up the computer in Safe Mode and see if it does it. If it does, you know it's … | |
Re: There's also Nmap-Zenmap GUI. I use it all the time. | |
Re: Do you have a router, cable modem, etc. at your office? You would need to know the setup before you would know how you can connect in. If it is Windows, terminal services via remote desktop connection will work...just use the external network IP address (the one the isp assigns … | |
Re: Remove the device in Device Manager...in Safe Mode if necessary. Power it off. Power it back on and let the PnP subsystem do its thing and redetect it. Offer it drivers if necessary. This may take several reboots. | |
Re: You can download it and use it all you want. You can replace your Windows XP with it or run it in a virtual machine. Download Virtual PC or VMware Server and install in a virtual machine first to see how you like it. | |
Re: Look in your Access database. Check the attributes of the fields for the columns...check allow NULL values. This should solve it. Then you can insert a NULL value easily. | |
Re: Well, first, don't use different tables. Use one table. Insert a field named Purchase_date. It will be much easier to do what you need then. | |
Re: Try phpclasses.org. They have some great stuff on there. Searchable too. | |
Re: Sounds like your cable provider is blocking some ports. Call their support line. If that isn't the problem, you may need to configure your router to forward certain ports to the devices in question. The cable company support can assist you with this or other router settings to make this … | |
Re: Use a regular variable like you would anywhere else. you can't use an expression like that in a sql statement. If it needs to be set to some starting value, do that above the sql statement then just use the variable in the statement. | |
Re: Try looking at phpclasses.org, they have some great searchable scripts there. | |
Re: You can easily join two queries with the UNION keyword between the two individual SELECT queries: SELECT xxxxxx UNION SELECT yyyyyy | |
Re: You can also grab some great solutions from phpclasses.org. Just search through the thousands of scripts. They almost always have a sample page or two for illustration and testing. | |
Re: Do you want to do this in a PHP script or are you just trying to download a file from a website? Can you give more detail? | |
Re: Yes, try raising the memory limit. restart your web server after making this or any change to php.ini. sudo apachectl restart | |
Re: The Fast and Easy Series is very good. You can probably snag one for just a few dollars on Amazon.com - use the link that takes you to the books on sale. | |
Re: A really good starter Linux OS is gOS ([url]http://www.thinkgos.com)[/url]. Their site is experiencing difficulties, or so it seems to me. It's based on Debian and is the OS for the gPC - the ultra cheap PC that Wal-Mart sold then stopped selling. Aside from all that, it is an excellent … | |
Re: What happens when you click the Home button? I had a similar problem when I first upgraded. | |
Re: You have a lot of stuff running but the most glaring thing I saw was Google Desktop. It slowed mine down to a crawl. Uninstall it and see if that helps. | |
Re: I suggest that if you know MySQL/PHP pretty well, as well as, HTML/CSS and you need money right away hit this site: [url]http://www.heritagewebdesign.com/[/url]. These are work remote jobs. The pay gets better as you go and you can negotiate after they get to know you. This will give you the … | |
Re: In my experience, it helps to know someone on the inside of a company that's hiring. Any edge like that will help you. I have helped lots of people find jobs over the years and changed careers too and find that knowing someone helps a lot. If you don't know … | |
Re: You need to look in your php.ini file and make sure you have a writeable directory for uploads. It is a temp directory for uploads to the server. On Linux, it is usually /tmp but can be almost anywhere that the web server has write access. Change the php.ini and … | |
Re: Both say "host" machine. Which one is host and which is guest? Is there a reason you want to use NAT instead of Bridging? | |
Re: DMLIST=dmlist This is where your error is. dmlist is not a linux command. if it were, you need to DMLIST=`dmlist` | |
Re: I think that security is a great place to be in IT. It will never go away as a career choice. My suggestion is to get experience with the most popular products in the field. Network security is hot. I have to ask though,...if you are an EE, aren't there … | |
Re: You need to install the VMware tools for things to work correctly. If they still don't, let me know. There is an rpm (software package) that can also enhance the X experience. |
The End.