Skip to main content
backdrop
Translations
Welcome!
Login
Create account
Menu
Toggle menu visibility
Home
Downloads
Languages
Translate to Catalan
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
Podeu publicar codi PHP. Haurieu d'incloure etiquetes <?php ?>.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Using custom PHP code
Show related projects
Utilitzar codi PHP personalitzat
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
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
El codi PHP personalitzat es pot inserir en alguns tipus de contingut, incloent els enviaments i els blocs. Tot i que el codi PHP inserit dins d'un enviament o bloc és una opció potent i flexible quan l'utilitza un usuari de confiança amb experiència en PHP, és un perill i un risc important de seguretat si s'usa inadequadament. El mínim error a l'hora de publicar codi PHP pot comprometre accidentalment el vostre web.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
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
Si no esteu familiaritzat amb PHP, SQL i Drupal, eviteu utilitzar codi PHP personalitzat en els vostres enviaments. Experimentant amb PHP podeu corrompre la base de dades, inutilitzar el vostre web o comprometre'n seriosament la seguretat.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Notes:
Show related projects
Notes:
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Remember to double-check each line for syntax and logic errors <strong>before</strong> saving.
Show related projects
Recordeu-vos de comprovar exhaustivament si hi ha cap error de sintaxi o de lògica a cada línia <strong>abans</strong> de desar-ho.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Statements must be correctly terminated with semicolons.
Show related projects
Les sentències han d'acabar correctament amb punts i coma.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Global variables used within your PHP code retain their values after your script executes.
Show related projects
Les variables globals utilitzades dins del vostre codi PHP retindran els seus valors després d'executar el guió.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
<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> està <strong>desactivat</strong>. Si necessiteu fer servir formularis, utilitzeu i estudieu les funcions de la <a href="@formapi">API de formularis de Drupal</a>.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
#
Use a <code>print</code> or <code>return</code> statement in your code to output content.
Show related projects
Utilitzeu una sentència <code>print</code> o <code>echo</code> en el vostre codi per imprimir contingut.
by Multiple Contributors
on Wed, 02/13/2019 - 04:06
Pages
« first
‹ previous
…
212
213
214
215
216
217
218
219
220
…
next ›
last »
Leave this field blank