So I can't seem to urlencode a file with newlines ... it just gives me
a series of T_STRING unexpected parse errors...
cat job_description | while read file ; do php -r "echo
urlencode('$fil e');" ; done > job_description _encoded &&
URL_ENCODED_DES CRIPTION=`cat job_description _encoded`
.... this takes in a job_description file and outputs a file with alot
of errors in the text ... ?
a series of T_STRING unexpected parse errors...
cat job_description | while read file ; do php -r "echo
urlencode('$fil e');" ; done > job_description _encoded &&
URL_ENCODED_DES CRIPTION=`cat job_description _encoded`
.... this takes in a job_description file and outputs a file with alot
of errors in the text ... ?
Comment