Skip to main content

Importing Files

  • Chapter
  • First Online:
PHP Quick Scripting Reference
  • 1668 Accesses

Abstract

The same code often needs to be called on multiple pages. This can be done by first placing the code inside a separate file and then including that file using the include statement. This statement takes all the text in the specified file and includes it in the script, just as if the code had been copied to that location. Just like echo, include is a special language construct and not a function, so parentheses should not be used.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 14.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    http://www.php.net/manual/en/ini.core.php#ini.include-path

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Mikael Olsson

About this chapter

Cite this chapter

Olsson, M. (2013). Importing Files. In: PHP Quick Scripting Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6284-8_17

Download citation

Publish with us

Policies and ethics