All php developers have been there. You’ve got the page working just like it should. And with one exception, it looks good too. That exception: All of your status and debut messages. You hate to get rid of it. It’s … Continue reading →
I’ve been coding in php for seven years, and doing it professionally for four. Until today, I never knew you could use a syntax like this to set the value of more than one variable.
|
$variable_x = $variable_y = 0; |
I’m not sure why … Continue reading →
Posted in php, Web Apps
|
Tagged shortcuts, syntax
|