PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hey, i need to output some math stuff, mainly I have something along these lines...
echo "blah".$i+1."end of blah";
but it won't let me do it in series like that. anyone know how to do it?