<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Atrickster</link>
        <description></description>
        <pubDate>Sun, 05 Apr 2026 16:50:15 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Atrickster&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203514#post2203514</link>
          <description><![CDATA[yes that worked thanks.<br />apparently I have a long way to go before I can make this work well for me.<br />Do you suggest a better web design software, possibly one that picks up on some of these obvious errors and suggests corrections? <br /><br />I have been looking at upgrading to Serif Webplus or MS expression, any likes/dislikes. Also, I have worked with Dreamweaver in the past, but that was many years ago. <br /><br />thanks<br />]]></description>
          <pubDate>Thu, 22 Apr 2010 11:24:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203514#post2203514</guid>
        </item>
                <item>
          <title>Re: [trickster] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203510#post2203510</link>
          <description><![CDATA[sorry, forgot the file.<br />here it is, thanks.<br />]]></description>
          <pubDate>Thu, 22 Apr 2010 10:33:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203510#post2203510</guid>
        </item>
                <item>
          <title>Re: [Dave] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203509#post2203509</link>
          <description><![CDATA[Hi, <br /><br />can you look at this and tell me why i am getting the error. I have tried placing the php code in multiple places and always seem to get an error. <br /><br />&quot;Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/elsareim/emmanuelshepherds.com/index.php:27) in /hsphere/local/home/elsareim/emmanuelshepherds.com/index.php on line 102&quot; <br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 22 Apr 2010 10:21:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203509#post2203509</guid>
        </item>
                <item>
          <title>Re: [trickster] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203501#post2203501</link>
          <description><![CDATA[Hi again, <br /><br />I've been racking my brain trying to get this stuff to work on my clients website. This is not easy at all. <br /><br />Firstly, when i paste the code into the webpage in my web design application, I don't see it properly... only when i upload the newly saved file to my server, does it show up properly. This seems very weird to me. Is it a restriction of Frontpage. If yes, then what web design software do you suggest i use? <br /><br />When I view the index.php page on my server it has these words in the table where i want my new article to show up &quot;<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/elsareim/emmanuelshepherds.com/index.php:7) in <b>/hsphere/local/home/elsareim/emmanuelshepherds.com/index.php</b> on line <b>82&quot;</b> <br /><br /><b>Is there a way that i can view changes that i am making to my existing website without changing the permanent files? One limitation seems to be that I can't see the pages properly unless i am viewing them from the server. This is awkward.</b> <br /><br /><b>If this is all over my head, then just say so. It has been suggested that I buy your cms cookbook, but if that is the expectation, then maybe you should sell it as part of the package.</b> <br /><br /><b>Very frustrated</b><br />]]></description>
          <pubDate>Wed, 21 Apr 2010 21:46:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203501#post2203501</guid>
        </item>
                <item>
          <title>Re: [Dave] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203500#post2203500</link>
          <description><![CDATA[Hi, <br /><br />I'm not sure what you wanted me to do with this code: <br /><br /><font size="3">&lt;?php <br />  # save this file as hello.php <br />  print &quot;Hello World from PHP&quot;;  <br />?&gt;</font> <br /><br />I copied it into a simple text program, saved it as a php extension and uploaded it to my root file directory.... i got nothing. <br /><br />I have had success with the code generator and pasting code into a simple text doc with a php extension. The above code you wrote should work in theory, but when i save it to the directory on my server and type mydomainsurl/hello.php... I get nothing. <br /><br />A question another user had raised, questioned the changing of the files on my server from html to php. He stated that this would render all the search engine links that exist presently, null and void, due to the change in file name. This is true is it not? Is there any way around this? <br /><br />Am I going to have lots of problems embedding the php code into my existing webpages if i don't change them to php extensions? <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 21 Apr 2010 18:35:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203500#post2203500</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203499#post2203499</link>
          <description><![CDATA[Hi, <br /><br />Thanks for your reply. <br /><br />Soo, I am able to see the php code generated as a page in a browser. Then when i try to copy and paste it into my existing page I run into problems. I guess I don't quite understand how it all works. If i copy and paste into my existing page, then edit the code using frontpage, am I destroying the link between the saved file (example: newslist.php). It is my understanding that whatever i do for edits should probably be done in the original file that I create in csm builder. When i generate that code, i am stuck with it, unless i go back into csm builder and change and regenerate it... is this true. <br /><br />I am trying to make my clients website updateable by them. I need to know that whatever i create and copy paste into the existing website... that it will reflect any changes they might make as an editor. <br /><br />This is a hell of alot harder than it you guys make it out to be. <br /><br />Thanks for your help<br />]]></description>
          <pubDate>Wed, 21 Apr 2010 17:35:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203499#post2203499</guid>
        </item>
                <item>
          <title>Copy and paste php in an existing html page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203463#post2203463</link>
          <description><![CDATA[Hi, <br /><br />I don't profess to be a code writer. I have built several websites in html and they have worked fine. I can even fake it for some of the basic coding by editing, cutting and pasting. <br /><br />I am somewhat disappointed by the level of difficulty which your product seems to require. I have been struggling with adding your code generator code to my clients existing site. Your advertising sounds easy, but I am here to tell you it isn't easy. I don't want to have to ask for a refund, but I will have to soon if I can't get this to work. <br /><br />I noticed a forum posting that stated problems with php in an existing html site. Is this true? Is that why I am having soo much trouble. Your literature doesn't state that you have to start using your software with a new php only site. I would like to know if I need to be a programmer to use your software or is it a software problem. <br /><br />Thanks for your prompt reply]]></description>
          <pubDate>Wed, 21 Apr 2010 00:01:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203463#post2203463</guid>
        </item>
              </channel>
    </rss>
  