<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Brna.my1.ru</title>
		<link>http://brna.my1.ru/</link>
		<description>Forum</description>
		<lastBuildDate>Sat, 11 Feb 2012 15:53:56 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://brna.my1.ru/forum/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Copyright</title>
			<link>https://brna.my1.ru/forum/97-1400-1</link>
			<pubDate>Sat, 11 Feb 2012 15:53:56 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://brna.my1.ru/forum/97&quot;&gt;PHP&lt;/a&gt;&lt;br /&gt;Thread description: Please Read&lt;br /&gt;Thread starter: Basso&lt;br /&gt;Last message posted by: brna&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;span style=&quot;font-size:15pt;&quot;&gt;&lt;b&gt;Copyright &amp; Brna.my1.ru&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt; &lt;img src=&quot;http://brna.my1.ru/image5/Stop_hand2.png&quot; alt=&quot;New Rules&quot; height=&quot;150&quot; width=&quot;150&quot;&gt; &lt;br /&gt;&lt;br /&gt; All content contained in Brna.my1.ru , and belongs to the copyrighted content of performers or are otherwise legally protected, were placed on the page just from promotional reasons. &lt;br /&gt;&lt;br /&gt; Anyone who download the contents from the Brna.my1.ru , shall, after reviewing the same within 24 hours removed from a disk! &lt;br /&gt;&lt;br /&gt; Again, this music/games/movies/programs etc.. is only for promotional reasons on the Brna.my1.ru so that after preview the music/games/movies/programs etc. you have downloaded if you like it buy CDs at stores intended. &lt;br /&gt;&lt;br /&gt; Hacking or other illegal activities are NOT used running this site.&lt;img src=&quot;http://brna.my1.ru/images/Ok-icon_white.png&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt; &lt;br /&gt; No channels are hosted here.&lt;img src=&quot;http://brna.my1.ru/images/Ok-icon_white.png&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt; &lt;br /&gt; No download file are hosted here.&lt;img src=&quot;http://brna.my1.ru/images/Ok-icon_white.png&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt; &lt;br /&gt;&lt;br /&gt; &lt;b&gt;Entering the Brna.my1.ru automatically accept the above rules.&lt;/b&gt;</content:encoded>
			<category>PHP</category>
			<dc:creator>Basso</dc:creator>
			<guid>https://brna.my1.ru/forum/97-1400-1</guid>
		</item>
		<item>
			<title>Contact Form (PHP Contact Us) With A Free PHP Email Script</title>
			<link>https://brna.my1.ru/forum/97-1216-1</link>
			<pubDate>Sat, 05 Feb 2011 11:57:18 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://brna.my1.ru/forum/97&quot;&gt;PHP&lt;/a&gt;&lt;br /&gt;Thread starter: Basso&lt;br /&gt;Last message posted by: brna&lt;br /&gt;Number of replies: 2</description>
			<content:encoded>&lt;span style=&quot;font-size:10pt;&quot;&gt;&lt;b&gt;Bonus Tutorial Email Form and PHP Script&lt;/b&gt;&lt;/span&gt; &lt;br /&gt; &lt;br&gt; &lt;br /&gt; The advantage of sending contact email with a php form is that your email address is hidden from spam robots ... that look for &apos;mailto&apos; in the code. &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Required: A PHP host that does NOT block mail() and has safe_mode OFF. &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Improvement: Since register globals are often OFF by default - the script now converts all form variables to superglobals - inside the output (sendeail.php) script &lt;br /&gt; &lt;br&gt; &lt;br /&gt; VIP: If you have problems, BE SURE to make a test.php and run it - to determine your php settings (see notes) &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Alert: To prevent spammers using your form - make sure that your web host blocks the BCC function (best protection). If this is not possible, use php code in the sendeail.php to filter out the &apos;return&apos; and the &quot;line breaks&quot; (use google search to find code) &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Other Features &lt;br /&gt; PHP Script hides your email address i.e. no email address in the form. &lt;br /&gt; PHP Script checks for required email (format) &amp; blanks! ! &lt;br /&gt; Copy n Paste section now includes code to validate to XTHML 1.0 &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Overview: This free email contact script includes a check for blank fields and a check for the correct email format i.e. more POWER - all using PHP (NO JAVASCRIPT REQUIRED &lt;img src=&quot;http://s102.ucoz.net/sm/23/smile.gif&quot; border=&quot;0&quot; align=&quot;absmiddle&quot; alt=&quot;smile&quot;&gt; And now the output file (sendeail.php) blocks &apos;links&apos; e.g. URL code is blocked so spammers can Not send &apos;hot&apos; links. &lt;br /&gt; For form code that includes more options - types of input, visit the Feedback Form tutorial. &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Step 1: Copy and paste the e-mail Form Code into a &apos;contact.php&apos; page (must be a html/php page on a server that allows php!). &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Step 2: Copy n paste the sendeail.php code into a new file. Change the YourEmail section to include your email address. Then check (or modify) the link at the bottom (contact.php) to point to the desired Next Page. Save the file as &apos;sendeail.php&apos; (as ASCII file). &lt;br /&gt; &lt;br&gt; &lt;br /&gt; Step 3: Upload both files as ASCII i.e. upload the same way as .html files. Be sure both files are in the same folder on the server.</content:encoded>
			<category>PHP</category>
			<dc:creator>Basso</dc:creator>
			<guid>https://brna.my1.ru/forum/97-1216-1</guid>
		</item>
		<item>
			<title>Free Guestbook Script</title>
			<link>https://brna.my1.ru/forum/97-904-1</link>
			<pubDate>Mon, 29 Mar 2010 21:59:39 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://brna.my1.ru/forum/97&quot;&gt;PHP&lt;/a&gt;&lt;br /&gt;Thread starter: Basso&lt;br /&gt;Last message posted by: brna&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://i42.tinypic.com/1yq2hl.gif&quot; border=&quot;0&quot; alt=&quot;&quot;&gt; &lt;p&gt; &lt;b&gt;Steps to Creating Your Guestbook&lt;/b&gt; &lt;p&gt; &lt;span style=&quot;color:red&quot;&gt;Step 1:&lt;/span&gt; &lt;a class=&quot;link&quot; href=&quot;http://www.promosi-web.com/script/guestbook/download&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download the guestbook script here.&lt;/a&gt; &lt;p&gt; &lt;span style=&quot;color:red&quot;&gt;Step 2:&lt;/span&gt; Choose your favorite text editor (I suggest Notepad) and open the file named index.php. Change some of the variables (colors, title, etc.) so that the script does what you want it to. There are instructions in the file. &lt;p&gt; &lt;span style=&quot;color:red&quot;&gt;Step 3:&lt;/span&gt; Upload index.php (guestbook script) and gbook.dat (data file) to a directory in ASCII mode. CHMOD gbook.dat to 666 (Unix/Linux only), to make the data file writeable or you will get writing permission error. &lt;p&gt; If you need help with uploading and using the CHMOD feature, see this tutorial. &lt;p&gt; &lt;span style=&quot;color:red&quot;&gt;Step 4:&lt;/span&gt; Upload all of the images (*.gif) to the same directory in BINARY mode. &lt;p&gt; Enjoy your guestbook! &lt;/div&gt;</content:encoded>
			<category>PHP</category>
			<dc:creator>Basso</dc:creator>
			<guid>https://brna.my1.ru/forum/97-904-1</guid>
		</item>
		<item>
			<title>PHP definition</title>
			<link>https://brna.my1.ru/forum/97-898-1</link>
			<pubDate>Sun, 28 Mar 2010 02:19:28 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://brna.my1.ru/forum/97&quot;&gt;PHP&lt;/a&gt;&lt;br /&gt;Thread starter: Basso&lt;br /&gt;Last message posted by: brna&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) because restrictions exist regarding the use of the term PHP. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; PHP originally stood for personal home page. It began in 1994 as a set of Common Gateway Interface (CGI) binaries written in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage. The tools were used to perform tasks such as displaying his résumé and recording how much traffic his page was receiving. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger implementation for the C programming language and could communicate with databases, enabling the building of simple, dynamic web applications. Lerdorf released PHP publicly on June 8, 1995, to accelerate bug location and improve the code.[6] This release was named PHP version 2 and already had the basic functionality that PHP has today. This included Perl-like variables, form handling, and the ability to embed HTML. The syntax was similar to Perl but was more limited, simpler, and less consistent. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; Zeev Suraski and Andi Gutmans, two Israeli developers at the Technion IIT, rewrote the parser in 1997 and formed the base of PHP 3, changing the language&apos;s name to the recursive initialism PHP: Hypertext Preprocessor.The development team officially released PHP/FI 2 in November 1997 after months of beta testing. Afterwards, public testing of PHP 3 began, and the official launch came in June 1998. Suraski and Gutmans then started a new rewrite of PHP&apos;s core, producing the Zend Engine in 1999. They also founded Zend Technologies in Ramat Gan, Israel. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; On May 22, 2000, PHP 4, powered by the Zend Engine 1.0, was released.As of August 2008 this branch is up to version 4.4.9. PHP 4 is no longer under development nor will any security updates be released. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; On July 13, 2004, PHP 5 was released, powered by the new Zend Engine II. PHP 5 included new features such as improved support for object-oriented programming, the PHP Data Objects extension (which defines a lightweight and consistent interface for accessing databases), and numerous performance enhancements. In 2008 PHP 5 became the only stable version under development. Late static binding has been missing from PHP and has been added in version 5.3. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; A new major version has been under development alongside PHP 5 for several years. This version was originally planned to be released as PHP 6 as a result of its significant changes, which included plans for full Unicode support. However, Unicode support took developers much longer to implement than originally thought, and the decision was made in March of 2010 to move the project to a branch, with features still under development moved to a trunk. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; Changes in the new code include the removal of register_globals,magic quotes, and safe mode. The reason for the removals was that register_globals had given way to security holes, and magic quotes had an unpredictable nature, and was best avoided. Instead, to escape characters, magic quotes may be substituted with the addslashes() function, or more appropriately an escape mechanism specific to the database vendor itself like mysql_real_escape_string() for MySQL. Functions that will be removed in future versions and have been deprecated in PHP 5.3, will produce a warning if used. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; Many high-profile open-source projects ceased to support PHP 4 in new code as of February 5, 2008, because of the GoPHP5 initiative , provided by a consortium of PHP developers promoting the transition from PHP 4 to PHP 5. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; PHP currently does not have native support for Unicode or multibyte strings; Unicode support is under development for a future verson of PHP and will allow strings as well as class, method, and function names to contain non-ASCII characters. &lt;br /&gt; &lt;p&gt; &lt;br /&gt; PHP interpreters are available on both 32-bit and 64-bit operating systems, but on Microsoft Windows the only official distribution is a 32-bit implementation, requiring Windows 32-bit compatibility mode while using Internet Information Services (IIS) on a 64-bit Windows platform. As of PHP 5.3.0, experimental 64-bit versions are available for MS Windows.</content:encoded>
			<category>PHP</category>
			<dc:creator>Basso</dc:creator>
			<guid>https://brna.my1.ru/forum/97-898-1</guid>
		</item>
	</channel>
</rss>