Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Call to a member function move() on null

if (Input::file('image')) {

    if(file_exists(Input::file('image')->move(getcwd() . '/files/img/' . $post-    >image)))    
        {
            unlink(Input::file('image')->move(getcwd() . '/files/img/' . $post-    >image));
    ....
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Call #member #function #null
ADD COMMENT
Topic
Name
8+9 =