Skip to main content
backdrop
Translations
Welcome!
Login
Create account
Menu
Toggle menu visibility
Home
Downloads
Languages
Translate to Finnish
Primary tabs
Overview
Board
Translate
(active tab)
Export
Project
All
Backdrop CMS
Release
All
Context
All
No context
ampm
compression format
datetime
date_nav
Font weight
Long month name
Sort order
Status
<Any>
Untranslated
Translated
Is translation
<Any>
Has no suggestion
Has suggestion
Is suggestion
Submitted by
Contains
Exact term
String ID
Limit
5
10
20
30
50
Clear all filters
Leave this field blank
Pages
« first
‹ previous
…
212
213
214
215
216
217
218
219
220
…
next ›
last »
Source text
Translations
#
You may post PHP code. You should include <?php ?> tags.
Show related projects
Voit kirjoittaa PHP koodia. Sinun on käytettävä <?php ?> -tageja.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Using custom PHP code
Show related projects
Käyttäen omaa PHP-koodia
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Custom PHP code may be embedded in some types of site content, including posts and blocks. While embedding PHP code inside a post or block is a powerful and flexible feature when used by a trusted user with PHP experience, it is a significant and dangerous security risk when used improperly. Even a small mistake when posting PHP code may accidentally compromise your site.
Show related projects
Omaa PHP-koodia voi lisätä monenlaiseen sisältöön, kuten kirjoitukset ja lohkot. Tämä on luotettaville ja kokeneille käyttäjille tehokas ja joustava toiminto. Ilkeämielisten käyttäjien käsissä se on kuitenkin merkittävä tietoturvariski. Pienkikin virhe saattaa asettaa sivuston vahingossa vaaraan.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
If you are unfamiliar with PHP, SQL, or Drupal, avoid using custom PHP code within posts. Experimenting with PHP may corrupt your database, render your site inoperable, or significantly compromise security.
Show related projects
Jos et tunne PHP:tä, SQL:ää tai Drupalia, vältä oman PHP-koodin käyttöä. PHP-kokeilut saattavat rikkoa tietokannan eheyden, tehdä sivustosta käyttökelvottoman tai aiheuttaa merkittäviä tietoturvariskejä.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Notes:
Show related projects
Huom!
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Remember to double-check each line for syntax and logic errors <strong>before</strong> saving.
Show related projects
Muista tarkistaa joka riviltä syntaksi- ja logiikkavirheet <strong>ennen</strong> tallentamista.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Statements must be correctly terminated with semicolons.
Show related projects
Lausekkeiden pitää päättyä asianmukaisesti puolipisteeseen.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Global variables used within your PHP code retain their values after your script executes.
Show related projects
PHP-koodisi globaalit muuttujat säilyttävät arvonsa senkin jälkeen, kun skriptisi ajetaan.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
<code>register_globals</code> is <strong>turned off</strong>. If you need to use forms, understand and use the functions in <a href="@formapi">the Drupal Form API</a>.
Show related projects
<code>register_globals</code> <strong>ei ole käytössä</strong>. Jos tarvitset lomakkeita, sinun täytyy ymmärtää ja käyttää <a href="@formapi">Drupalin lomakerajapinnan</a> funktioita.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
#
Use a <code>print</code> or <code>return</code> statement in your code to output content.
Show related projects
Käytä <code>print</code>- tai <code>return</code>-komentoja tulostaaksesi sisältöä.
by Multiple Contributors
on Sat, 12/28/2019 - 02:21
Pages
« first
‹ previous
…
212
213
214
215
216
217
218
219
220
…
next ›
last »
Leave this field blank