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 plog

  1. CodeBeast liked plog's post in the thread Decrypt this MD5 Hash String.

    The proper way, according to Wikipedia (http://en.wikipedia.org/wiki/Md5) is to have a cluster of IBM p690 computers work on the problem...

    Oct 10, 2013
  2. ameerulislam10 liked plog's post in the thread I can't get the OR operator to work..

    && means for the entire evaluation to be true every individual evaluation in it has to be true || means for the entire evaluation to be...

    Apr 19, 2011
  3. surfnearnzone liked plog's post in the thread need quick help with if statement.

    You've got an extra equals sign in this line: $link=="site1.com" ; Should be: $link=="site1.com" ;

    Mar 25, 2011
  4. Kerosene liked plog's post in the thread Pull 20 random results from table, please improve my query.

    A bunch of random thoughts: How much faster is this query: $result = mysql_query("SELECT * FROM names"); Than this one: $result =...

    Mar 7, 2011
  5. wnetwork liked plog's post in the thread amCharts: Is it possible to 'add up total' rows with matching date together?.

    You need to aggregate your query with the Group By clause. $query2 = "SELECT date, SUM(exp) AS totexp, SUM(clicks) AS totclicks FROM...

    Mar 5, 2011
  6. Cyrus255 liked plog's post in the thread [HELP!] Can a randomized ECHO output never change a second time? I need that!!.

    In your database you have a table called 'Quotes' with 2 fields: 1 is some sort of text field with the actual quote (quotetext), the...

    Nov 3, 2010
  7. anilinkz liked plog's post in the thread How to SELECT count multiple values.

    Sounds like you want to group this by both section and gender and it looks like you want the values of the gender field to become column...

    Sep 16, 2010
  8. fadetoblack22 liked plog's post in the thread Database of emails problem.

    You can open Excel, go to File->Open, select your file and Excel should pop-up an import wizard dialog box. Import them as 'Delimited',...

    Apr 30, 2010
  9. johneva liked plog's post in the thread Turn Data into a yes or no.

    I think you are missing an ending bracket after: $spec=no; If there's more to it than that include the error message you...

    Feb 12, 2010
  10. Colbyt liked plog's post in the thread Best Database structure for this.

    You just need 1 table with 2 fields--ip and item. As long as an ip can only vote for one item, then you should make the ip field the...

    Jan 30, 2009