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 Alex Roxon

  1. deriklogov liked Alex Roxon's post in the thread Please Help With Regular Expression.

    You should be able to do something like this. Will be true if the sentence contains both words, false if not/ $sentence = 'I love...

    Feb 6, 2013
  2. itsme liked Alex Roxon's post in the thread Codeigniter.

    See: http://codeigniter.com/user_guide/general/urls.html

    Sep 11, 2012
  3. e-abi liked Alex Roxon's post in the thread Please help decoding php file - security concerns.

    If you ever see obfuscated PHP code, run for the hills. Never trust it, and never willingly put it on your server. The first code...

    May 9, 2012
  4. ColorWP.com liked Alex Roxon's post in the thread Anybody can decode this base64 footer?.

    The nerve of these people! Developing themes for free and all they ask is for is a few backlinks :rolleyes: ?></div></div> <div...

    Jul 1, 2011
  5. iRUS liked Alex Roxon's post in the thread Can someone tell me the original source code behind this obfuscated php file...

    Here's the code. I hope all of this wasn't to simply remove the copyright, as that would be quite a dishonourable thing to do. <?php...

    Mar 22, 2011
  6. flapjack_ liked Alex Roxon's post in the thread Hide extension.

    RewriteEngine On RewriteRule ^([^.]+)[\/]{0,1}$ $1.php Would rewrite something like pages/test/page.php to pages/test/page

    Feb 24, 2011
  7. basketmen liked Alex Roxon's post in the thread This file only search 'Begin with keyword', how to make it search 'Contain keyword' ?.

    % is an SQL wildcard, and currently you only have it after the search variable. $l% - if $l were Ja, then anything starting with Ja...

    Jan 22, 2011
  8. paul_so40 liked Alex Roxon's post in the thread Ajax and php.

    That's because there's an error with the PHP code. You're missing the break; case 'page3' : $page = date("m/d/y"); break; Should be that.

    Jan 19, 2011
  9. floopy liked Alex Roxon's post in the thread php- how to disable warning on file_get_contents.

    Error suppression. return (@file_get_contents($file)) ? 'file exists' : 'file doesnt exist' ;

    Jan 19, 2011
  10. sarahk liked Alex Roxon's post in the thread Unreliable Sessions - values not carried over.

    It all depends on how the script works, doesn't it? Session data is stored on the remote server, and all it does is return a session id...

    Jan 18, 2011
  11. norfstar liked Alex Roxon's post in the thread Turning freetext numbered lists into <ol> lists with PHP.

    Personally I'd just perform a regular expression match to grab all of the list entries. This is untested, but I'm quite certain it...

    Jan 10, 2011