<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>PHP Community</title><link>http://forums.iis.net/1102.aspx</link><description>A forum for the PHP community running on IIS</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Get and post not working after dreamweaver changes</title><link>http://forums.iis.net/thread/1882822.aspx</link><pubDate>Fri, 24 Oct 2008 13:44:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1882822</guid><dc:creator>rla6907</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1882822.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1882822</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I believe that it may be a problem in the way Dreamweaver translated your PHP code. When you put the pages into Dreamweaver is it possible that they were read as something other than PHP?&amp;nbsp; &lt;/p&gt;&lt;p&gt;The error itself is a result of the translator within Dreamweaver not recognizing the code as valid during &amp;quot;runtime&amp;quot;. This results in an internal error within Dreamweaver; not necessarily a &amp;quot;real&amp;quot; coding problem but a perceived problem.&amp;nbsp; &lt;/p&gt;&lt;p&gt;This could also simply be that the &amp;quot;punctuation&amp;quot; is not as expected in translation. I know that sounds unlikely but I have seen &amp;quot; (quote marks) not be seen as quote marks because it was not the same font as anticipated and was seen as &amp;#39; (apostrophe) marks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Get and post not working after dreamweaver changes</title><link>http://forums.iis.net/thread/1881886.aspx</link><pubDate>Mon, 13 Oct 2008 15:19:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881886</guid><dc:creator>KMC1499</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881886.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1881886</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I turned on my display errors and it says&lt;/p&gt;&lt;p&gt;Parse error: syntax error, unexpected T_STRING in D:\phptest\numbers.php on line 8&lt;/p&gt;&lt;p&gt;it says thing similar to this on other php files i have that were working before. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Get and post not working after dreamweaver changes</title><link>http://forums.iis.net/thread/1881683.aspx</link><pubDate>Thu, 09 Oct 2008 18:20:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881683</guid><dc:creator>KMC1499</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881683.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1881683</wfw:commentRss><description>&lt;p&gt;Well this page worked before dreamweaver did its thing but now all i get is a 500 error when i try and access it &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;?php&lt;br /&gt;
function square($num)&lt;br /&gt;
{&lt;br /&gt;
$num *= $num;&lt;br /&gt;
return $num;&lt;br /&gt;
}&lt;br /&gt;
$someNum = 6;&lt;br /&gt;
echo(Variable before going into the function =&amp;nbsp; . $someNum);&lt;br /&gt;
$results = square($someNum);&lt;br /&gt;
echo(&amp;lt;br&amp;gt;Variable after going into the&lt;br /&gt;
function =&amp;nbsp; . $someNum . &amp;lt;br&amp;gt;Results of&lt;br /&gt;
function =&amp;nbsp; .$results);&lt;br /&gt;
?&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is what my log file says. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;#Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;2008-10-09 18:13:31 W3SVC1 172.16.0.4 GET /numbers.php - 80 - 172.16.0.23 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022;+InfoPath.2) 500 0 0&lt;/p&gt;</description></item><item><title>Re: Get and post not working after dreamweaver changes</title><link>http://forums.iis.net/thread/1881648.aspx</link><pubDate>Thu, 09 Oct 2008 13:36:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881648</guid><dc:creator>jeff@zina.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881648.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1881648</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;KMC1499:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;most of my php stuff isnt working anymore. &lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;You would have to tell us what isn&amp;#39;t working.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>Get and post not working after dreamweaver changes</title><link>http://forums.iis.net/thread/1881418.aspx</link><pubDate>Tue, 07 Oct 2008 05:37:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881418</guid><dc:creator>KMC1499</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881418.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1881418</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Im in need of some help, im trying to learn more about php and iis.
I have a simple site on a win 2k3 server. everything was going fine
until dreamweaver asked about being the site manager and boom most of
my php stuff isnt working anymore. I checked the see if what verbs i
was allowing and its set to allow all on the site main and site levels. My php config page still comes up so php is working. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt; Any help would be greatly apprectiated, thanks.</description></item></channel></rss>