Re: [PHP] Database Development Price Inquiry?

2002-03-21 Thread Robin Chen
We calculate the charge by $75-$150 per hour depending on complexity of the project, then quote customer the final price. On small projects, < $5000, its usually half before project, and half after project. For project > $5000, it's usually 30% up front, 30% when we have major features completed

Re: [PHP] Database Development Price Inquiry?

2002-03-21 Thread Robin Chen
"[-^-!-%-" wrote: > Hello everyone, > > I'm in the process of revising my db development prices, and was wondering > what the best practices were. I want to keep my prices low, but I often > feel like I'm not charging close to what I should be charging. > > 1) What is the going rate for Databas

Re: [PHP] why isn't this working? (many questions inside)

2002-01-28 Thread Robin Chen
Maybe your script timed out before it could finish. Try set_time_limit(0) Another possibility is that your browser gave up. You may need 4GB of disk cache because browsers usually save all files in cache before copying them to the place you designate. Robin Wei Weng wrote: > > First, I am ru

Re: [PHP] How do I convert from perl to php?

2001-11-20 Thread Robin Chen
Oops, I didn't mean to post the same code that's been posted. The subject sorter doesn't work correctly on Netscape Messenger. I thought I had finished reading the thread. My apologies, Robin Robin Chen wrote: > > > $required = array('name',&#

Re: [PHP] How do I convert from perl to php?

2001-11-20 Thread Robin Chen
You don't need to use the $has_empty variable, but I thought it would be better to just display the message once. Robin [EMAIL PROTECTED] wrote: > > I am a perl user trying to convert to php > > how would i turn this perl into php? > > use CGI; > > $name = param(name); > $address = param(a

Re: [PHP] = 0 and = "0"

2001-10-25 Thread Robin Chen
The integer 0 is equal to False, but not Null. Robin Kodrik wrote: > > > > If you set $qty=0; then $qty has no value. > > > > Of course it has a value. > > No it doesn't have a value. > PHP interprets 0 as null. > > A very easy way for you to check: > > $value=0; > > if(!$value) printf("$va

Re: [PHP] = 0 and = "0"

2001-10-25 Thread Robin Chen
Thank you, that was it. I needed to test the variable against both an integer and a string, so I ended up using (string) when I need to compare a string. Rest of the time, it's an integer. Robin Rasmus Lerdorf wrote: > > > If you set $qty=0; then $qty has no value. > > Of course it has a val

[PHP] = 0 and = "0"

2001-10-25 Thread Robin Chen
why does work properly but not the following Thanks, Robin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] The future of PHP

2001-08-26 Thread Robin Chen
This is very true. I have a few ideas that I want to sell, but the only way that I can do it with PHP is to give out the source, and the user is expected to know how to install PHP and set up the script. If I can compile the PHP script, then I can sell the executables. The users would only have

Re: [PHP] Mail()'s not playing nicely :(

2001-06-30 Thread Robin Chen
Instead of \n try \r\n Robin Jamie Thompson wrote: > > ok so i got > > mail("[EMAIL PROTECTED]", "$message", "sms alert", "Return-Path: $email > <$email>\nFrom: $email <$email>\nReply-To: $email <$email>\nX-Mailer: " . > phpversion()); > > the email appears as from [EMAIL PROTECTED] istead of