Just trying to learn how this statement works.
I use a file on my machine and want to load into a db on my machine as well.
In the php I put the path to the file
Code: Select all
'c:\wamp\www\tests\file.txt'I load the file using phpadmin and no error and in the generated php code the path is
Code: Select all
'c:/wamp/tmp\\php11.tmp'How shall I make it work ?
Thank you