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 SoKickIt

  1. crazyryan liked SoKickIt's post in the thread Ahhhh! Need some MySQL help!.

    You can try something this: INSERT INTO `authors` (`author_name`) SELECT DISTINCT(`author`) FROM `quotes`; UPDATE `quotes` SET...

    Feb 10, 2008
  2. mahmood liked SoKickIt's post in the thread Shortening 2 str_replaces.

    $word = str_replace(array(',', ':'), '', $word);

    Feb 4, 2008
  3. timallard liked SoKickIt's post in the thread Fatal Error: Call to undefined function: ().

    $mysql_select_db($database, $connection); should be: mysql_select_db($database, $connection);

    Feb 3, 2008
  4. maiq liked SoKickIt's post in the thread Query help.

    SELECT * FROM `articles` LEFT JOIN `read` ON `read`.`aid` = `articles`.`id` AND `read`.`uid` = insert user_id here WHERE `read`.`read`...

    Feb 3, 2008
  5. Silver89 liked SoKickIt's post in the thread preg_replace Array help.

    You can use str_replace for that. $patterns = array ( ':)', ';)', '(H)' ); $replacements = array ( '<img src="/smilies/001_cool.gif"...

    Jan 22, 2008
  6. Python liked SoKickIt's post in the thread SQL Query.

    SELECT tutorials.title, tutorials.dateadded, tutorials.featured, tutorials.string, tutorials.summary, tutorials.avatarfilename,...

    May 6, 2007
  7. proprod liked SoKickIt's post in the thread This site will not load in Firefox, help?.

    Now I'm 100% sure it's a server-side issue. You're detecting the user agent and then doing something that doesn't work for Mozilla...

    May 5, 2007
  8. minstrel liked SoKickIt's post in the thread CSS class to override a:link a:active etc..

    .myclass { font-size:x-small; font-weight:bold; color:white} .myclass a:link {color:white} .myclass a:visited {color:white} .myclass...

    May 5, 2007
  9. Marlorn liked SoKickIt's post in the thread MySQL Search - WHERE LIKE.

    Try something like this: SELECT * FROM nodes WHERE name LIKE '%$input%' OR description LIKE '%$input%'

    Apr 30, 2007
  10. abdussamad liked SoKickIt's post in the thread Mysql replace question.

    You were close :) UPDATE `wp_posts` SET `post_name` = replace(`post_name`, ' ', '-');

    Apr 29, 2007
  11. Dextrone liked SoKickIt's post in the thread Changing ALL values of 0 to 500,...just read it{I REALLY NEED HELP}.

    UPDATE table_name SET field_name = 500 WHERE field_name = 0

    Apr 5, 2007
  12. WebDivx liked SoKickIt's post in the thread Help! PHP Layout Includes.

    if(!@include 'first_page.php') { include 'second_page.php'; }

    Nov 18, 2006
  13. helleborine liked SoKickIt's post in the thread Quickie about javascript popup windows.

    <HEAD> <SCRIPT language="javascript"> function createWindow(cUrl,cName,cFeatures) { var xWin = window.open(cUrl,cName,cFeatures) }...

    Nov 17, 2006
  14. swollenpickles liked SoKickIt's post in the thread Any danger in this?.

    301 redirect

    Nov 16, 2006
  15. YIAM liked SoKickIt's post in the thread Will pay $ to someone to change something in my phpbb forum.

    You just need to replace these two images: http://www.forexonlinelearning.com/forums/templates/Saphic/images/folder_new_big.gif...

    Nov 16, 2006
  16. Neale liked SoKickIt's post in the thread Google Loves Spam ?.

    It's not spam, but it's "keyword stuffing".

    Nov 14, 2006
  17. axemedia liked SoKickIt's post in the thread calling java script from file vs. on page?.

    <script src="filename.js" type="text/javascript"></script>

    Nov 12, 2006
  18. GLD liked SoKickIt's post in the thread Replace characters in variable.

    $new_string = addslashes($old_string);

    Nov 11, 2006
  19. -Abhishek- liked SoKickIt's post in the thread How to do this...

    My example is XHTML but you can do the same thing in HTML.

    Nov 10, 2006