ricardovw
03-08-2003, 07:44 PM
im learnin php, and have two questions, im used with perl in script programmin however i would like to migrate to php...
i would like to know how to print large amounts of html without gettin all the print statements
the code i used to use in perl was
print <<HTML;
CODE CODE $CODE CODE
CODE CODE $CODE CODE
CODE CODE $CODE CODE
CODE CODE $CODE CODE
HTML
and it was done, my second question is that i can get data in to the script, get or post, in perl u need to parse input, but my php book which im readin, says that php does it automatically..
haha thanks !!!
i would like to know how to print large amounts of html without gettin all the print statements
the code i used to use in perl was
print <<HTML;
CODE CODE $CODE CODE
CODE CODE $CODE CODE
CODE CODE $CODE CODE
CODE CODE $CODE CODE
HTML
and it was done, my second question is that i can get data in to the script, get or post, in perl u need to parse input, but my php book which im readin, says that php does it automatically..
haha thanks !!!