Likes Received By picouli

  1. scart3r liked picouli's post in the thread Suicide attempt imminent - can't get images to show.

    Uhm... ok, now try moving the '{/if}' you changed to the end of each row From this (the original code you had): <h3>{if $category.ID...

    Feb 20, 2007
  2. commandos liked picouli's post in the thread PHP and Server Side Website Thumbnail Generation.

    That's for creating thumbnails from images, he wants to create *website* thumbnails (like a small preview) This is the only resource I...

    Feb 19, 2007
  3. daboss liked picouli's post in the thread passing checkbox data/variables values to another page.

    More or less you need something link this in the "first" page: echo '<form action="second_page.php" method="post">'; echo '<table>';...

    Feb 18, 2007
  4. Yfcadmin liked picouli's post in the thread Development question.

    It's not an answer to your question, but I think your friend might want to take a look at jabber: http://www.jabber.org/ - it should be...

    Feb 13, 2007
  5. designcode liked picouli's post in the thread How to add social bookmarks buttons?.

    http://www.calevans.com/view.php/page/notable This is a WordPress plugin but it's quite easy to slightly alter the code and slap it in...

    Feb 12, 2007
  6. alien liked picouli's post in the thread How to add social bookmarks buttons?.

    http://www.calevans.com/view.php/page/notable This is a WordPress plugin but it's quite easy to slightly alter the code and slap it in...

    Feb 12, 2007
  7. powwka liked picouli's post in the thread How do I make a person enter a password to get access to a page?.

    If - not too many people bought your e-book - you use Apache - you have ssh/telnet access to your server THEN the best way to do it,...

    Feb 8, 2007
  8. bnts liked picouli's post in the thread PHP Script security help.

    One way is to parse the variables and block unwanted stuff: for example if somebody calls an URL like this:...

    Feb 7, 2007
  9. miles liked picouli's post in the thread SEO Metrics: A Programmer's Guide.

    Great stuff - I'm about to write an online tool to establish a (rough estimate of a) link monetary value, you paper seems very good and...

    Jan 30, 2007
  10. goldensea80 liked picouli's post in the thread How to extract varibles from HTML tables (using PHP).

    yes you can do a $text = strip_tags($html, '<td>'); and then regexp with something like this: $pattern = '/<td>([^<]+)<\/td>/';...

    Jan 30, 2007
  11. mahmood liked picouli's post in the thread phpmyadmin and timestamp.

    That's how MySQL stores DATETIME types - you could use and INT(11) and store the Unix timestamp. But why don't you like the DATETIME...

    Jan 29, 2007
  12. sabian1982 liked picouli's post in the thread How easy is it the search the UK?.

    I haven't downloaded the file so I can't tell if it's good or not, but this seems free and easier to use to calculare distances:...

    Jan 29, 2007
  13. exam liked picouli's post in the thread Simple pagination.

    exam, sorry but your query is wrong... It should be $result = mysql_query ('SELECT * FROM `table` WHERE 1 LIMIT '. ($page - 1) *...

    Jan 27, 2007
  14. pangea liked picouli's post in the thread PHP to MySQL connection problems from sub directory.

    Sorry, what it means "don't work"? They show a blank page? They give you an error? If so, what is it? I get this error on the...

    Jan 25, 2007
  15. sarahk liked picouli's post in the thread How to limit usage of script per one domain.

    Can't you host the scripts yourself and "sell" the service only? This way you won't be distributing your code around. Encryption - good...

    Jan 25, 2007
  16. banless liked picouli's post in the thread The Pagerank (PR) Thread.

    WOW! I know PageRank doesn't count much, I know it's overrated, I know everything, but... my main site got a PR6 (from 0!!) in less...

    Jan 25, 2007