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 zerxer

  1. dimitar christoff liked zerxer's post in the thread jQuery - Clicks.

    No, "this" contains the HTML DOM object, not the jQuery object, so you still have to wrap it with the jQuery object selector in order to...

    Jan 31, 2009
  2. tarponkeith liked zerxer's post in the thread INCLUDE inside of an IF STATEMENT.

    Or... include("./pages/" . (file_exists("./pages/" . $_GET['page'] . ".php") ? $_GET['page'] : "default") . ".php"); One line. Yes, I...

    Jan 31, 2009
  3. Kaizoku liked zerxer's post in the thread unset() all variables?.

    Umm.. well, you can get a listing of all the variables that are being used through the $_GLOBALS array but warning: it's a recursive...

    Jan 4, 2009
  4. richu liked zerxer's post in the thread How is Zend Studio ?.

    The size? Like, the install size? http://img340.imageshack.us/img340/5200/95258030wt3.png I still have the old 5.5.1 version installed...

    Dec 27, 2008
  5. dragonsmistress liked zerxer's post in the thread Help with getting exact contents.

    Nope, sorry. There doesn't seem to be any indication in the profile view's HTML that says whether or not it's frozen. The most you can...

    Dec 20, 2008
  6. scoopy82 liked zerxer's post in the thread PHP Paging Problem.

    Well, where exactly do you set what $page is? I see you have $page = ($page) ? $page : 1; but where does it set it initially? It's...

    Oct 21, 2008
  7. dp-user-1 liked zerxer's post in the thread Delete all files that AREN'T a certain extension?.

    That should work, azizny, except I think you meant to use the && operator, not the || operator. With that method, it'll delete every...

    Sep 11, 2008
  8. Barti1987 liked zerxer's post in the thread Delete all files that AREN'T a certain extension?.

    That should work, azizny, except I think you meant to use the && operator, not the || operator. With that method, it'll delete every...

    Sep 11, 2008
  9. Silver89 liked zerxer's post in the thread Creating Custom Forum but can't get my mind around an issue.

    This appears to be IPB's setup: `topic_markers` ( `marker_member_id` int(8) NOT NULL default '0', `marker_forum_id` int(10) NOT...

    Jul 31, 2008
  10. redhits liked zerxer's post in the thread Radio Button / getEmenetByID.

    Try document.level.value or document.YourFormName.level.value I haven't worked with raw JavaScript in a long time (been using jQuery...

    Jun 14, 2008
  11. ecksit liked zerxer's post in the thread Error message, please look over my code.

    It's saying unexpected ';' because closing off a PHP tag with ?> is essentially the same as first ending the line with ; and then...

    May 28, 2008
  12. Spider-Man liked zerxer's post in the thread Javascript Issue.

    You just want to make it so the DIV is hidden by default? I think you were right in placing this in the HTML section at first since this...

    May 11, 2008
  13. DJuse liked zerxer's post in the thread How to make this work in firefox also?.

    The buttons work fine for me. I'm using Firefox 3.

    May 7, 2008
  14. cgo85 liked zerxer's post in the thread help with form INSERT INTO.

    Oops, I feel stupid now for telling you to use $_GET and not $_POST. It's 3 am. :( Anyways, you can do this: INSERT INTO {$table} SET...

    Apr 11, 2008
  15. srobona liked zerxer's post in the thread help with form INSERT INTO.

    Oops, I feel stupid now for telling you to use $_GET and not $_POST. It's 3 am. :( Anyways, you can do this: INSERT INTO {$table} SET...

    Apr 10, 2008
  16. netpox liked zerxer's post in the thread Look at this code! Please help!.

    The problem lies here (in bold)... preg_match_all("/<img.*?src=(\"|')([^']*?)(\"|').*?>/", $row[comment], $matches); You're only...

    Feb 19, 2008
  17. Meth_ liked zerxer's post in the thread The regex for everything but the character "]".

    [php]'/\

    Feb 15, 2008
  18. lordadel liked zerxer's post in the thread PHP variable which can mean any value.

    nico_swd is the most right, but to keep you in the EREGI function, here's my 2 cents: if (eregi('AAAA(.*)BBBB', $text)) { //do...

    Feb 15, 2008