<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>CMS or PHP/MySQL?</title>
        <description>The 10 most recently added comments in the topic &quot;CMS or PHP/MySQL?&quot;</description>
        <link>http://www.freewaytalk.net/</link>
        <lastBuildDate>Wed, 10 Mar 2010 12:58:11 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38717</link>
            <description>&lt;p&gt;Thanks Walter, great clarifying!&lt;/p&gt;

&lt;p&gt;What would one do without FreewayTalk?  Digging an whole in the ground or something.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>ulfr</author>
            <pubDate>Thu, 28 Aug 2008 16:20:03 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38713</link>
            <description>&lt;p&gt;When MAMP is running, it causes an instance of Apache + PHP to
&amp;#8220;listen&amp;#8221; at port 8888 for any requests that get sent to it. When you
type that URL into your browser, your browser sends a request to the
server named &amp;#8216;localhost&amp;#8217;, which is a fancy name for your own
computer, at that TCP/IP port. Because MAMP&amp;#8217;s server is listening for
requests on that port, it responds to that request with whatever
specific resource was requested.&lt;/p&gt;

&lt;p&gt;In simpler terms, you are temporarily running an entire Web server on
your local computer, and interacting with it as if it was
www.apple.com or similar.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Aug 28, 2008, at 9:21 AM, ulfr wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Actually I had the folder right, htdocs but not Localhost:8888/,
  consequenly I like to put another novice question:&lt;/p&gt;
  
  &lt;p&gt;How does Localhost:8888 work, besides linking to htdocs, it only
  works when MAMP is running?&lt;/p&gt;
  
  &lt;p&gt;Thanks&lt;/p&gt;
  
  &lt;p&gt;Ulf&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;dynamo mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 28 Aug 2008 15:23:11 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38697</link>
            <description>&lt;p&gt;Actually I had the folder right, htdocs but not Localhost:8888/, consequenly I like to put another novice question:&lt;/p&gt;

&lt;p&gt;How does Localhost:8888 work, besides linking to htdocs, it only works when MAMP is running?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Ulf&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>ulfr</author>
            <pubDate>Thu, 28 Aug 2008 13:21:17 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38655</link>
            <description>&lt;p&gt;yes , wow finally  :)   I wont be able to sleep tonight, thank you, David, thank you. I have been struggeling with this for three days.&lt;/p&gt;

&lt;p&gt;Now I will go on with MySql. MAMP seems to be very user friedly, once you get it running.&lt;/p&gt;

&lt;p&gt;Ulf&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>ulfr</author>
            <pubDate>Wed, 27 Aug 2008 20:45:59 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38623</link>
            <description>&lt;p&gt;Are you viewing MAMP from the right location?&lt;/p&gt;

&lt;p&gt;Publish your Freeway site files into the htdocs folder (which is
inside the MAMP application folder), maybe create a folder for each
site you produce.&lt;/p&gt;

&lt;p&gt;Then view in any browser using the MAMP URL  &lt;a href=&quot;http://localhost:8888/&quot;&gt;http://localhost:8888/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(e.g, open the MAMP start page, and remove &amp;#8220;MAMP/?language=English&amp;#8221;)&lt;/p&gt;

&lt;p&gt;David&lt;/p&gt;

&lt;p&gt;On 27 Aug 2008, at 15:01, ulfr wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;I have MAMP running complete nice. OK with the infophp(), &amp;#8212;   but 
  when I try a ordinary .php page in the browser it is not
  recognized. Firefox ask if it should be saved and Safari displays
  the code. Isn&amp;#8217;t that funny??&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;David Owen
Freeway Friendly Web hosting and Domains  ::
(Test Drive a web hosting account for Free)
&lt;a href=&quot;http://www.ineedwebhosting.co.uk&quot;&gt;http://www.ineedwebhosting.co.uk&lt;/a&gt;
&lt;a href=&quot;http://www.printlineadvertising.co.uk/freeway&quot;&gt;http://www.printlineadvertising.co.uk/freeway&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Printing:: (leaflets, letterheads, cards etc)
&lt;a href=&quot;http://www.printlineadvertising.co.uk/print.html&quot;&gt;http://www.printlineadvertising.co.uk/print.html&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>David Owen</author>
            <pubDate>Wed, 27 Aug 2008 14:30:58 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_38618</link>
            <description>&lt;p&gt;I have read this thread and finally found the right question to ask.&lt;/p&gt;

&lt;p&gt;Walter, you said the PHP interpreter is not getting invoked.&lt;/p&gt;

&lt;p&gt;How do I do that?&lt;/p&gt;

&lt;p&gt;I have MAMP running complete nice. OK with the infophp(), &amp;#8212;   but  when I try a ordinary .php page in the browser it is not recognized. Firefox ask if it should be saved and Safari displays the code. Isn&amp;#8217;t that funny??&lt;/p&gt;

&lt;p&gt;I have changed the httpd.conf file uncommenting LoadModule php4_module libexec/httpd/libphp4.so and AddModule mod_php4.&lt;/p&gt;

&lt;p&gt;I also managed to get php pages running by putting them in the folder Applications/MAMP/bin/mamp/ but only direct there, not in folders. Is that the only way? I would like to have all my sites in web pages folder as the OSX standard is.&lt;/p&gt;

