André Paulo
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Set value for a variable (only on editor side)
To import from other php files I usually do this: $include = explode('public_html', dirname(__FILE__))[0] . 'include/';include $include . 'header.php'; It works great, and prevents all the ../../.....