André Paulo

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • André Paulo created a post,

    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 ../../.....