&lt;p&gt;Sorry for putting such a simple question, but&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>ulfr</author>
            <pubDate>Wed, 27 Aug 2008 14:01:50 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_32433</link>
            <description>&lt;p&gt;Thank you for the kind words!&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On May 7, 2008, at 3:48 AM, Brisprad wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Thanks again for all your help. You have been incredibly patient
  and nice to work with. BTW, I looked at your own site. Nice work-on
  your own and on your client&amp;#8217;s.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 07 May 2008 12:34:50 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_32432</link>
            <description>&lt;p&gt;That&amp;#8217;s the very point of PHP &amp;#8212; the code part is executed on the
server, and its output is served along with the static HTML back to
the browser. None of your code ever leaks out to the visitor (unless
you make a grisly mistake, like leaving off the &lt;code&gt;&amp;lt;?php ?&amp;gt;&lt;/code&gt; delimiters).&lt;/p&gt;

&lt;p&gt;Note that if you preview PHP locally using Freeway&amp;#8217;s &amp;#8220;Preview in
Browser&amp;#8221; function, you will see the code; but that&amp;#8217;s because the
browser is simply opening the file as a text file. The PHP
interpreter is not getting invoked.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On May 7, 2008, at 3:48 AM, Brisprad wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;One last question: I noticed when I look at the source code of the
  Axiom site (when the page is displayed in the browser), it is all
  html. Am I correct in thinking that the PHP code is executed first
  and then the page created is HTML that used PHP to create the code?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 07 May 2008 12:34:33 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_32431</link>
            <description>&lt;p&gt;The line numbers are never made a part of the resulting file. They
appear on your screen only. If you want to confirm this, please try
the following (in your /etc/apache2/ folder)&lt;/p&gt;

&lt;p&gt;pico -w httpd.conf&lt;/p&gt;

&lt;p&gt;Do this before and after saving the file with line numbers on.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On May 6, 2008, at 5:56 PM, Brisprad wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;something odd-I was using TextWrangler and had turned on line
  numbers and saved it with numbers turned on. I feel stupid!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 07 May 2008 12:31:44 -500</pubDate>
        </item>
        <item>
            <title>Re: CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055#m_32423</link>
            <description>&lt;blockquote&gt;
  &lt;p&gt;This &lt;strong&gt;could&lt;/strong&gt; all be a storm in a teakettle &amp;#8212; we&amp;#8217;re
  running in circles trying to &amp;#8220;fix&amp;#8221; PHP, when the page has a syntax
  error or something&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Oh cool! I tried another Freeway tutorial. It&amp;#8217;s one by Mike Brackenridge just called mysql_dynamic. It included a mysql dump file. I got it to work! Obviously there&amp;#8217;s a syntax error on my other file. I&amp;#8217;ll have to fully look at it and absorb it when I&amp;#8217;m not so tired!&lt;/p&gt;

&lt;p&gt;One last question: I noticed when I look at the source code of the Axiom site (when the page is displayed in the browser), it is all html. Am I correct in thinking that the PHP code is executed first and then the page created is HTML that used PHP to create the code?&lt;/p&gt;

&lt;p&gt;Thanks again for all your help. You have been incredibly patient and nice to work with. BTW, I looked at your own site. Nice work-on your own and on your client&amp;#8217;s.&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;

&lt;p&gt;Brian&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Brisprad</author>
            <pubDate>Wed, 07 May 2008 07:48:51 -500</pubDate>
        </item>
        <item>
            <title>CMS or PHP/MySQL?</title>
            <link>http://www.freewaytalk.net/thread/view/32055</link>
            <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Back in September or so I posted about help with PHP/MySQL and Freeway integration and got great information. However, I still haven&amp;#8217;t quite mastered it yet. Recently, I read some of the posts about using CMS and was wondering if that would work for my situation. (I tried searching for those old posts but couldn&amp;#8217;t find them!)&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s my situation:
I&amp;#8217;ve made a general site for a personal trainer. He would like to allow people to log in and make a meal plan for themselves on like a daily basis. He would then like to be able to view what people entered. He would eventually like to make it so he can sell his fitness programs online a la Jillian of &amp;#8220;Biggest Loser&amp;#8221; fame. He offers about 3 different programs. I know FileMaker at maybe an intermediate level so creating a DB and making all the relationships is pretty straight forward to me. However, learning how to communicate with a DB via PHP and Freeway is not working for me yet. Is using CMS a way that could help make things a little easier? My gut says no because I haven&amp;#8217;t seen anything where a user then can see content (in this case what is available in their plan) and enter it. I&amp;#8217;ve looked up a little about WebYep and Joomla.&lt;/p&gt;

&lt;p&gt;BTW, my biggest problem with PHP/MySQL and Freeway is that I haven&amp;#8217;t been able to successfully make a site read correctly. I&amp;#8217;ve followed the tutorial that uses Axiom Widgets as an example but my sales.php page (where the products should show up) end up showing just as the code. I&amp;#8217;m been doing it mostly on my computer. I installed MAMP to give me PHP and MySQL. I&amp;#8217;ve tried putting the files in either the Sites folder of my Home folder or the htdocs folder MAMP&amp;#8217;s FAQ page directs you to do. As far as the mechanics of the tutorial (using a &amp;#8220;page&amp;#8221; as an .inc file, using the php make markup action to make the page all php code, et), I do understand it.&lt;/p&gt;

&lt;p&gt;Any help would be greatly appreciated. I feel lost in so many ways.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;dynamo mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Brisprad</author>
            <pubDate>Thu, 01 May 2008 20:17:31 -500</pubDate>
        </item>
    </channel>
</rss>
