<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comentarii la: Imagini in baza de date</title>
	<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/</link>
	<description>Totul despre PHP, MySQL, AJAX, Apache,Web 2.0</description>
	<pubDate>Sun, 06 Jul 2008 12:34:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Marius</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-31094</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Tue, 17 Jul 2007 08:08:14 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-31094</guid>
		<description>Salut. Ma poate ajuta cineva cu un script sau sa mi zica cea mai simpla varianta pentru comentarii...am o poza de ex si sub sa poata sa o comenteze lumea..ma poate ajuta cineva? Mersi anticipat!</description>
		<content:encoded><![CDATA[<p>Salut. Ma poate ajuta cineva cu un script sau sa mi zica cea mai simpla varianta pentru comentarii&#8230;am o poza de ex si sub sa poata sa o comenteze lumea..ma poate ajuta cineva? Mersi anticipat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iuliux</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-1217</link>
		<dc:creator>iuliux</dc:creator>
		<pubDate>Mon, 12 Jun 2006 13:27:06 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-1217</guid>
		<description>cum pot totusi folosi asta???
adik vreau sa fac un sit la care sa poata contribui si altii adaugand imagini intr-o galerie...
am incercat cu upload pe ftp, dar nu a mers... ar fi interesant cu baza de date

dar nu am gasit decat un tutorial vechi care nu mergea bine :(</description>
		<content:encoded><![CDATA[<p>cum pot totusi folosi asta???<br />
adik vreau sa fac un sit la care sa poata contribui si altii adaugand imagini intr-o galerie&#8230;<br />
am incercat cu upload pe ftp, dar nu a mers&#8230; ar fi interesant cu baza de date</p>
<p>dar nu am gasit decat un tutorial vechi care nu mergea bine <img src='http://www.phpromania.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someGUY</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-1038</link>
		<dc:creator>someGUY</dc:creator>
		<pubDate>Wed, 24 May 2006 02:19:20 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-1038</guid>
		<description>Wordpress blog = phpRoScript ?</description>
		<content:encoded><![CDATA[<p>Wordpress blog = phpRoScript ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluEyez</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-293</link>
		<dc:creator>bluEyez</dc:creator>
		<pubDate>Sun, 30 Apr 2006 21:53:24 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-293</guid>
		<description>ar fi misto, pt ca fisierele ar fi mult mai protejate

necenzurat: burn your self †</description>
		<content:encoded><![CDATA[<p>ar fi misto, pt ca fisierele ar fi mult mai protejate</p>
<p>necenzurat: burn your self †</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: necenzurat</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-96</link>
		<dc:creator>necenzurat</dc:creator>
		<pubDate>Sun, 02 Apr 2006 10:36:01 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-96</guid>
		<description>eram pe net si am gasit ceva foarte fain in privinta asta 

__________________________________________________
Image Fetching
If you generate images dynamically (using GD library) you can't simply output them to the browser like any other content. Instead you have to:

    * Store dynamically generated image somewhere on your server
    * Output  tag to the browser
    * Remove the image after it was fetched to the browser

Here is the script that makes all these steps. The images are stored in MySQL database. The image is removed automatically after it is fetched to the browser. If the image was not requested by the browser (a user lost connection, etc) it is still removed after a certain time.
__________________________________________________

link: http://www.php-development.ru/php-scripts/image-fetching.php

veary nice</description>
		<content:encoded><![CDATA[<p>eram pe net si am gasit ceva foarte fain in privinta asta </p>
<p>__________________________________________________<br />
Image Fetching<br />
If you generate images dynamically (using GD library) you can&#8217;t simply output them to the browser like any other content. Instead you have to:</p>
<p>    * Store dynamically generated image somewhere on your server<br />
    * Output  tag to the browser<br />
    * Remove the image after it was fetched to the browser</p>
<p>Here is the script that makes all these steps. The images are stored in MySQL database. The image is removed automatically after it is fetched to the browser. If the image was not requested by the browser (a user lost connection, etc) it is still removed after a certain time.<br />
__________________________________________________</p>
<p>link: <a href="http://www.php-development.ru/php-scripts/image-fetching.php" rel="nofollow">http://www.php-development.ru/php-scripts/image-fetching.php</a></p>
<p>veary nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: necenzurat</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-70</link>
		<dc:creator>necenzurat</dc:creator>
		<pubDate>Tue, 21 Mar 2006 14:25:18 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-70</guid>
		<description>daca se face asa ceva o sa se poata face un search engine de imagini in php :) nice chiar mi-ar trebui</description>
		<content:encoded><![CDATA[<p>daca se face asa ceva o sa se poata face un search engine de imagini in php <img src='http://www.phpromania.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> nice chiar mi-ar trebui</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hp_daniel</title>
		<link>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-53</link>
		<dc:creator>hp_daniel</dc:creator>
		<pubDate>Tue, 14 Mar 2006 10:59:40 +0000</pubDate>
		<guid>http://www.phpromania.net/blog/2006/03/13/imagini-in-baza-de-date/#comment-53</guid>
		<description>sunt contra sistem de fisiere</description>
		<content:encoded><![CDATA[<p>sunt contra sistem de fisiere</p>
]]></content:encoded>
	</item>
</channel>
</rss>
