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 stoli

  1. NIKOLO liked stoli's post in the thread Save PHP form data to a txt file.

    Change fopen to use append rather than write mode. So change it from: fopen($file, "w") to: fopen($file, "a")

    Dec 14, 2011
  2. asgsoft liked stoli's post in the thread Display latest wordpress posts title.

    Save the following code as latest.php in your wordpress folder <?php $numberOfPosts = 5; if (empty($wp)) {...

    Feb 1, 2009
  3. JEET liked stoli's post in the thread Help me. parsing html documents with php.

    I found some code here: http://www.weberdev.com/get_example-1817.html and modified it to return the value between the anchor tags too...

    May 30, 2008
  4. webmasterplace liked stoli's post in the thread Need help with date calculator.

    <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <p>Please enter date in the format day/month/year:</p> Day: <input...

    Apr 13, 2008
  5. Captain Morgan liked stoli's post in the thread Save PHP form data to a txt file.

    Change fopen to use append rather than write mode. So change it from: fopen($file, "w") to: fopen($file, "a")

    Mar 18, 2008
  6. Colbyt liked stoli's post in the thread Save PHP form data to a txt file.

    Change fopen to use append rather than write mode. So change it from: fopen($file, "w") to: fopen($file, "a")

    Mar 17, 2008
  7. Faint liked stoli's post in the thread Image Hosting help..

    You could do this with an htaccess rewrite rule. Then resize the image with JavaScript. Yes, this is quite straightforward. Save...

    Mar 9, 2008
  8. Kngavl liked stoli's post in the thread Getting rid of the blue color of links.

    Either use a style sheet: <style type="text/css"> .style17 a { color: #ff00ff; } </style> <div align="center"><span...

    Feb 25, 2008
  9. 2blind2c# liked stoli's post in the thread Trimming A String After # of Occurances of space chars..

    Here is one way of doing it: <?php $text = "Pack my box with five dozen liquor jugs"; $maxwords = 6; for...

    Feb 21, 2008
  10. jasoncdu liked stoli's post in the thread Wordpress help! Validation error!.

    Decoded: ?><div id="close"> </div> </div><!--/page --> <!--footer bar --> <div id="footer"> <div...

    Feb 20, 2008
  11. ColorWP.com liked stoli's post in the thread Mihalism Image Hosting Script, DreamHost, cURL, fopen and PHP.

    You don't need the "implode" because $content is a string not an array. You could do away with your $content variable and just set...

    Feb 16, 2008
  12. lordadel liked stoli's post in the thread XML Parsing.

    I think what you want is this: <?php $url =...

    Feb 14, 2008
  13. x11joex11 liked stoli's post in the thread Quick Question Concerning Byte Shifting?.

    Your test value is over the maximum integer size so it does wrap around into negatives when typecast to an int, as walkere said. So:...

    Feb 14, 2008
  14. Mr.Bill liked stoli's post in the thread Check for entry and prevent duplicate inputs.

    No problem Mr.Bill, glad to be able to help.

    Feb 12, 2008