Sõnastik

Echo (PhP) – echo – outputs text or variable values to the browser. Example : echo “Tere maailm!“; or echo (“Tere maailm!”);
Execute (PhP) – execute() – executes the prepared SQL statement. Example: $stmt->execute();