using the string replace function and change any new lines into html breaks
and $fb=str_replace('\n', "<br><br>", $fb);
this works - single quote qualifier
'Success\n\n'
this doesn't - double quote qualifier
"Success\n\n"
Why?
Jeffrey E. Moeller...
what function will allow me to interpret the value of a variable created from the values of other variables?
line 5 is in question.
<?php
$ab = "";
$y = "a";
$z = "b";
$y$z="success"; //line 5
echo "ab: ".$ab; // this should print...
How can I retrieve an email from ms exchange, parse it for a link and then use that link for another function?
thanks, Jeff
Jeffrey E. Moeller
http://www.JeffreyMoeller.com
using sql server 2000 (from asp.net) the following sql works great when the message field is of type nvarchar but doesn't work for the text type.
I don't believe nvarchar will work for my needs since it is limited to 8000 (4000 due to double storage). I believe I will need to use the text...
using sql server 2000 (from asp.net) the following sql works great when the message field is of type nvarchar but doesn't work for the text type.
I don't believe nvarchar will work for my needs since it is limited to 8000 (4000 due to double storage). I believe I will need to use the text...
What happened to the errorcode list?
My ftp script failed and returned an error code of 11
It took me awhile to find a cold fusion error code list:
http://www.macromedia.com/v1/documents/cf4/Developing_Web_Applications_with_ColdFusion/14_Performing_File_Operations_with_CFFTP/dwa14_4.htm
It...
I would like to verify that ColdFusion Studio 5 (not Ultradev) can connect to a server via RDS as easily as studio 4.5 can.
I can not connect via RDS using Dreamweaver MX 2004. I believe the Dreamweaver problem is probably the same “sand bagging” problem that is outlined at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.