New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | MySQL interface. Create forms to insert, update and search. Embed tables or single values into pages. Foreign keys. Password records. Send email. | You have to log in to add a translation. | Details |
Original untranslated
MySQL interface. Create forms to insert, update and search. Embed tables or single values into pages. Foreign keys. Password records. Send email.
You have to log in to edit this translation. |
|||
| ↑ | ABASE | You have to log in to add a translation. | Details |
Original untranslated |
|||
| A password on a record will prevent updates or deletions to the record without a password. In the shortcode declaring an update or delete form, include a password attribute identifying the column password. The password input must equal the contents of the password field for the update or delete to take place. | You have to log in to add a translation. | Details | |
Original untranslated
A password on a record will prevent updates or deletions to the record without a password. In the shortcode declaring an update or delete form, include a password attribute identifying the column password. The password input must equal the contents of the password field for the update or delete to take place.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The images attribute declares picture as an image. The exclamation point (!) precedes formatting for the image. width:50px will resize the image to 50 pixels wide and vertical-align:-25 will lower it 25 pixels so the adjacent rows will appear in the middle instead of at the bottom of the row. | You have to log in to add a translation. | Details | |
Original untranslated
The images attribute declares picture as an image. The exclamation point (!) precedes formatting for the image. width:50px will resize the image to 50 pixels wide and vertical-align:-25 will lower it 25 pixels so the adjacent rows will appear in the middle instead of at the bottom of the row.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [abase table="employees" columns="picture!'width:50px;vertical-align:-25px;',first_name,last_name" images="picture" style="width:500px;"] | You have to log in to add a translation. | Details | |
Original untranslated
[abase table="employees" columns="picture!'width:50px;vertical-align:-25px;',first_name,last_name" images="picture" style="width:500px;"]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Displaying the employees table with pictures would be as follows: | You have to log in to add a translation. | Details | |
Original untranslated
Displaying the employees table with pictures would be as follows:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [abase form="1,insert" table="employees" elements="first_name,last_name,picture" columns="first_name!'100',last_name!'100',picture!100$Add Employee" images="picture" ack="green"] | You have to log in to add a translation. | Details | |
Original untranslated
[abase form="1,insert" table="employees" elements="first_name,last_name,picture" columns="first_name!'100',last_name!'100',picture!100$Add Employee" images="picture" ack="green"]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| A form to add an employee with the picture field identified as an image would produce a browser file upload form element for the picture entry: | You have to log in to add a translation. | Details | |
Original untranslated
A form to add an employee with the picture field identified as an image would produce a browser file upload form element for the picture entry:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [abase sql="CREATE TABLE <code>employees</code> ( <code>employee_id</code> int(11) NOT NULL AUTO_INCREMENT, <code>first_name</code> varchar(100) NOT NULL, <code>last_name</code> varchar(100) NOT NULL, <code>picture</code> varchar(250) NOT NULL, PRIMARY KEY (<code>employee_id</code>) )"] | You have to log in to add a translation. | Details | |
Original untranslated
[abase sql="CREATE TABLE <code>employees</code> ( <code>employee_id</code> int(11) NOT NULL AUTO_INCREMENT, <code>first_name</code> varchar(100) NOT NULL, <code>last_name</code> varchar(100) NOT NULL, <code>picture</code> varchar(250) NOT NULL, PRIMARY KEY (<code>employee_id</code>) )"]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For example, if we start by creating a table as follows with an employee first name, last name and picture: | You have to log in to add a translation. | Details | |
Original untranslated
For example, if we start by creating a table as follows with an employee first name, last name and picture:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| File uploads are associated with a field in a database record. When uploading a file, the file is stored in a directory defined by the table name, column name and primary index. The address of the file (path and file name) is stored in the table cell defined by the table name, column name and primary index. The images or files attribute specify columns that correspond to file uploads. | You have to log in to add a translation. | Details | |
Original untranslated
File uploads are associated with a field in a database record. When uploading a file, the file is stored in a directory defined by the table name, column name and primary index. The address of the file (path and file name) is stored in the table cell defined by the table name, column name and primary index. The images or files attribute specify columns that correspond to file uploads.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Once the page containing the shortcode is displayed (and the new field added to the table) then be sure to delete or disable the shortcode so it doesn't execute again. | You have to log in to add a translation. | Details | |
Original untranslated
Once the page containing the shortcode is displayed (and the new field added to the table) then be sure to delete or disable the shortcode so it doesn't execute again.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [abase sql="ALTER TABLE <code>employees</code> ADD <code>employee_level</code> INT NOT NULL"] | You have to log in to add a translation. | Details | |
Original untranslated
[abase sql="ALTER TABLE <code>employees</code> ADD <code>employee_level</code> INT NOT NULL"]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Use an SQL statement. For example, to add an integer field "employee_level" to the employees database, execute the following just once: | You have to log in to add a translation. | Details | |
Original untranslated
Use an SQL statement. For example, to add an integer field "employee_level" to the employees database, execute the following just once:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| [ABASE emailto="xyz@123.45"]↵ Joe, here is the contents of the employee table:↵ [abase table="employees"]↵ Fred.↵ [/ABASE] | You have to log in to add a translation. | Details | |
Original untranslated
[ABASE emailto="xyz@123.45"]↵
Joe, here is the contents of the employee table:↵
[abase table="employees"]↵
Fred.↵
[/ABASE]
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.