Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What type of headers have to be added in the mail function to attach a file?



What type of headers have to be added in the mail function to attach a file?..

Answer / Hina Zehra

In PHP, when using the 'mail' function to send an email with an attachment, you need to add Content-Type and Content-Disposition headers. Here is an example:
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="filename.ext"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Which method removes the last element from the end of an array?

1 Answers  


How come the code works, but doesn’t for two-dimensional array of mine?

1 Answers  


Explain the difference between mysql_connect and mysql_pconnect?

1 Answers  


how to get substring of string without using substr() function in php ????

3 Answers  


List some features of php that are deprecated in php

1 Answers  


what is the abbrevation of PHP?

22 Answers   IBM,


Inside a php function, what param needs to be set in order to access a global variable?

1 Answers  


What is global array in php?

1 Answers  


What is the purpose of using php?

1 Answers  


Write a regular expression to get the value xxx from the string 'xxx@yyy.com'

9 Answers  


PHP serverside scripting language or client side scripting language>

8 Answers  


Explain Creating and Naming an Array?

1 Answers  


Categories