I cant seem to get this to work.
I have two varibles.
1. $fullpath = /var/beer/somewhere/
2. $variblepath = example/ (this vairlbe comes from a $_POST)
What i want to do is combined them in the opendir().
So its opening /var/beer/somewhere/example/
aka opendir($fullpath $variblepath);
anyway to do this?