User Tools

Site Tools


en:web_development:media:php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:web_development:media:php [2021/12/21 08:20]
mag [PHP Strings]
en:web_development:media:php [2023/08/16 09:33] (current)
Line 234: Line 234:
 <code>    echo "\t\t\t<img src='$photos[$i]'>\n";</code> <code>    echo "\t\t\t<img src='$photos[$i]'>\n";</code>
   * Refresh your page and check the source code again. Now it's much better.   * Refresh your page and check the source code again. Now it's much better.
-  * We've added <html>/t</html> which inserts a tab and <html>\n</html> which inserts a new line. This only works when we're using double quotes (<html> " </html>).+  * We've added <html>\t</html> which inserts a tab and <html>\n</html> which inserts a new line. This only works when we're using double quotes (<html> " </html>).
   * Now you're ready to practise.   * Now you're ready to practise.
  
-[[en:web_development:media:exercises|Next: Exercises]]+[[en:web_development:media:named_arrays|Next: Named Arrays]]
en/web_development/media/php.1640103609.txt.gz · Last modified: 2023/08/16 09:33 (external edit)