CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 help whith brake

Print topic Send  topic

Author Message
gerrit


Posts: 131
Posted: 05/09/2005, 5:15 AM

Hello,
How I do make brake in $message =
Example $message = test <br> test

_________________
| http://www.vision.to |
View profile  Send private message
mamboBROWN


Posts: 1713
Posted: 05/09/2005, 11:51 AM

How is $message being used. If it is a string data type that will be displayed as html then this is how it should be:
 $message = "test <br> test"; 
\
if you are continuing a line then simply press the return and the line will continue until you end it with a semi-colon(;). It will look like this
 $message = "test  
        test"; 

And please don't forget your ending and beginning quotation marks (this is assuming that you are using $message as a string variable).

Hopefully this will be helpful to you.
View profile  Send private message
gerrit


Posts: 131
Posted: 05/10/2005, 2:15 AM

thanks.
_________________
| http://www.vision.to |
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.