We've started using a lot more PHP to get some modern interfaces to some out AS/400 business logic.
While doing this, I wrote a small program in PHP to look for field/variable names in the PHP code, so that if a Physical file changes not only should we do a find string to search through PRG code, but also call a CL and search through the PHP.
I would like to use the echo or print command to write a "report" like spool file to a queue.
Adding a <br /> doesn't work. Adding a \n doesn't seem to affect it.
Does anyone know how to get a line break to translate from PHP to spool file?
Thanks-
While doing this, I wrote a small program in PHP to look for field/variable names in the PHP code, so that if a Physical file changes not only should we do a find string to search through PRG code, but also call a CL and search through the PHP.
I would like to use the echo or print command to write a "report" like spool file to a queue.
Adding a <br /> doesn't work. Adding a \n doesn't seem to affect it.
Does anyone know how to get a line break to translate from PHP to spool file?
Thanks-
Comment