Re: [PHP] Pricing for PHP programming???

2001-02-02 Thread Steve Werby
s like you they'll mention you to others. -- Steve Werby COO 24-7 Computer Services, LLC Tel: 804.817.2470 http://www.247computing.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

Re: [PHP] getting STDIO

2001-02-02 Thread Steve Werby
"Martin A. Marques" [EMAIL PROTECTED] wrote: Lets say my script is named script1.php and I do: $ less file1 | script1.php $fp = fopen( 'php://stdin', 'r' ); Then use the standard file handling functions to access the piped data. -- Steve Werby COO 24-7 Computer Service

Re: [PHP] Why?? SPRINTF(SELECT sequence,prodnum,childdesc....);

2001-02-01 Thread Steve Werby
There's no advantage to using it to wrap around an SQL statement. -- Steve Werby COO 24-7 Computer Services, LLC Tel: 804.817.2470 http://www.247computing.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP] contracting consulting (was [PHP] Pricing for PHP programming???)

2001-02-01 Thread Steve Werby
listings. I *wish* there were less - we have listings 135 and 136 and have not found the right candidate yet. -- Steve Werby COO 24-7 Computer Services, LLC Tel: 804.817.2470 http://www.247computing.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Steve Werby
o called "hourly rate" remains flat. Unless of course you hire other people. That may make your operation much more complex and difficult to manage than you may think. Plus, any development firm that hires a PHP programmer is reducing the pool of PHP programmers available to my company and

Re: [PHP] Automatic incoming mail notification

2001-02-01 Thread Steve Werby
bolic link in a directory utilized by smrsh (sendmail restricted shell) to allow sendmail to execute your script (this is done for security reasons). "man smrsh" for details. -- Steve Werby COO 24-7 Computer Services, LLC Tel: 804.817.2470 http://www.247computing.com/ -- PHP Genera

Re: [PHP] Programming the Hard Way?

2001-01-27 Thread Steve Werby
implify it even more. Quotes are only needed around strings. They aren't needed around numbers. If you surround a number in quotes it's treated as a string which will result in different behavior when doing sorting and or comparisons. mysql_query( "SELECT * FROM table WHERE id=$id "

<    1   2   3