<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stima Soft &#187; Uncategorized</title>
	<atom:link href="http://www.evolua.ro/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evolua.ro</link>
	<description>Stima Soft web blog</description>
	<lastBuildDate>Tue, 20 Dec 2011 14:57:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery datetime picker problem</title>
		<link>http://www.evolua.ro/jquery-datetime-picker-problem/</link>
		<comments>http://www.evolua.ro/jquery-datetime-picker-problem/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 07:04:21 +0000</pubDate>
		<dc:creator>gabrielm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=408</guid>
		<description><![CDATA[Some days ago I run into the following problem with jQuery&#8217;s datetime picker. I have a form that contain a input field that I populate with a date/time picker.  If you populate the form on the server with some default values, the jQuery&#8217;s hidden fields wont get set unless you do some action on the [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago I run into the following problem with jQuery&#8217;s datetime picker.</p>
<p>I have a form that contain a input field that I populate with a date/time picker.  If you populate the form on the server with some default values, the jQuery&#8217;s hidden fields wont get set unless you do some action on the calendar.</p>
<p>The  solution  is to add <em>inline:true</em> to its options like this:</p>
<p>$(&#8220;#myDate&#8221;).datepicker({</p>
<p style="padding-left: 30px;">
inline: true,<br />
dateFormat: &#8216;yy-mm-dd&#8217;</p>
<p>});</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/jquery-datetime-picker-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Security Guide</title>
		<link>http://www.evolua.ro/php-security-guide/</link>
		<comments>http://www.evolua.ro/php-security-guide/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 15:57:38 +0000</pubDate>
		<dc:creator>Filip</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=312</guid>
		<description><![CDATA[This guide aims to familiarize you with some of the basic concepts of online security and teach you how to write more secure PHP scripts. http://php.robm.me.uk/]]></description>
			<content:encoded><![CDATA[<p>This guide aims to familiarize you with some of the basic concepts of online security and teach you how to write more secure PHP scripts.</p>
<p><a href="http://php.robm.me.uk/"> http://php.robm.me.uk/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/php-security-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning cURL</title>
		<link>http://www.evolua.ro/learning-curl/</link>
		<comments>http://www.evolua.ro/learning-curl/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 10:02:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=273</guid>
		<description><![CDATA[cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP. In this article, we will look at some of the advanced features of [...]]]></description>
			<content:encoded><![CDATA[<p>cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP. In this article, we will look at some of the advanced features of cURL, and how we can use them in our PHP scripts.</p>
<p>Source :<a href="http://net.tutsplus.com/tutorials/php/techniques-and-resources-for-mastering-curl/"> here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/learning-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CURL &#8211; citirea caracterelor speciale</title>
		<link>http://www.evolua.ro/curl-citirea-caracterelor-speciale/</link>
		<comments>http://www.evolua.ro/curl-citirea-caracterelor-speciale/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:12:35 +0000</pubDate>
		<dc:creator>Filip</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=270</guid>
		<description><![CDATA[Mai intai setam header pentru formatul UTF-8 $headers[] = 'Connection: Keep-Alive'; $headers[] = 'Content-type: application/x-www-form-urlencoded'; $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'; $headers[] = 'Accept-Charset: utf-8;'; $headers[] = 'Keep-Alive: 300'; dupa setarea aray-ului cu header-ele, acesta trebuie integrat in CURL $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,'http://www.google.ro/search?&#038;q='.urlencode($val['keywords'])); curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieFilenameLogin); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookieFilenameLogin); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT [...]]]></description>
			<content:encoded><![CDATA[<p>Mai intai setam header pentru formatul UTF-8</p>
<pre>
$headers[] = 'Connection: Keep-Alive';
$headers[] = 'Content-type: application/x-www-form-urlencoded';
$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
$headers[] = 'Accept-Charset: utf-8;';
$headers[] = 'Keep-Alive: 300';
</pre>
<p>dupa setarea aray-ului cu header-ele, acesta trebuie integrat in CURL</p>
<pre>
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,'http://www.google.ro/search?&#038;q='.urlencode($val['keywords']));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieFilenameLogin);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookieFilenameLogin);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true );
curl_setopt($ch, CURLOPT_HEADER,0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate');
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
$data = curl_exec($ch);
curl_close($ch);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/curl-citirea-caracterelor-speciale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>functions to Editing a Web Page in WYSIWYG</title>
		<link>http://www.evolua.ro/functions-to-editing-a-web-page-in-wysiwyg/</link>
		<comments>http://www.evolua.ro/functions-to-editing-a-web-page-in-wysiwyg/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:27:14 +0000</pubDate>
		<dc:creator>Filip</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=246</guid>
		<description><![CDATA[Editing Methods Editing functionality is applied to selected page content through scripts that apply the document.execCommand() method. Parameters are passed to this method giving the edit command to apply. The general format for the execCommand() method is shown below. It is applied through the document object. document.execCommand("command" [,0] [,"value"]) &#60;button title="Bold" onclick="document.execCommand('Bold')"&#62; &#60;img src="Bold.gif"/&#62; &#60;/button&#62; [...]]]></description>
			<content:encoded><![CDATA[<h1>Editing Methods</h1>
<p>Editing functionality is applied to selected page content through scripts that apply the document.execCommand() method. Parameters are passed to this method giving the edit command to apply. The general format for the execCommand() method is shown below. It is applied through the document object.<br />
</p>
<table cellpadding="10" class="format">
<tbody>
<tr>
<td class="code">
<pre><b>document.execCommand(</b>"<i>command</i>" [,0] [,"<i>value</i>"]<b>)</b>
</pre>
</td>
</tr>
</tbody>
</table>
<pre>
&lt;button title="Bold"
  onclick="document.execCommand('Bold')"&gt;
  &lt;img src="Bold.gif"/&gt;
&lt;/button&gt;
</pre>
<h2>Editing Commands</h2>
<p>All of the available editing commands are too numerous to list here. The following table gives a sampling of what types of editing can be applied to selected text a page.<br />
</p>
<table class="standard">
<tbody>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
<tr>
<td nowrap=""><span class="code"><br />
		document.execCommand(&#8220;<b>BackColor</b>&#8220;,0,&#8221;<i>color</i>&#8220;)</span>
	</td>
<td>
		Sets the background color of the selected element; <span class="code"><i>color</i></span><br />
		is a color name or hexadecimal value.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Bold</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to bold style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Copy</b>&#8220;)</span>
	</td>
<td>
		Copies the current selection to the clipboard.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>CreateLink</b>&#8220;)</span>
	</td>
<td>
		Displays a dialogue box for entering a URL which is applied to the selected text.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Cut</b>&#8220;)</span>
	</td>
<td>
		Cuts the current selection to the clipboard.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Delete</b>&#8220;)</span>
	</td>
<td>
		Deletes the current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>FontName</b>&#8220;,0,&#8221;<i>name</i>&#8220;)</span>
	</td>
<td>
		Sets the font face of the current selection; <span class="code"><i>name</i></span><br />
		is a font name.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>FontSize</b>&#8220;,0,&#8221;<i>size</i>&#8220;)</span>
	</td>
<td>
		Sets the font size of the current selection; <span class="code"><i>size</i></span><br />
		is an integer from 1 (smallest) to 7 (largest).
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>ForeColor</b>&#8220;,0,&#8221;<i>color</i>&#8220;)</span>
	</td>
<td>
		Sets the text (foreground) color of the selected element; <span class="code"><i>color</i></span><br />
		is a color name or hexadecimal value.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Indent</b>&#8220;)</span>
	</td>
<td>
		Increases the indent of the selected text by one indentation increment.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>InsertImage</b>&#8220;,1)</span>
	</td>
<td>
		Displays a dialogue box for selecting and positioning a graphic image.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>InsertMarquee</b>&#8220;)</span>
	</td>
<td>
		Inserts an empty marquee for entering displayed text.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>InsertOrderedList</b>&#8220;)</span>
	</td>
<td>
		Formats an ordered list of current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>InsertUnorderedList</b>&#8220;)</span>
	</td>
<td>
		Formats an unordered list of current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Italic</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to italic style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>JustifyCenter</b>&#8220;)</span>
	</td>
<td>
		Centers the text block in which the current selection is located.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>JustifyFull</b>&#8220;)</span>
	</td>
<td>
		Justifies the text block in which the current selection is located.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>JustifyLeft</b>&#8220;)</span>
	</td>
<td>
		Left justifies the text block in which the current selection is located.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>JustifyRight</b>&#8220;)</span>
	</td>
<td>
		Right justifies the text block in which the current selection is located.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Outdent</b>&#8220;)</span>
	</td>
<td>
		Decreases the indent of the selected text by one indentation increment.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Paste</b>&#8220;)</span>
	</td>
<td>
		Pastes the current clipboard contents to current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Print</b>&#8220;)</span>
	</td>
<td>
		Opens the print dialog box so the user can print the current page.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>RemoveFormat</b>&#8220;)</span>
	</td>
<td>
		Removes all formatting from current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>SelectAll</b>&#8220;)</span>
	</td>
<td>
		Selects the entire document.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>StrikeThrough</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to strike-through style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Subscript</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to subscript style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Superscript</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to superscript style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Underline</b>&#8220;)</span>
	</td>
<td>
		Sets the current selection to underline style.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Unlink</b>&#8220;)</span>
	</td>
<td>
		Removes any hyperlink from the current selection.
	</td>
</tr>
<tr>
<td><span class="code"><br />
		document.execCommand(&#8220;<b>Unselect</b>&#8220;)</span>
	</td>
<td>
		Clears the current selection.
	</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/functions-to-editing-a-web-page-in-wysiwyg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watermark pe imagini in php</title>
		<link>http://www.evolua.ro/watermark-pe-imagini-in-php/</link>
		<comments>http://www.evolua.ro/watermark-pe-imagini-in-php/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[imagini]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://www.evolua.ro/?p=204</guid>
		<description><![CDATA[Va propun o metoda de a pune un watermark pe o imagine in PHP. In principiu functia primeste ca parametrii imaginea sursa (locatie), locatia destinatie, watermarkul (locatie imagine), si calitatea jpeg. Va returna Boolean, iar in cazul TRUE va salva un jpeg cu watermark din imaginea initiala. Functia se foloseste de libraria GD inclusa in [...]]]></description>
			<content:encoded><![CDATA[<p>Va propun o metoda de a pune un watermark pe o imagine in PHP.  In principiu functia primeste ca parametrii imaginea sursa (locatie), locatia destinatie, watermarkul (locatie imagine), si calitatea jpeg.</p>
<p>Va returna Boolean, iar in cazul TRUE va salva un jpeg cu watermark din imaginea initiala. Functia se foloseste de libraria GD inclusa in php si accepta orice fel de tip de imagine pe care o poate recunoaste aceasta.</p>
<p>Watermarkul este pus in coltul din dreapta jos, dar asta se paote modifica dupa bunul plac.<br />
<code><br />
function set_watermark($source, $dest, $watermark, $quality = 80)<br />
{<br />
&nbsp;&nbsp;if (func_num_args() &lt; 3)<br />
&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;$set_watermark_error = "Insufficient parameters supplied!";<br />
&nbsp;&nbsp;}<br />
&nbsp;&nbsp;else<br />
&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;if (file_exists($source))<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($src = imagecreatefromstring(file_get_contents($source)))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$info = getimagesize($source);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imageantialias($src, true);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($wm = imagecreatefromstring(file_get_contents($watermark)))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$wm_info = getimagesize($watermark);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagealphablending($src, true);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagecopy($src, $wm, $info[0]-$wm_info[0]-5, $info[1]-$wm_info[1]-5, 0, 0, $wm_info[0], $wm_info[1]);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (imagejpeg($src, $dest, $quality))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (file_exists($dest))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chmod($dest, 0777);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$set_watermark_error = 'Unable tosaveimage! ';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$set_watermark_error = 'Unable tosaveimage! ';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$set_watermark_error = 'Unrecognized imageformat! ';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$set_watermark_error = 'Source filedoesnotexist! ';<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;}<br />
&nbsp;&nbsp;return false;<br />
}</p>
<p>Functia mai poate fi customizata pentru a intoarce si alte tipuri de imagine, dar lasam asta la alegerea fiecaruia.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evolua.ro/watermark-pe-imagini-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


