Forum: PHP Nov 21st, 2008 |
| Replies: 16 Views: 1,743 At the bottom of this thread are two buttons; one says "REPLY W/ QUOTE" and the other says "MULTIQUOTE".
Hoppy |
Forum: PHP Nov 20th, 2008 |
| Replies: 16 Views: 1,743 Thanks to digital-ether, I found this piece of code:
// PHP supports fork/exec/wait but not pipe. However, it does
// support socketpair, which can do everything pipes can as well
// as... |
Forum: PHP Nov 18th, 2008 |
| Replies: 16 Views: 1,743 Thank you digital-ether, this looks like information I can use. :icon_smile: |
Forum: PHP Nov 17th, 2008 |
| Replies: 16 Views: 1,743 Good idea. Maybe I will. ;) |
Forum: PHP Nov 17th, 2008 |
| Replies: 16 Views: 1,743 I read the URL you provided and especially the user contributed notes that followed. It appears to me that the folks that designed the process control portion of PHP (pcntl) were rank amateurs with... |
Forum: PHP Nov 17th, 2008 |
| Replies: 16 Views: 1,743 My question is not the least bit vague. It is perfectly clear. Let's say, for example, that I had a parent process whose job it was to read a file containing URLs. And that each child process was... |
Forum: PHP Nov 16th, 2008 |
| Replies: 16 Views: 1,743 Of course not. If I knew how to pass info from one process to another, I would not have asked the question! |
Forum: PHP Nov 14th, 2008 |
| Replies: 16 Views: 1,743 My problem is that I have a PHP application that needs to (in Windowsese) multi-task. I am relatively new to PHP and equally new to Linux. I need to know how to pass information from a parent process... |
Forum: PHP Nov 9th, 2007 |
| Replies: 8 Views: 1,151 The colon (:) that the error message is referring to might be in your include file. How about sharing that with us as well?
Hoppy |
Forum: PHP Nov 9th, 2007 |
| Replies: 2 Views: 1,251 You might want to check for a few more things. Please read the following:
http://ocliteracy.com/techtips/sql-injection.html
Hoppy |