Still hardly complicated. (Your code).Lets make it more complicated, as that wasn't complicated, probably more complicated than you can understand!
Still hardly complicated. (Your code).Lets make it more complicated, as that wasn't complicated, probably more complicated than you can understand!
thats a bit stupid.. surely i couldnt be bothered to use a function every time i wanted to center something just slows it down man just use pure html alot easier or use css..ooh, let's make it really complicated!
PHP Code:<?php
function center($text){
echo "<center>".$text."</center>";
}
function break(){
echo "<br />";
}
function font($text,$font){
echo "<font family='".$font."'>".$text."</font>";
}
function size($text,$size){
echo "<font size='".$size."'>".$text."</font>";
}
center("Centered Text");
break();
font("Verdana Text","verdana");
break();
size("Big Text",32);
break();
?>
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
Lol people trying to show how complicated they can code php.![]()
Want to hide these adverts? Register an account for free!