Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: rlerne

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    396

    Few things: 1) Even if it's dry out, dew...

    Few things:

    1) Even if it's dry out, dew forms. That dew will also form inside of the motor (if I remember right, those are blue, right?) Anyway, this could possibly allow a path of electricity to...
  2. Answers
    1
    Views
    541

    FastCGI opens [i]x[/]I amount of processes (php...

    FastCGI opens [i]x[/]I amount of processes (php executables) to accommodate traffic.

    The 10 processes that are open are normal, it provides availability and quicker response when the load...
  3. Answers
    1
    Views
    673

    While I'm sure it's possible to do that, PHP...

    While I'm sure it's possible to do that, PHP would be the worst possible choice of language to accomplish that.
  4. Answers
    1
    Views
    318

    Of course you can! You just need to come up...

    Of course you can!

    You just need to come up with formulas for recognizing the importance of pages vs. other pages promising similar information, you need to write a crawler, you need extensive...
  5. Question: Update in PHP

    by rlerne
    Answers
    2
    Views
    1,051

    First things first, I had to update your code. It...

    First things first, I had to update your code. It was kind of hard to read.

    Secondly, I'd need more information on the table (are there any IDs available)... If you can provide that, I can show...
  6. Answers
    2
    Views
    1,253

    This might help:...

    This might help: http://robert-lerner.com/server.php

    Shows how to install PHP and MySQL on Windows using Abyss Web Server.

    This might not help you if you're only interested in the CLI, but most...
  7. Question: Error in php

    by rlerne
    Answers
    2
    Views
    1,169

    The last line of your code reads: ...

    The last line of your code reads:


    Mysql_close($con)

    It should read:


    mysql_close($con);
  8. I'm finding it sort of hard to read your...

    I'm finding it sort of hard to read your question, so hopefully I have this right.

    I'm thinking you want your drop down to show the food name, not the food ID number, correct?

    Easy solution....
  9. There is no time to effectively learn something....

    There is no time to effectively learn something. I've been a programmer since 1992 (started pretty young), and moved to web development (PHP, xHTML, CSS, XML, Javascript, etc) in 2005. I'm still...
  10. Answers
    1
    Views
    884

    The site doesn't come up for me, also tried ports...

    The site doesn't come up for me, also tried ports 8080 and 8000.

    Probably not the best answer, but did you approve them through the admin control panel?
Results 1 to 10 of 11