Advanced Search

Search:

Type: Posts; User: traq; Keyword(s):

Page 1 of 17 1 2 3 4

Search: Search took 0.05 seconds; generated 35 minute(s) ago.

  1. "it's not working" is very useless information. ...

    "it's not working" is very useless information. If it were working, you wouldn't be trying to fix it.

    What is going on? which part are you having a problem with? what do you expect to happen?...
  2. Replies
    2
    Views
    101

    yeah... "hot chocolate" doesn't sound...

    yeah... "hot chocolate" doesn't sound encouraging. Have you ever done dis-assembly before? If you feel up to it, I'd say take apart what you can and settle in for a long cleaning session. Go very...
  3. Thread: (PHP) array_path

    by traq
    Replies
    0
    Views
    140

    (PHP) array_path

    a useful PHP snippet. enjoy :)

    Given a list of index keys (a path) and a subject array, checks if the path exists in the array and returns the end value if so.

    Limitation: cannot distinguish...
  4. Replies
    3
    Views
    184

    It's a custom menu, using jQuery. Seems to start...

    It's a custom menu, using jQuery. Seems to start around line 2632 of /js/jquery.main.js.

    You might look at the DD Mega Menu as an alternative.
  5. Replies
    3
    Views
    170

    This is a javascript issue. I've moved it to the...

    This is a javascript issue. I've moved it to the JavaScript forum.

    The menu you're using appears to be from javascriptkit.com - have you looked at the instructions or asked for help there?
    ...
  6. typo in my code. This is the correct version: ...

    typo in my code. This is the correct version:

    $.ajax({
    type: 'POST',
    url: $('#login').attr('action'),
    data: $('#login').serialize(),
    dataType: 'json',
    ...
  7. with your ajax call, you're trying to treat the...

    with your ajax call, you're trying to treat the return value as html. If you specify that you're expecting json, you can use it like json:

    $.ajax({
    type: 'POST',
    url: ...
  8. before jQuery 1.9, $.parseJSON returns null if...

    before jQuery 1.9, $.parseJSON returns null if the JSON string is malformed (after 1.9, it throws an error).

    Can you show the complete code you are using? and is the actual string you're using the...
  9. Replies
    10
    Views
    665

    In some cases, the user's IP address will be...

    In some cases, the user's IP address will be sufficient to achieve your goals; in others, it will not. I asked you about this to help give a useful answer to your question.


    ...was the only...
  10. Yes; works just fine. No errors, warnings,...

    Yes; works just fine. No errors, warnings, nothing.

    Also, this should work everywhere (although I never mess around with PHP 4 anymore). Sometime - early in PHP 5, *I think* - something called...
  11. Replies
    5
    Views
    187

    hehe :) Well, the main thing I "dislike" about...

    hehe :)

    Well, the main thing I "dislike" about it is how badly it's misused much of the time.
    In general, when you finish writing a script, it should not produce any PHP errors (there might be...
  12. Yes. Originally, I did think that,...

    Yes.






    Originally, I did think that, but then you explained that you simply want to handle the error yourself, in a different way than PHP does. That's a perfectly appropriate reason to...
  13. Replies
    10
    Views
    665

    It will depend on what details you want to track,...

    It will depend on what details you want to track, but generally, no - since many people have dynamic IP addresses, there's no way to be sure their IP (or their ISP's IP) will be the same from one...
  14. I made an oversight. function sqli_connect(...

    I made an oversight. function sqli_connect( $username,$password,$link=null ){ ... should be function sqli_connect( $username,$password,&$link=null ){ .... I'm very sorry for the confusion. That &...
  15. Replies
    10
    Views
    665

    Mod's note: this type of generic, open-ended...

    Mod's note:
    this type of generic, open-ended question does not usually generate good discussions, either because the question is too broad, there is no clear answer, or the answers are too...
  16. 1. Is there a reason you're returning true/false...

    1. Is there a reason you're returning true/false as strings? :)

    2. What is the php error you're getting?



    ugh, please don't do that.

    There are some valid uses for the error...
  17. Replies
    5
    Views
    253

    Does it work if you remove the leading ./ from...

    Does it work if you remove the leading ./ from the URL?
  18. Replies
    42
    Views
    1,765

    Using the sun to determine time of day! ...

    Using the sun to determine time of day! Literally absurd!

    In other news, "literally" now also means "figuratively."
  19. Replies
    42
    Views
    1,765

    UTC is a successor to GMT, used primarily in the...

    UTC is a successor to GMT, used primarily in the scientific community and the military. UTC does not observe any "summer" or "daylight savings" time. It also has leap-seconds.
  20. Replies
    5
    Views
    663

    Switching from mysql to mysqli needs to be done...

    Switching from mysql to mysqli needs to be done "all at once." The two extensions have many similar functions, in an attempt to make the transition as easy as possible. You should, however, read up...
  21. Replies
    2
    Views
    248

    The filtering seems to be happening server-side -...

    The filtering seems to be happening server-side - clicking a price category triggers a new page request.

    Beyond that, who knows? You'll need to provide more information about your problem if you...
  22. Thread: A Server in Home

    by traq
    Replies
    7
    Views
    764

    Very true. Many ISP's don't allow self-hosting...

    Very true. Many ISP's don't allow self-hosting on "home/residential" service plans.


    You can use an online service like afraid or noip for free (noip is free for personal use only), dynamic DNS...
  23. Replies
    42
    Views
    1,765

    There was a couple two years ago live-streaming...

    There was a couple two years ago live-streaming from a camera in their owl box. It was pretty cool.
  24. Replies
    42
    Views
    1,765

    I say, put it in the lounge! Your ,mod badge is...

    I say, put it in the lounge! Your ,mod badge is safe with me
  25. Can you show us your DB schema?

    Can you show us your DB schema?
Results 1 to 25 of 422
Page 1 of 17 1 2 3 4