please help me in proc_open()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
awais_ciit
Forum Newbie
Posts: 2
Joined: Thu Feb 05, 2009 1:52 pm

please help me in proc_open()

Post 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...
Last edited by pickle on Thu Feb 05, 2009 2:48 pm, edited 1 time in total.
Reason: Removed <h1> tags from subject & [b] from body.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: please help me in proc_open()

Post by pickle »

Read the docs maybe?

proc_open()
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
awais_ciit
Forum Newbie
Posts: 2
Joined: Thu Feb 05, 2009 1:52 pm

Re: please help me in proc_open()

Post by awais_ciit »

i read it but m unable to understand :(
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: please help me in proc_open()

Post by pickle »

Sorry - never used it. I can't help much.

And you don't need to bold everything. :?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: please help me in proc_open()

Post 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.
Post Reply