hola everyone,
how can i save a file path into mysql database without removing the '\'
im using XAMPP for my database or phpmyadmin then when i try to insert a file path (ex. D:wallpaper\me. jpg) it removes the backslash and now it became
D:wallpaperme.j pg ..when i try load it an error occur "file not found" because the backslash was remove!
..help!
how can i save a file path into mysql database without removing the '\'
im using XAMPP for my database or phpmyadmin then when i try to insert a file path (ex. D:wallpaper\me. jpg) it removes the backslash and now it became
D:wallpaperme.j pg ..when i try load it an error occur "file not found" because the backslash was remove!
..help!
Comment