
Solution is simple, use mysql_insert_id() php function.
mysql_insert_id() returns the value generated for an AUTO_INCREMENT column by the previous INSERT or UPDATE statement. Use this function after you have performed an INSERT statement into a table that contains an AUTO_INCREMENT field, ...

You can only use fopen() and file_get_contents() when fopen wrappers is enabled. This parameter is specified in the php.ini file and cannot be changed at run time using ini_set(), To know whether you can use these two function (fopen and ...
Categories: Bookmarks, PhP, Tech Tags: allow_url_fopen, file_get_contents, fopen, fopen php, PhP, php.ini, programming, Read Link, Read Remote File, Read URL PHP

[caption id="attachment_6997" align="alignright" width="150" caption="maxxal"][/caption]
YAP ... ceva mai absent prin zona... pentru ca PHP+PHP+PHP = tot PHP ;) ... lucrez la o tema pentru site-uri care folosesc clipuri video (youtube, trilulilu, etc). Deja am prea multe astfel de bloguri si ...
Categories: Divertisment, Idei bune - idei rele, Tampenii Tags: code, PhP, plugins, programming, seo, VIDEO THEME, Wordpress, wordpress theme, WORDPRESS VIDEO

Function single_cat_title() displays or returns the category title for the current page. For pages displaying WordPress tags rather than categories ("/tag/geek") the name of the tag is displayed instead of the category.
Usage (only outside The Loop):
<?php single_cat_title('prefix', 'display'); ?>
Next example ...
Categories: Blogs, Bookmarks, PhP, Tech, Wordpress Tags: code, current category, get_the_category, PhP, programming, single.php, single_cat_title, Wordpress, wordpress 2.7

Example Digg This button: Simple usage for a web page you want to enable digg button.
Just inset the following code onto the page: (so easy)
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
Example: When the URL you wish dugg differs from the current permalink:
<script type="text/javascript"> digg_url ...