Search:

Type: Posts; User: jmarcv

Page 1 of 15 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,406

    KVM over IP - how to?

    Do not see info anywhere on how to use this. Where can I find it?
  2. Thread: Server Zed FSCK

    by jmarcv
    Replies
    12
    Views
    3,615

    Redundancy costs money. you cant expect an...

    Redundancy costs money. you cant expect an inexpensive simple hosting solution from ANYONE to INCLUDE redundancy, though Glow has redundancy in their RAID drives, which is more than most can say....
  3. Replies
    5
    Views
    2,555

    Note: It appears that mysql was configured to...

    Note:
    It appears that mysql was configured to use new style passwords only, where before it ad the old style directive in place.
    You may experience login problems in your scripts due to the old...
  4. Dude - this is a Web design forum Wht did you...

    Dude - this is a Web design forum Wht did you design? Are the gears turning yet?
  5. Thread: hi

    by jmarcv
    Replies
    4
    Views
    3,206

    Welcome in you too zee - I too, to tell on...

    Welcome in you too zee -
    I too, to tell on site! Great luck yes!
  6. Thread: MYSQL Query

    by jmarcv
    Replies
    13
    Views
    5,973

    Always makes sense not to duplicate data - what...

    Always makes sense not to duplicate data - what you are proposing is the whole concept of "relational" database. Main member table with memberID
    invoices, orders, etc in other tables labelled with...
  7. Thread: MYSQL Query

    by jmarcv
    Replies
    13
    Views
    5,973

    Yep - groaning because you malke me read and dont...

    Yep - groaning because you malke me read and dont get down to the detaills LOL!


    select id from check_db1.table
    UNION
    select id from db2.table2

    Thats how you do what you want
  8. Replies
    14
    Views
    6,363

    Matt - try this on the page. Your Code: ...

    Matt - try this on the page.
    Your Code:


    document.writeln('<script language="JavaScript" src="'+cot_loc0+'" type="text\/javascript"><\/script>');


    Suggested
  9. Thread: MYSQL Query

    by jmarcv
    Replies
    13
    Views
    5,973

    If you get to a point where you start adding more...

    If you get to a point where you start adding more symbols, consider this.

    WHERE find_in_set(symbol,'BA,BAC,BMY,CAT,DOG') ...
  10. Replies
    140
    Views
    35,501

    Well the code I gave you should work, but you...

    Well the code I gave you should work, but you should look closer at the example.
    Paramenter 1 is the list of elements you want to affect, the second parameter is the STYLE you want.
    Now that I see...
  11. Replies
    140
    Views
    35,501

    You lost me. More words please. Of course its...

    You lost me. More words please. Of course its possible. Dont have to know what you are saying to answer, but you have to explain in english what you have going. I can already interpret it 3...
  12. Replies
    140
    Views
    35,501

    instead of this: ...

    instead of this:

    document.getElementById('arrayID').className='noborder';Do this:

    applyClass('slogan,companyName','noborder');Put as many elements in a comma delimited string as needed
    Now we...
  13. Replies
    2
    Views
    4,109

    While D's structure is correct, you will of...

    While D's structure is correct, you will of course need to use $_GET instead of $_POST if you are using an URL to pass data.
  14. Replies
    12
    Views
    5,801

    Well, the POST goes to their site, and the error...

    Well, the POST goes to their site, and the error is Javascript, so it goes nowhere when there is an error in email. I would think you could dupe the form on your site and change the 'redirect' var to...
  15. Replies
    12
    Views
    5,801

    Well I guess I dont understand what you have in...

    Well I guess I dont understand what you have in mind with
    ($_GET['page']

    when your form is a POST, not a get, and 'page' is not a var on that form anyway, so that is strike 2, and with PHP its...
  16. Replies
    12
    Views
    5,801

    Yes I can help, but you will need to be a bit...

    Yes I can help, but you will need to be a bit more specific with what exactly you need help with.
    1. looks good. 2 & 3, no clue what or how or anything about $_GET['page']

    And no clue what this...
  17. Replies
    12
    Views
    5,801

    >however, he has Google Analytics also If you...

    >however, he has Google Analytics also
    If you load google stuff in the index part or the include? If it is only in the include like yahoo, I don't see how it will get the parent location. But I...
  18. Replies
    12
    Views
    5,801

    Not sure what you are trying to accomplish in yor...

    Not sure what you are trying to accomplish in yor last code.

    OK, so heres my thought. Yahoo gets the referrer as sent by apache. And that is, index

    So try this:
    Remove the tracker from...
  19. Replies
    12
    Views
    5,801

    what does this return on your page? echo...

    what does this return on your page?

    echo $_SERVER['PHP_SELF'];
  20. Thread: DC outage

    by jmarcv
    Replies
    30
    Views
    9,144

    I dont think anyone is small fish in the eyes of...

    I dont think anyone is small fish in the eyes of Glow. If Glow cannot communicate, it is because they are down, and maybe for the same reasons you cannot warrant the expense of 2 dedicated servers...
  21. Thread: Back Button JS

    by jmarcv
    Replies
    5
    Views
    2,707

    Oh crap .... I am getting old - That isn't even...

    Oh crap .... I am getting old - That isn't even close to what you asked for! Sorry....
  22. Thread: Back Button JS

    by jmarcv
    Replies
    5
    Views
    2,707

    Heres what I use:

    Heres what I use:


    <input type="button" value="Go Back" onClick="history.go(-1)">
  23. Replies
    8
    Views
    2,789

    >I told him I will be sending him an invoice for...

    >I told him I will be sending him an invoice for recent service performed ....

    I agree with Matt. That sounded like it was unexpected. If indeed you told hime what to expect, he should get...
  24. Replies
    10
    Views
    5,602

    >I cant access the site. Last post was 10 months...

    >I cant access the site.
    Last post was 10 months ago. Probably folded up
  25. Replies
    18
    Views
    7,135

    Its just a warning and should not show up when...

    Its just a warning and should not show up when you turn off error reporting.
    You can create a php.ini file and put this in it, then upload it where your scripts are at.
    session.bug_compat_warn =...
Results 1 to 25 of 360
Page 1 of 15 1 2 3 4

1 2 3 4 5 6 7 8 9 10 11 12 13 14