[PHP] Quote for Job

2004-04-01 Thread Steve Buehler
	Was wondering if anybody who needs some money can give me a quote on a 
job.  It is over my head to do.

We need a Web Based Email program for an internal server written in PHP if 
at all possible but will consider other languages if needed.  They liked 
Squirrelmail, but they need it to do something that Squirrelmail doesn't 
do.  No it doesn't need to be even close to the functionality of 
Squirrelmail.  The program will reside on the same server and run over the 
web.  The server will be:
1.  RHEL ES 3.x
2.  Dual Xeon 2.4ghz
3.  2 gig of ram
4.  php 4.3.2 or above (version can be changed if absolutely needed)
5.  Sendmail version 8.12.10 or above.
6.  Apache 2.0.46 or above
If you need any other details, please ask.

This is what it needs to do:

1.  Be able to receive mail.  (pop into their account on this server only).
2.  Be able to reply to mail.
3.  Be able to send and receive attachments.
4.  Be able to CC: and BCC:
5.  Login with just the username password of the user on the server. (not 
[EMAIL PROTECTED])
6.  Be able to send out to ONLY users specified in a MySQL database.
	What that basically will be is 15,000 email clients on the server.  There 
will be a criteria that if they are from missouri, they will only be able 
to email to other users that are from missouri or to the main email address 
of the company headquarters.  They will not be able to email out from the 
server to anyplace else on the internet and can not POP in from anyplace 
else.  They will have to come through this program.  This is where the 
MySQL database comes in.  When they go to send out an email, it must check 
the (probably) "state" field to make sure that who they are sending to 
matches the same state as theirs.
7.  The main company's login needs to be able to email to all users on the 
system or to just specific users.
8.  When an email is deleted, it does not go into a trash can, it is just 
gone with no possibility of retrieval.
9.  Anything else that you can think of might be something they would think 
of.  But before it is added you would need to consult with me first to see 
if it is needed.  For instance.  I almost forgot to add #4 above to allow 
for CCing and BCCing.

Knowing this company, they will want to be able to change it in the 
future.  So we would probably go back to the person who writes it in 
the  future to make changes.  For instance..They might decide that they 
want to allow one of the users from missouri to be able to email one or 
more of the users from Kansas.  Basically it needs you or I to be able to 
change it half way easily.

If you need any other details, please ask.
Please send your quotes (price and time required) directly to 
[EMAIL PROTECTED] with a subject of "Quote for Job".
If it weren't for the receiving part of this, I could write it myself 
because it would be a simple form to me then.  If it weren't for the 
limitation on the people that a person can send to, Squirrelmail or many of 
the other email clients out there would work just fine.

Thank You
Steve Buehler
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Quote in input tag value?

2002-02-07 Thread Jim Lucas [php]

you might want to check your coding, but that is a parse error waiting to
happen.

Jim Lucas
- Original Message -
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "'Nathan Cassano'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 07, 2002 1:54 PM
Subject: RE: [PHP] Quote in input tag value?


> I prefer:   print" ";
>
> -Original Message-
> From: Nathan Cassano [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 07, 2002 3:54 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Quote in input tag value?
>
>
>
> If there is a quote mark in an input tags value what is the correct way
> to print the quote?
>
> 
>
> or
>
> 
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Quote in input tag value?

2002-02-07 Thread Erik Price


On Thursday, February 7, 2002, at 04:54  PM, Rick Emery wrote:

> I prefer:   print" ";
>
> -Original Message-
>
> If there is a quote mark in an input tags value what is the correct way
> to print the quote?
>
> 
>
> or
>
> 
>
>

It probably doesn't really matter, but from a purist's point of view, 
using the (X)HTML entities is probably the best use in this case.  I 
only suggest this because you are using double-quotes for display 
purposes, not for coding purposes, so it's unambiguous what you mean 
when you use them.  To the end user it won't matter, but for another 
reader of your code, it may help.

But again, it's probably more opinion (and if you -are- using the quotes 
for some obscure code, then nevermind what I just wrote).


