1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Willy

  1. Gmorkster liked Willy's post in the thread SEF URLs for portable script.

    I'd agree with exam's latter point: I'd do SEF URLs if simply for no other reason than that they look a lot better to the visitors of...

    Sep 18, 2005
  2. Will.Spencer liked Willy's post in the thread Global warming 'past the point of no return'.

    UK's Independent is today running an interesting front page story on the newest satellite data indicating that global warming is 'past...

    Sep 17, 2005
  3. Shoemoney liked Willy's post in the thread Simple PHP Question..

    My pleasure ;) (Exam's ob_start tip, above, is also good to remember for any similar situation where a function insists on directly...

    Sep 16, 2005
  4. exam liked Willy's post in the thread Simple PHP Question..

    My pleasure ;) (Exam's ob_start tip, above, is also good to remember for any similar situation where a function insists on directly...

    Sep 16, 2005
  5. norfstar liked Willy's post in the thread Opposite of array_search function?.

    :eek: That's exactly how it's done, in fact the whole point of arrays and hashtables is that you can lookup the value using the key, and...

    Sep 16, 2005
  6. dct liked Willy's post in the thread Opposite of array_search function?.

    :eek: That's exactly how it's done, in fact the whole point of arrays and hashtables is that you can lookup the value using the key, and...

    Sep 16, 2005
  7. INV liked Willy's post in the thread Simple PHP Question..

    Well, the code was designed to only handle the four cases you specified in your original post ;) ...but it's simple to change around:...

    Sep 16, 2005
  8. Weirfire liked Willy's post in the thread Mod Rewrite - rewrite rule.

    Problem is the first .* is too "greedy". But the fix is simple as pie ;) RewriteRule ^([^/]+)/(.*)$ /x.php?a=$1&b=$2 [L] The "([^/]+)"...

    Sep 8, 2005
  9. sarahk liked Willy's post in the thread vBulletin vs. phpBB.

    Note to anyone about to buy a vBulletin license: please support your favorite forum (the one you're in right now is a pretty good choice...

    Sep 6, 2005
  10. Homer liked Willy's post in the thread click fraud?.

    Thanks a lot to whoever gave me a negative rep for this comment, first red point I've managed to earn... :confused: At least have the...

    Sep 3, 2005
  11. Nitin M liked Willy's post in the thread domain vs sub-domain.

    Well, obviously, a subdomain doesn't have any "registration date" (aside from the parent domain's) that Google could determine, but they...

    Sep 1, 2005
  12. T0PS3O liked Willy's post in the thread PHP Handling Incoming Mail - MailServers.

    Alas, though the rest of Gmorkster's advice was excellent, I have to contradict one point: MTAs (mail transport agents), such as the...

    Aug 31, 2005
  13. ian_ok liked Willy's post in the thread PHP - Find certain characters & text within a field.

    Hmm... while I'm all for using regexes in many situations, why not just keep this simple: function validate_from_field($s) {...

    Aug 30, 2005
  14. Liminal liked Willy's post in the thread Anon email: howto?.

    OK, thanks for the clarification... The standard way to do what you want is to provide a contact form ("Contact the Seller of This...

    Aug 29, 2005
  15. focus3 liked Willy's post in the thread Reinventing the wheel.

    As a related tip, if you're going to store a value you got from the user (via GET or POST) in an SQL database, be sure to perform the...

    Aug 29, 2005
  16. Blogmaster liked Willy's post in the thread Why I will never have a girlfriend.

    Good PageRank on the site and its girlie equivalent... Here's to hoping they'll eventually outrank most of the silly "genuine"...

    Aug 25, 2005
  17. Ian liked Willy's post in the thread Mambo Hacked.

    Very sorry to hear that you got "0wned", Ian :( Which Mambo version was it that got hacked? While I'm not the greatest fan of Mambo...

    Aug 18, 2005
  18. sarahk liked Willy's post in the thread Register_globals and Session problem.

    You can override PHP's session handling mechanism to store session variables in a database (or anywhere else), all without touching the...

    Aug 17, 2005