Hello,
I am very new to UNIX and PHP. I am using the Apached on a Windows platform. I am learning PHP and I am trying to create a variable with an XML string concatenated together on multiple lines.
When I run this code, I am not getting any results. I am not sure why.
I tried to turn on display_errors in the ini file in several different ways, but the server will not start. I don't see any reference as to the syntax for this. I also don't see where to place in the ini file.
I also tried to turn on in my code... did not display anything.
ini_set('display_errors', true);
As for the dot ... That is what I need to be in my string. How would you do that?
I am more of a Microsoft developer, not UNIX, so this is all new to me.