Erik




Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Quote in input tag value?

2002-02-07 Thread Rick Emery

I prefer:   print" ";

-Original Message-
From: Nathan Cassano [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 3:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Quote in input tag value?



If there is a quote mark in an input tags value what is the correct way
to print the quote?



or




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Quote in input tag value?

2002-02-07 Thread Nathan Cassano


If there is a quote mark in an input tags value what is the correct way
to print the quote?



or




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] quote 76

2002-01-05 Thread Rambo Amadeus

Hi,
how can i make data submited throug form, Quoted Printable Encode to 76
characters.

thanks


-- 
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] quote

2001-08-29 Thread Jack Dempsey

i'm not sure what you're trying to do, but why not this?

$var = 'foo';
$quoted_var = '"' . $var . '"';

jack


davidt wrote:

> php-general -
>
> how to quote the value of the variable? I am looking for function it is something 
>like
> $testvar=false
> quotefunc($testvar);
> now the value is "false"
>
> This failed
>
> $boo=false;
> exec("sed -e s/$boo/true/g $pathfile > $newfile")
>
> So i replace $boo value with
> $boo="false";   <---  add " "
> and it works.
>
> davidt
> mailto:[EMAIL PROTECTED]
>
> --
> 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]


-- 
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]




[PHP] quote

2001-08-29 Thread davidt

php-general -

how to quote the value of the variable? I am looking for function it is something like
$testvar=false
quotefunc($testvar);
now the value is "false"

This failed

$boo=false;
exec("sed -e s/$boo/true/g $pathfile > $newfile")

So i replace $boo value with
$boo="false";   <---  add " "
and it works.


davidt  
mailto:[EMAIL PROTECTED]


-- 
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] quote problem

2001-03-02 Thread Philip Olson

A couple resources to help :

  http://www.php.net/manual/en/language.types.string.php

  http://www.zend.com/zend/tut/using-strings.php

Each describes the ability to do :

  $var = 'blah "blah" blah';
  $var = "blah 'blah' blah";
  $var = "blah \"blah\" blah";

And using here doc, <<< , like so :

$var = < Hey,
> 
> Wondering if any of you can help me with a problem
> 
> im trying to get something like this into $var  :
> 
> blah "blah" blah
> 
> How can I do it if its multi lined
> 
> Someone suggested
> content =  END <<
> BLAH BLAHC
> BLHAC
> END;
> 
> but that doesnt seem to work with quotes
> 
> Thanks
> - Peter
> 
> -- 
> 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]
> 


-- 
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] quote problem

2001-03-02 Thread Simon Garner

From: <[EMAIL PROTECTED]>

> Unfortunatly thats not an option since some dumb founded people will be
using
> the script and they dont understand that concept...
>
> any other suggestions?
>
> - Peter


Okay, a heredoc may be better then:

blah "blah" blah
END;
echo $title;
?>

The syntax in your original e-mail was not quite right - heredocs should
work fine with quotes.

http://www.php.net/manual/language.types.string.php


Cheers

Simon Garner


-- 
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] quote problem

2001-03-02 Thread Simon Garner

From: <[EMAIL PROTECTED]>

> Hey,
> 
> Wondering if any of you can help me with a problem
> 
> im trying to get something like this into $var  :
> 
> blah "blah" blah
> 
> How can I do it if its multi lined
> 
> Someone suggested
> content =  END <<
> BLAH BLAHC
> BLHAC
> END;
> 
> but that doesnt seem to work with quotes
> 
> Thanks
> - Peter
> 


You need to escape the quote characters by prefixing them with a backslash.


blah \"blah\" blah";
?>


Cheers

Simon Garner


-- 
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]




[PHP] quote problem

2001-03-02 Thread PeterOblivion

Hey,

Wondering if any of you can help me with a problem

im trying to get something like this into $var  :

blah "blah" blah

How can I do it if its multi lined

Someone suggested
content =  END <<
BLAH BLAHC
BLHAC
END;

but that doesnt seem to work with quotes

Thanks
- Peter

-- 
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]