DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
get contents of a tmp file php
$file
=
$_FILES
[
'file'
]
[
'tmp_name'
]
;
// It is the path to the file
$data
=
file_get_contents
(
$file
)
;
PREVIOUS
NEXT
Tagged:
#contents
#tmp
#file
#php
ADD COMMENT
Topic
COMMENT
Name
6+1 =
Submit