0
votes
0answers
79 views

PHP variable not recognized inside an if statement [closed]

I will be using this variable for changing the name of a file upload so it is the business id of a user. At first I thought it was something wrong with the name changing part but for some reason I ...