18.11.2014 Views

Internet programiranje PHP

Internet programiranje PHP

Internet programiranje PHP

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Echo<br />

• Naredba echo se koristi za jednostavan izlaz<br />

– echo ‘hello’;<br />

– echo ‘hello’, ‘ goodbye’;<br />

– echo (‘hello’);<br />

• print je slična naredba<br />

– print ‘hello’<br />

• Mogu se koristiti i ()<br />

– echo(‘hello’);<br />

– print(‘hello’);<br />

28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!