<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: mig35's Tutorials with Comments</title>
    <link>http://www.good-tutorials.com/user/mig35</link>
    <description>mig35's tutorials with comments on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>how to: PHP Sessions</title>
      <description>Ok - this is the super basic way of setting a session, but here's a more secure way. I have even more secure session stuff for login stuff that deals with salts. 

session_start(); // Start the session

// Simple protection of session attacks.
if(!isset($_SESSION['secured']))
 {
  session_regenerate_id();
  $_SESSION['secured'] = 1;
 }


</description>
      <author>ellisgl</author>
      <pubDate>Wed, 24 Oct 2007 04:47:10 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22439/how-to-php-sessions#comment-2553</link>
      <guid>http://www.good-tutorials.com/tutorial/22439/how-to-php-sessions#comment-2553</guid>
    </item>
    <item>
      <title>AJAX Email Form</title>
      <description>well, the source code includes comments to walk you through the code. I thought that would be helpful.</description>
      <author>mig35</author>
      <pubDate>Mon, 17 Sep 2007 00:21:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22273/ajax-email-form#comment-2335</link>
      <guid>http://www.good-tutorials.com/tutorial/22273/ajax-email-form#comment-2335</guid>
    </item>
    <item>
      <title>AJAX Email Form</title>
      <description>This isn't really a tutorial.</description>
      <author>zachholman</author>
      <pubDate>Sun, 16 Sep 2007 23:26:07 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22273/ajax-email-form#comment-2334</link>
      <guid>http://www.good-tutorials.com/tutorial/22273/ajax-email-form#comment-2334</guid>
    </item>
    <item>
      <title>Learn PHP Variables</title>
      <description>rasas</description>
      <author>rameshkpm1984</author>
      <pubDate>Mon, 03 Sep 2007 06:05:56 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21878/learn-php-variables#comment-2194</link>
      <guid>http://www.good-tutorials.com/tutorial/21878/learn-php-variables#comment-2194</guid>
    </item>
    <item>
      <title>AJAX Edit-in-Place Tutorial</title>
      <description>eqwqw</description>
      <author>rameshkpm1984</author>
      <pubDate>Fri, 31 Aug 2007 18:47:05 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21715/ajax-edit-in-place-tutorial#comment-2166</link>
      <guid>http://www.good-tutorials.com/tutorial/21715/ajax-edit-in-place-tutorial#comment-2166</guid>
    </item>
  </channel>
</rss>
