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
"[-^-!-%-" 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
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
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',
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
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
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
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]
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
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
10 matches
Mail list logo