Search:

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

Search: Search took 0.00 seconds.

  1. No problem. :)

    No problem. :)
  2. Simply put all the images in one static...

    Simply put all the images in one static directory(www.example.com/pics/). Then, on the page where you display the member's picture/info, use something like:

    <?php
    function fix_results($s){...
  3. If you mean from one server(www.example.com) to...

    If you mean from one server(www.example.com) to another(www.example2.com), then you'd have to talk to your host(s) about doing that, although i highly doubt they'll allow it, considering that would...
  4. Replies
    34
    Views
    22,625

    Wow, i feel bad for him :p

    Wow, i feel bad for him :p
  5. Replies
    15
    Views
    15,220

    He's talking about users with autofill ;)

    He's talking about users with autofill ;)
  6. Assuming you know how to create the tables &...

    Assuming you know how to create the tables & columns correctly, here you go:

    In example.php:

    <?php
    mysql_connect("mysql_server","username","password");
    mysql_select_db("database_name");
    ...
  7. Replies
    34
    Views
    22,625

    o.O DynamicDrive isn't a CMS? You enter it all...

    o.O DynamicDrive isn't a CMS? You enter it all manually? o.O

    Not too smart for such a large script database...
  8. Replies
    34
    Views
    22,625

    Obviously i know how useless this code is, but if...

    Obviously i know how useless this code is, but if it truly is such a waste of time, why are there about 4 of them in Dynamic Drive's database?
  9. Replies
    34
    Views
    22,625

    And the other 100-line-long ones already in...

    And the other 100-line-long ones already in Dynamic Drive's database are going to stop anyone?
  10. Replies
    34
    Views
    22,625

    function() isn't proper javascript...you've gotta...

    function() isn't proper javascript...you've gotta add the "anonymous"
  11. Replies
    34
    Views
    22,625

    [DHTML] No Right Click

    1) CODE TITLE: No Right Click

    2) AUTHOR NAME/NOTES: Cr0w

    3) DESCRIPTION: I keep seeing all these 100 line long no right click codes, and they always annoy me since it can be achieved in one...
Results 1 to 11 of 11