<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I execute PHP code? in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8722#M10464</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Sorry to be thick, but are the links to the PHP files made from the HTML code as Eazysitewizard only creates HTML webpages or does a webpage have to be either HTML or PHP (i.e. you cannot 'mix' the types of webpages).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;I was hopeing to do most of the page formatting in HTML but then inserting the database entries within the page using PHP.&amp;nbsp; Can I do this?&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2009 21:27:12 GMT</pubDate>
    <dc:creator>Roadrunner</dc:creator>
    <dc:date>2009-09-15T21:27:12Z</dc:date>
    <item>
      <title>How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8670#M10458</link>
      <description>&lt;P&gt;Hi, I'm used to coding and database environments but somewhat new to MySQL and PHP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a database using MyPHPadmin and I understand how the PHP code interacts with the database.&amp;nbsp; However, I cannot understand how to execute the PHP code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created one of those simple instruction tests, Hello World, but I cannot even get this to run.&amp;nbsp; If I upload the helloworld.php file to my FTP root-directory and then use my browser to access the file it just shows the content, it does not execute the instructions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried embedding the PHP code within the HTML code of the pages on my website, nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not understand where to place the PHP code in order for it to interact with my website.&amp;nbsp; Can someone please help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2009 17:09:33 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8670#M10458</guid>
      <dc:creator>Roadrunner</dc:creator>
      <dc:date>2009-09-14T17:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8675#M10459</link>
      <description>It should execute if it is coded correctly. Can you post a link your helloworld file?</description>
      <pubDate>Mon, 14 Sep 2009 19:01:40 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8675#M10459</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-09-14T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8677#M10460</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi Dave, I'm not sure that I can post a link to the document as it's on my password protected FTP site.&amp;nbsp; However, a copy of the code is as follows:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;lt;?php&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo 'hello world&amp;lt;br&amp;gt;';&lt;BR /&gt;?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;This code is saved in an ANSCI format with a file extension of PHP.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for your help.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2009 19:44:50 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8677#M10460</guid>
      <dc:creator>Roadrunner</dc:creator>
      <dc:date>2009-09-14T19:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8678#M10461</link>
      <description>&lt;P&gt;I think I know what you are doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to put the file into your public folder and access it via http, not via ftp, eg go to http://www.yourdomain.com/helloworld.php&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2009 19:54:10 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8678#M10461</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-09-14T19:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8679#M10462</link>
      <description>&lt;P&gt;That works, thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one more question, when I'm building my webpages using Eazysitewizard Pro, where do I put the PHP code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I write the code into the HTML or do I need to make a call from the HTML to execute the PHP file?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2009 20:19:50 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8679#M10462</guid>
      <dc:creator>Roadrunner</dc:creator>
      <dc:date>2009-09-14T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8719#M10463</link>
      <description>&lt;P&gt;It will be the latter. You will need to upload the php files not using Eazysitewizard Pro, ie using FTP then use the wizard to provide links to your php page.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2009 19:54:44 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8719#M10463</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-09-15T19:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8722#M10464</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Sorry to be thick, but are the links to the PHP files made from the HTML code as Eazysitewizard only creates HTML webpages or does a webpage have to be either HTML or PHP (i.e. you cannot 'mix' the types of webpages).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;I was hopeing to do most of the page formatting in HTML but then inserting the database entries within the page using PHP.&amp;nbsp; Can I do this?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2009 21:27:12 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8722#M10464</guid>
      <dc:creator>Roadrunner</dc:creator>
      <dc:date>2009-09-15T21:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I execute PHP code?</title>
      <link>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8791#M10465</link>
      <description>Easysitewizard will not create the php pages. These will need to be created outside of Easysitewizard and uploaded seperately. You would then use the ESW to provide a hyperlink to the files, much the same as you would with any hyperlink.</description>
      <pubDate>Thu, 17 Sep 2009 17:20:30 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/How-do-I-execute-PHP-code/m-p/8791#M10465</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-09-17T17:20:30Z</dc:date>
    </item>
  </channel>
</rss>

