Which of the following is an alternative to the PHP file_put_contents() function?
a. fputs()
b. fopen()
c. fwrite()
d. fp()
c. fwrite()
You might also like to view...
Match the following terms to their meanings:
I. Aggregate function A. Can be displayed in a Web browser II. Data task specification B. An aggregate function that returns one record III. HTML document for each unique value in the column on which IV. Group by function the function is applied V. Manufacturer and product number C. Used to identify labels in the label Wizard D. Performs calculations based on a group of records E. Allows data to be imported or exported by clicking a single button
Match the following selection criteria with their description
I. = II. <= III. >= IV. <> V. Between A. If no operator is used, this is assumed B. Selects records in which the field value is not equal to the value provided C. Selects records in which the field value is greater than or equal to the value provided D. Selects records in which the field values listed are within the two values E. Selects records in which the field value is less than or equal to the value provided
Identify an example of direct costs.
A. Project team members’ salaries B. Power consumption costs C. Copy machine rentals D. Insurance expenses
What is not a reason for avoiding making the state field a two-character lookup field?
A. You might miss states that have more than one abbreviation. B. You might miss areas like the District of Columbia. C. You might miss other countries with two letter abbreviations recognized by the post office. D. You might miss abbreviations for military areas.