<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from PHP to ASP.NET</title><link>http://forums.asp.net/44.aspx</link><description>Discuss moving from PHP to ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>POST and some other PHP stuff</title><link>http://forums.asp.net/thread/3267974.aspx</link><pubDate>Wed, 01 Jul 2009 05:29:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3267974</guid><dc:creator>YellowShadow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3267974.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=44&amp;PostID=3267974</wfw:commentRss><description>&lt;p&gt;Hey guys I need some help converting some PHP code to ASP.NET.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;The code is this:&lt;pre name="code" class="c-sharp"&gt;            &amp;lt;h3&amp;gt;Login&amp;lt;/h3&amp;gt;            &lt;br /&gt; &lt;br /&gt;            	&amp;lt;form action=\&amp;quot;login.php?submit\&amp;quot; class=&amp;#39;form colours&amp;#39; method=&amp;#39;POST&amp;#39;&amp;gt;&lt;br /&gt;				&amp;lt;p&amp;gt;&amp;lt;input name=&amp;#39;username&amp;#39;  maxlength=&amp;#39;32&amp;#39; value=&amp;#39;username&amp;#39;/&amp;gt;&amp;lt;/p&amp;gt;			&lt;br /&gt;				&amp;lt;p&amp;gt;&amp;lt;input name=&amp;#39;password&amp;#39; maxlength=&amp;#39;32&amp;#39; value=&amp;#39;password&amp;#39; /&amp;gt;&amp;lt;/p&amp;gt;	&lt;br /&gt;&lt;br /&gt;				&amp;lt;p class=&amp;#39;submit&amp;#39;&amp;gt;&amp;lt;input type=&amp;#39;submit&amp;#39; value=&amp;#39;Submit&amp;#39; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;				&amp;lt;/form&amp;gt;  &amp;quot;; &lt;br /&gt;			}&lt;br /&gt;				echo &amp;quot;&lt;br /&gt;			    &amp;lt;h3&amp;gt;Find user&amp;lt;/h3&amp;gt;            &lt;br /&gt; &lt;br /&gt;            	&amp;lt;form action=\&amp;quot;member.php?find\&amp;quot; class=&amp;#39;form colours&amp;#39; method=&amp;#39;POST&amp;#39;&amp;gt;&lt;br /&gt;				&amp;lt;p&amp;gt;&amp;lt;input name=&amp;#39;username&amp;#39;  maxlength=&amp;#39;32&amp;#39; value=&amp;#39;username&amp;#39;/&amp;gt;&amp;lt;/p&amp;gt;				&lt;br /&gt;				&amp;lt;p class=&amp;#39;submit&amp;#39;&amp;gt;&amp;lt;input type=&amp;#39;submit&amp;#39; value=&amp;#39;Submit&amp;#39; /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;				&amp;lt;/form&amp;gt;  &amp;quot;; &lt;br /&gt;			?&amp;gt;&lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;And this:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;&amp;lt;li&amp;gt;&amp;lt;a href=\&amp;quot;member.php?edit=&amp;quot;.$_SESSION[&amp;quot;username&amp;quot;].&amp;quot;\&amp;quot;&amp;gt;Edit your profile&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;If anyone could help, that would be great.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>