Slashdot Mirror


User: hankfein

hankfein's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:PHP Coding -> print <<"HER on What Are Good Web Coding Practices? · · Score: 1

    I mean't:

    print <<"HERE"
    1
    2
    3
    HERE

    in PHP?

  2. Re:PHP Coding -> print <<"HERE" in PHP? on What Are Good Web Coding Practices? · · Score: 1

    Is there any equivalent of the Perl: print "HERE" line 1 line 2 line 3 HERE in PHP?