Can anyone help me on my mail function ? I have a problem with this mail function that displays HTML code not a text.
Here is the mail function: function sendMail($To,$Subject,$Message,$Name, $From) { mail($To,$Subject,$Message,$Name,"From: $Name <$From> \nReply-To:<$From> \nContent-Type: text/html; charset=us-ascii"); }
AMADOU
www.boghe.org
________________________________ From: Herman van Rink rink@initfour.nl To: phpmyadmin-devel@lists.sourceforge.net Sent: Mon, January 25, 2010 1:46:47 AM Subject: Re: [Phpmyadmin-devel] menu tabs
On 01/22/2010 08:07 PM, Marc Delisle wrote:
Michal Čihař a écrit :
Something like this (for table):
* Browse * Structure * SQL * Search * Insert * Backup * Import * Advanced * Export * Operations * Empty * Drop
I'd expect In/export under backup in this proposal...
We have a feature request about having a "light" version with less menus. We could implement this with something like $cfg['menu']['db']['operations'] = false;
This could take into account the menu levels.
I agree that the number of tabs is growing large, and I would agree that some 'simplification' is in order. How we do this will make a nice Fosdem discussion.