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 sea otter

  1. yyyk9 liked sea otter's post in the thread send hidden key with a link....

    I made a couple of small changes to webrickco's code: <html> <head> <script language="Javascript"> function jssubmit() {...

    Sep 24, 2007
  2. eXe liked sea otter's post in the thread Random quotes in cgiproxy.

    OK, here's an example of how to do this with some hardcoded quotes right in the script. First, find this string in the script file:...

    Sep 21, 2007
  3. hav0k liked sea otter's post in the thread Sorting Files into Folders - So STUCK!.

    Sure... Only a minor change on this line: if (!is_dir($file) && $file !== 'Thumbs.' && $file !== 'Thumbs.db') Which...

    Sep 18, 2007
  4. ErectADirectory liked sea otter's post in the thread convert pdf colors from RGB to CMYK.

    Well...yes and no. The algorithm is simple, and what I posted is it. That said, doing something useful with the output is another...

    Sep 14, 2007
  5. jawinn liked sea otter's post in the thread php contact form problem.

    You don't have a field named "number" on your contact form, so $_POST['number'] and therefore $number are both null.

    Sep 14, 2007
  6. tushardhoot1 liked sea otter's post in the thread PHP and MySQL question.

    Yes, it's possible. Basically, the query statement would look like this: $sql = 'select * from `users` where `username`=\'' ....

    Sep 7, 2007
  7. nabil_kadimi liked sea otter's post in the thread help with arrays.

    I think it's better to get all the data from mysql in one shot (instead of constantly hammering the db on a category basis) and then...

    Sep 4, 2007
  8. ednit liked sea otter's post in the thread How to obtain and verifiy if a cookie exists, Perl.

    When you set the cookie in php, are you also setting the third parameter (path) to '/' ?...

    Sep 4, 2007
  9. bertamus11 liked sea otter's post in the thread Any PHP experts here? Need some PHP coding help..

    Here's the combination of your code/curl code you should use: $url =...

    Sep 3, 2007
  10. Kerosene liked sea otter's post in the thread Using line breaks as a delimiter with 'explode'?.

    You can use the file() function to read each line (word, in your case) into an array element. One of the flags to file() tells it to...

    Sep 1, 2007
  11. Drew007 liked sea otter's post in the thread I want to make a small config file.

    I'm assuming from the thread title that you want to read the information from a config file. First, create the config file as shown...

    Aug 27, 2007
  12. Makubwa liked sea otter's post in the thread I want to creat a free mail site - advice needed please.

    If you really have the money, go to http://fusemail.com. They're a big player in the outsourced, white-label email world. From a...

    Aug 25, 2007
  13. bonkerbids liked sea otter's post in the thread GET PAID $ Need someone to fix an easy problem..

    Um...the code vipmoney posted has absolutely nothing to do with your problem, but good luck with that :)

    Aug 24, 2007
  14. save liked sea otter's post in the thread Limited amount of text from record.

    <?=substr($item['description'],0,300); ?>

    Aug 21, 2007
  15. carl_in_florida liked sea otter's post in the thread Call Random Row from a Database.

    This will give you a single random row from $table: <?php $result = mysql_query('select * from ' . $table . ' order by rand()...

    Aug 21, 2007
  16. stuart liked sea otter's post in the thread directory backlink check.

    Couple of problems with the code; I cleaned it up a little. You were calling fopen(), but not following it with an fread and fclose...

    Aug 14, 2007
  17. stupidfly liked sea otter's post in the thread preg_match and XML nodes.

    Use this as your preg_match() search pattern: '/\<name\>(.+)\<\/name\>/sU' Tested and works with your posted data file and...

    Aug 10, 2007