[AccessD] multi-platform ASP was: OT: Yee Haw....

Bryan Carbonnell carbonnb at sympatico.ca
Fri Feb 7 20:31:01 CST 2003


On 7 Feb 2003 at 10:38, Brett Barabash wrote:

> >but if you have decent programming skills and can stand learning
> >something new, PHP shouldn't be too hard to pick up.
> 
> Of course, there is the whole A!=a (or A<>a for the non-C folks) issue
> that Drew suggested.  <rolls eyes>

Minor non-issue to me.

What's really nice is the concatenation shortcuts:

$String = "Some Text"
$String .= " Some more text"

is equivalent to

strString = "Some Text"
strString = strString & " Some more text"

It just make it easier for me to read.

Another $0.02 CAD

--
Bryan Carbonnell - carbonnb at sympatico.ca
Experience is a wonderful thing. It enables you to recognize a 
mistake when you make it again.





More information about the AccessD mailing list