Re: [Tutor] PHP

2010-12-04 Thread wesley chun
On Sat, Dec 4, 2010 at 12:44 PM, Brett Ritter wrote: > On Sat, Dec 4, 2010 at 2:27 PM, Kirk Bailey wrote: >> and continue in html. What a BLOODY shame we can't do that in python, >> which is otherwise awesome and superior in every way i can thus far >> evaluate. > > As someone mentioned, you CAN

Re: [Tutor] PHP

2010-12-04 Thread Brett Ritter
On Sat, Dec 4, 2010 at 2:27 PM, Kirk Bailey wrote: > and continue in html. What a BLOODY shame we can't do that in python, > which is otherwise awesome and superior in every way i can thus far > evaluate. As someone mentioned, you CAN do that in Python. However, you'll find that mixing content a

Re: [Tutor] PHP

2010-12-04 Thread wesley chun
> Straightaway, i was impressed by one powerful property; the ability to > imbed php into a html webpage, and switch into and out of php as needed, > and let normal ssi and html and css work the rest of the time, outside > of php. all I have to do is start the php block with > write code; > ?> # e

Re: [Tutor] PHP

2010-12-04 Thread Corey Richardson
On 12/4/2010 2:27 PM, Kirk Bailey wrote: For reasons of my work, of recent I have started aquiring php. Straightaway, i was impressed by one powerful property; the ability to imbed php into a html webpage, and switch into and out of php as needed, and let normal ssi and html and css work the res

[Tutor] PHP

2010-12-04 Thread Kirk Bailey
For reasons of my work, of recent I have started aquiring php. Straightaway, i was impressed by one powerful property; the ability to imbed php into a html webpage, and switch into and out of php as needed, and let normal ssi and html and css work the rest of the time, outside of php. all I have

[Tutor] PHP as seen by a Python lover

2009-04-11 Thread OkaMthembo
Hi All, I just tried setting up PHP on my machine,with Apache 2.2-something (Win. XP). I came back running. It's a SCHLEP. I love Python. Happy Easter to you all - and to those that do not celebrate it, have a great weekend! -- Lloyd Dube ___ Tutor

Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Eric Brunson
Michael Langford wrote: > OT Aside: > Anyone ever used PSP pages? Seems like a good substitute for PHPish > tasks, but I've not seen many users. > I have, but I find generating my HTML with classes I wrote to be more to my tastes. I did PHP for years and I'm just not a fan of the way it mixe

Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Michael Langford
OT Aside: Anyone ever used PSP pages? Seems like a good substitute for PHPish tasks, but I've not seen many users. As to the actual question, PHP can call python through a variety of means. One such one I'm familiar with is XMLRPC. PHP: http://phpxmlrpc.sourceforge.net/ Python: http://www.ibm.co

Re: [Tutor] PHP & Python suggestions....

2008-02-04 Thread Chris Fuller
On Sunday 03 February 2008 17:35, GTXY20 wrote: > Hi all, > > First off let me say how helpful and informative this mailing list is. It > is very much appreciated. > > Anyway, I am looking for some suggestions for reading up on how to call > Python from PHP scripts, specifically calling from a PHP

Re: [Tutor] PHP & Python suggestions....

2008-02-03 Thread Alan Gauld
"GTXY20" <[EMAIL PROTECTED]> wrote > Anyway, I am looking for some suggestions for reading up on how to > call > Python from PHP scripts, specifically calling from a PHP web > application - > PHP will call python script with some arguments and python will run > on the > server and return the r

[Tutor] PHP & Python suggestions....

2008-02-03 Thread GTXY20
Hi all, First off let me say how helpful and informative this mailing list is. It is very much appreciated. Anyway, I am looking for some suggestions for reading up on how to call Python from PHP scripts, specifically calling from a PHP web application - PHP will call python script with some argu

Re: [Tutor] PHP Functions in Python

2006-04-15 Thread Liam Clarke
Um. I suppose you could, but what are you trying to do? I'm fairly certain Python has similar functionality to PHP, and is a lot more straightforward than interfacing with a forked process. (Assuming you're using the PHP CLI and not talking PHP in Apache, etc.) On 4/15/06, Prabhakar K <[EMAIL PROT

[Tutor] PHP Functions in Python

2006-04-15 Thread Prabhakar K
Hi,   I want to call php function in Python... is there any way to call. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor