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!
//existing
$first = $second2text;
//i have the variable
$_POST['number'];
// i want to put them together in the form
$first = $second$_POST['number']text;
//with the $_POST['number'] replacing the 2 in the first line
Was just trying to cut down some code without having to re-order some files Just been lazy, hehe. I'll just recode them will be better in the long run.