Page 1 of 1

please help me in proc_open()

Posted: Thu Feb 05, 2009 2:00 pm
by awais_ciit
hello!

i am queit new to php and i got a project, i have to make a php webpage and link it with a python tool which use to do global alignment of 2 input protein sequence file, i have to use proc_open(), what is this function, m also queit new to linux, please help me...

Re: please help me in proc_open()

Posted: Thu Feb 05, 2009 2:48 pm
by pickle
Read the docs maybe?

proc_open()

Re: please help me in proc_open()

Posted: Thu Feb 05, 2009 2:54 pm
by awais_ciit
i read it but m unable to understand :(

Re: please help me in proc_open()

Posted: Thu Feb 05, 2009 3:04 pm
by pickle
Sorry - never used it. I can't help much.

And you don't need to bold everything. :?

Re: please help me in proc_open()

Posted: Thu Feb 05, 2009 5:13 pm
by RobertGonzalez
I think you are biting off more than you can chew trying to do what you are asking for here. If you are new to PHP and new to *nix then you are going to have a heck of time wrapping your mind around what is happening with all of this.

I'd recommend reading up on Linux a tad, specifically as it relates to running or executing scripts and binaries then see if you can use that knowledge in your PHP learning, which I would also recommend grabbing a few books for.