Virgil Bierschwale wrote: >I've got a stupid question on this subject. > >If I bite the bullet and learn PHP/MySQL so that I can develop solutions for >my clients (mom and pop types). >How do ya'll get around running it on a separate machine ? i.e., server for >mysql, client machine for vfp or php if browser based. > >
PHP is a server sided language, so its not needed on the client. With PHP you could write the application so it stremed the html and javascripts to the client's browser. If MySQL was also running on the server, PHP could access it as localhost. If you use VFP on the client side, VFP could access MySQL over TCP/IP, either directly or using ODBC, etc. >Or lets say they go linux whole hog. >In the old days, you did networking with digiboard multiport boards. >Does linux handle networking now using ethernet cards ? (yep, showing my >ignorance here) > > Absolutely. >Gotta get some cash flow going and trying to figure out how to do it with >the least amount of expenditures in the beginning. >Most of the clients I know will only have one or two computers and all of >them will balk at the idea of having a server sitting there not being >physically used. > > >Virgil Bierschwale >http://www.tccutlery.com >http://www.bierschwalesolutions.com > > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >Of john harvey >Sent: Friday, November 17, 2006 8:47 PM >To: 'ProFox Email List' >Subject: RE: [NF] PHP - It really should be called phpbase > >I'd like to thank everyone for helping me with my PHP Configuration issue. >However, nobody stepped forward. Oh well, the good old "scientific method" >came through for me again. I now R a PHP and MySQL programmer! It's funny >how much the syntax of php resembles Fox, and C and java, and . . . . > >John Harvey > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

