Question: 1. Which is not a valid php comparison operator? !== => == 2. What is the data type of $totalqty after processing the following statement?

1. Which is not a valid php comparison operator?

!==

=>

==

<>

2. What is the data type of $totalqty after processing the following statement? $totalAmount = (float)$totalqty;

integer

float

double

no data type

3.

If date() gives you a warning about not having set the timezone, you should:

Add the date.timezone setting to your .php file.

Add the date.timezone setting to your php.ini file.

Add the $timezone() in your .php file.

Add the $timezone() setting to your php.ini file.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!