echo 'hello world';

Status
Not open for further replies.

flip liquid

Newbie
Joined
Jan 7, 2017
Messages
4
Reaction score
1
Hi All! :)

I'm primarily a developer (php, mySQL, js, css, html), but starting to do a little SEO on the side. I hope to contribute my coding skills and pick up some SEO knowledge.
 
Hey

Welcome to this awesome BHW family :)

Good luck in your search.

Sincerely,
Steve
 
while(true){
echo "welcome to bhw dude";
}
 
Welcome to this great community. Enjoy your stay here. :)
 
<?php
function BHW {

global Family;
include('https://www.blackhatworld.com/members/flip-liquid.1033887/'););
}

BHW();
?>
 
if(userunfriendly == true) {
echo "*$#@$**%@!*";
} else {
echo "Welcome bro!";
}
 
if(userunfriendly == true) {
echo "*$#@$**%@!*";
} else {
echo "Welcome bro!";
}
could be rewritten as :
if(userunfriendly) {
echo "*$#@$**%@!*";
} else {
echo "Welcome bro!";
}
:D:rolleyes:
 
Status
Not open for further replies.
Back
Top