How would you add a variable within quotations marks? Here’s what I’m trying to do but it’s not working.
header("Location: mainpage.php?note=".$note_title);
Also is there a way to indent blocks of code on Stack Overflow without having to do four spaces on each individual line?
you mean like:
This is the standard way. If it is not working the problem is not with the code you posted.
As for the second part, you can use tabs, but not effectively in a browser window usually.