[PHP] Fwd: php5 and sendmail

2007-06-04 Thread Arvind Autar

Hello all,

Firstly, I'm not subcsribed so please CC me.

The issue, I'm running FC6 with php5 and sendmail. I can use mail and send
mail with client inlc telnet sessions. However, mailing with php is just not
working.

This is what I'm using.

?php
// The message
$message = Line 1\nLine 2\nLine 3;

// In case any of our lines are larger than 70 characters, we should use
wordwrap()
$message = wordwrap($message, 70);

// Send
mail('[EMAIL PROTECTED]', 'My Subject', $message);
?

Anyone got a clue?


[PHP] multi language support

2003-06-25 Thread Arvind V
Hi,

Can anyone suggest the best method (plain
substitution, gettext or db) for implementing a shop
cart with multilanguage support?.As the cart will be
hosted with multiple clients which of these approach
is best for the long run, and which requires less
client intervension.Also i would like to know what all
should i keep in mind with before converting my
scripts using gettext() if i am to use the gettext
option.


Thanks 
Arvi

=
---
 if you aint living on the edge you're taking up too much space


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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



Re: [PHP] Fedex rate calculator

2002-10-16 Thread arvind

Hi  Dwalker,

Fedex has changed the site after sep 22 2002.Most of the scripts i got where
for the
http://rate.dmz.fedex.com/servlet/RateFinderServlet?orig_country=USlanguage
=english link which does not work any more.


Arvind
Dwalker [EMAIL PROTECTED] wrote in message
01c274db$0bbeaae0$d07623c7@b">news:01c274db$0bbeaae0$d07623c7@b...
 http://www.phpbuilder.com/snippet/detail.php?type=snippetid=413


 THIS E-MAIL MESSAGE AND ALL ATTACHMENTS TRANSMITTED HEREWITH ARE TRADE
 SECRET AND/OR CONFIDENTIAL INFORMATION INTENDED ONLY FOR THE VIEWING AND
 USE OF ADDRESSEE.  IF THE READER OF THIS MESSAGE IS NOT THE INTENDED
 RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY REVIEW, USE, COMMUNICATION,
 DISSEMINATION, DISTRIBUTION OR COPYING OF THIS COMMUNICATION IS
PROHIBITED.
 IF YOU HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY THE SENDER
 IMMEDIATELY BY TELEPHONE OR ELECTRONIC MAIL, AND DELETE THIS MESSAGE AND
 ALL COPIES AND BACKUPS THEREOF.  THANK YOU FOR YOUR COOPERATION.

 -Original Message-
 From: arvind [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Wednesday, October 16, 2002 12:55 AM
 Subject: [PHP] Fedex rate calculator


 hi all,
 
 Where can i get the fedex rate calculator in php for the new fedex
 site?.Fedex has changed the earlier url for the rates and my old script
 have
 stopped working .
 Anyone can help me out on this ?
 
 
 Thanks
 @rvi
 
 
 
 --
 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] Re: Want to exclude first 10 records from table

2002-10-16 Thread arvind

Try this,

To retrieve all rows from a certain offset upto the end of the result set,
you can use -1 for the second parameter:
mysql SELECT * FROM table LIMIT 95,-1; # Retrieve rows 96-last.

Manisha [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am having forum table. First 10 records are treated as Current postings
 and rest are treated as Archive.

 I know how to take first 10

 select * from forum order by postdate desc LIMIT 10

 But I do not know how to take postings excluding above 10. I do not want
to
 make use of loop rather I want to do this in one single query as I need to
 pass this to some further include files.

 Thanks in advance
 Manisha




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




[PHP] Fedex rate calculator

2002-10-15 Thread arvind

hi all,

Where can i get the fedex rate calculator in php for the new fedex
site?.Fedex has changed the earlier url for the rates and my old script have
stopped working .
Anyone can help me out on this ?


Thanks
rvi



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