Joined November 2012
·

Danny Morabito

Germany
·
·

ehm... it just enables the basic tags that are exactly the same as divs..
no <video> no <audio> no <keygen> and so on...

Posted to Webserver using only PHP over 1 year ago

@squiter85 well... i hate the ruby sintax, ruby is less powerfull than php
doing a mysql connection in ruby requires 1000 of tweaks ( don't say it's just editing a configuration file, you have to install the mysql gem, edit the configuration, edit the other file ( the one with all packages, don't remember the name anymore ) and then you can cross your fingers and look if it works )...
in php just insert the mysql exstension in php.ini ( in 90% of the cases is already inserted ) and then magic, works...
php has full integration with html... ( erb isn't powerfull as the <? and ?> :) )

Posted to Webserver using only PHP over 1 year ago

@jmarizgit I know that 0.0.0.0 and 127.0.0.1 are the same thing in theory you could even write ::1 if you have an IPV6 card

@squiter85 well, am not a fan of ruby on rails, but yes, it's like it :)

Posted to Thoughts on being a programmer. over 1 year ago

just epic :)

Posted to Webserver using only PHP over 1 year ago

the code you entred opens the port 8080... so the user has to write 127.0.0.1:8080 in the browser, with my code the user has to write just 127.0.0.1
but of course your code works too

Achievements
52 Karma
3,304 Total ProTip Views