• Member Avatar for rch1231
    rch1231

    Replied To a Post in This is annoying...

    Hello, So I don't see any issues and which icon are you talking about not looking correct? Your connected via wireless to a router that you don't want us to …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in how to get the tree structure from db

    Hello, What you are referencing is often called a pyramid structure. I have built a few in the past and they can be interesting to code. However that being said …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Reliable web servers

    If you are just planning on your single web site another option is to get a virtual system through one of the hosting providers. You could purchase a basic virtual …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Windows Server vs Windows Azure

    Windows server gives you a single server running Microsoft Windows that you can run multiple web sites on with IIS or other applications. Windows Azure gives you a host server …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in HDMI problem

    Hello, Try restarting the computer with the HDMI connected and the flatscreen running. Some times the OS wants all the screens connected when it starts. If it is Windows the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in conversion of miles/gallon to liters/kilometre

    The values you need are km per mi and gl per lt not lt per gl 1mi=1.609km 1lt=0.264172gl lt/km = (mi/gl) * (km/mi) * (gl/lt) lt/km = (given) * 1.609 …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Store Posts in Database

    Why don't you simply use wordpress or drupal they are both free and manage the web site and handle postings also. Why re-invent the code when someone has already written …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Ubuntu most secure end-user OS

    Thank you for the information it was interesting reading. It is nice to have someone validate what has been said by those of us who have been promoting the security …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in crease table according to csv file format

    Hello, Here is a link to a site that provides multiple examples of importing CSV files into MySQL using PHP. It even has a script for an import page. [http://www.phpclasses.org/blog/post/89-Quickly-importing-data-from-CSV-file-into-PHP-applications.html](http://www.phpclasses.org/blog/post/89-Quickly-importing-data-from-CSV-file-into-PHP-applications.html)
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Keeping sensitive information off of PC/Mac

    Truecrypt works with Windows, MAC and Linux
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in distinct date

    Hello What you are looking for is to show the record for the most recent date that a product review was completed. The trick for doing this is grouping. You …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in windows xp booting problem

    If you hit <F8> while booting and get to the Windows boot menu (Boot in safe mode, etc) there is an option to turn off automatic restart. This will let …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in MAGIC DISC DRIVER

    There is a version of magic disk 2.7 called build 106 and the setupfile is called setup_magicdisc106.exe and it will load in windows 7. It does warn you the driver …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Versioning Software

    Take a look at Editrocket. Runs on windows, Linux or MAC and supports backups of code as well as HTML, CSS, Perl, PHP, SQL, Python, and many more. Price was …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Can't access locahost(wamp) from the internet using a public ip

    Hello, The way I read your question I am not sure if you have a web site on your laptop you are trying to access or if you are just …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to create a Cron JOB Running PHP file on my local machine Win7

    Hello, The PHP CLI as its called ( php for the Command Line Interface ) is called php.exe It lives in c:\wamp\bin\php\php5.x.y\php.exe ( where x and y are the version …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in The Dependency Service or Group failed to start

    Hello, There is an update for Vista out there that sets your network connection to Local Only. If you open Network and Sharing center and look at the connection check …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Telnet a Netgear Router

    Hello, You could always try nmap to see what ports are open on the router. Netgears usually have a built in web server for configuration and you just put the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in how to partion Hard disk on Ubuntu like windows

    Hello, Depending on what desktop manager you are running you should have an application called Disks under the System heading which will let you see the parttitions. During the install …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Keeping sensitive information off of PC/Mac

    Ewald has a good idea and TrueCrypt will encrypt you whole drive and can be set so that the computer will not boot with out the password. Or as a …
  • Member Avatar for rch1231
    rch1231

    Gave Reputation to Ewald Horn in Keeping sensitive information off of PC/Mac

    Hi. Even while using a cloud solution, you will have some data on your machine that is sensitive. The best approach, even with a cloud host, is to encrypt your …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Uploading multiple images without name duplication

    Hello, Without writing the code for you basically what you need to do is add a section of code that looks for a record with the image name. If it …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Interesting issue with motherboard (ASUS X79 Deluxe)

    Hello, It sounds like it is not recognising the SSD drive initally during the boot. Check in your bios and see if there is an option to add a delay …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in "Other Devices" have the Big Yellow Question Mark

    Hello what you are missing is the Chipset driver (motherboard Intel or AMD based). Without it the OS cannot talk properly to the system bus, memory controllers and devices built …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in STRANGE printing issue

    Hello, The only thing I can think of is to make sure that the Windows print spooler is loaded on Windows 7 and make sure that it is set to …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in many programs 'stop working' quickly after open

    Hello, I am fuessing that you are running Windows, so based on that would check your windows installation files by using your installation DVD and letting it check the system. …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Edit IP Addres for Internet Connection

    I suggest that you go ahead and let it get an address from the dhcp server on your system and confirm the subnet your router/dhcp server is using with ifconfig. …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in inserting duplicate record should not allowed

    Hello, Pritaeas is correct about the index and you will need to change the insert statement and add IGNORE to cause mysql to ignore the errors when the insert fails …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Run cron job every few days

    Yes 1-31/4 would run on the 1st and every 4 days after that (so it would run the 1st, 5th, 9th, 13th, etc.)
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in slow network when many pcs on!

    JorgeM is correct that you need to look at the network. You need to look at the speed of the NIC Cards in your computers and the speed of the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in several weird problems in a Windows network

    Hello, That is a pretty tough one to diagnose. Have you tried Malwarebytes scan on one of the systems that is giving you the errors? You mentioned it is showing …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Outlook connects to internet, but IE and Chrome won't

    Hello, OK time for some basic trouble shooting. Open a command prompt (start, accessories, command prompt). At the prompt type: ping 4.2.2.2 If you get a response back then you …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Flushing the Host

    You would have to log in to the server via ssh and issue the command as the mysql root user. I would contact the hosting company and tell them you …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in how can I get hp deskjet2280 sofeware install on my window 7-10 machine

    Hello, Google HP Support and look for a web site that actually points to hp. From there you can put in the information about the printer and will be prompted …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Toshiba Satellite died sometime this morning

    Hello, It depends some laptops will not run without the battery. Have you checked to see if the charging light comes on with the battery in the laptop and plugged …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in black monitor after login of windows

    Hello, Which version of windows and do you have either your install CD/DVD?
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Logitech G500 Right click issue, help!

    Not much you can do if it is out of warranty but they are available on ebay for around $30-$40.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in drivers

    What OS are you running? Is the adapter set in the bios to use the built in adapter or an add on in a specific port?
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in hp deskjet 4580

    If you set the printer up wireless then if will have an ipaddress on your network and your laptop should see it on the network. You do not need the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in how to create sql database interface

    Hello, A lot is going to depend on what OS you are going too run the interface on. Is it supposed to run from a browser, or as an appon …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in 'LIKE' Statement on two separate words

    Hello, You have to treat them as two separate conditions and you need to code for capitalization like this: WHERE StudentNames LIKE 'joh%' and (StudentNames LIKE '%smi%' or StudentNames LIKE …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in loop in mysql query

    A couple of things you have to determine first such as how far down the tree are you going to go. Meaning Is there a maximun munber of reporting levels …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in SQL Case Statement

    Hello, I happen to be a big fan of SQL's capability to do a auery within a query (somtimes called sub-queries). This give you the ability to generate a sub …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Which layout is my keyboard?

    Hello, Sounds like standard US 101 keyboard. The box should give you some data on the keyboard type. What makes you think it is not working?
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in What languanges might I need for a database for cool eccommerce items

    php is designed for what you are trying to do and works well with mysql and there are multiple examples and applications to help with the design.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Can't connect to internet after XP Reinstall But Getting Packets

    SO quick question can you ping the NIC in your computer from your computer or from other computers around you? You should be able to ping 192.168.0.11 from the computer …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Gateway (NV57H20u) laptop turned off and won't turn on

    Hello, I would say check your charger or if anybody you know has a gateway with the same charger try it on your laptop. Most chargers have a light on …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in customer site management software

    Here is a package that I use for tracking service tickets and services that I have found to be pretty good and it is free under the GNU license. SIT …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to check my more than 200-client's CPU's OS, H/W through Domain-C

    Hello, if you have access to all of the systems with a domain login it is really easy. Windows OS You can use powershell to get systems information from other …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Is this properly done?

    Those are back ticks not single quotes to denote a variable name.

The End.