answersLogoWhite

0

How do you write a php algorithm?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

Well if you know php then you can write your own algorithm

php syntax is

<?php //open php tag

$num = 1;

$num2 = 2;

$total = $num + $num2;

echo $total;

?> //close php tag

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: How do you write a php algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp