-- Kexiao Liao <[EMAIL PROTECTED]> wrote (on Tuesday, 16 October 2007, 06:38 AM -0700): > Anyone know how to use multi-line value in the config.ini file? Thanks in > advance.
Use double quotes. (This has been supported since 5.0.0) > Simon Mundy wrote: > > > > Can you not try it in an XML config file instead? I don't think .ini > > files are set up to take multi-line values. > > > > > > > > In the config.ini file, we need to declare a string variable, it > > > contains about 200 characters and needs to be in a good format. Is > > > there anyway we can input new line/return character inside these > > > 200 characters to make it look good instead of putting all of > > > them in one line. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
