Change the line $file = file_get_contents("P:\\aa.txt");to $file = file_get_contents("P:\aa.txt"); --- In php-objects@xxxxxxxxxxxxxxx, "Uzair" <uzair05csmehran@...> wrote: > > i mount a drive name P:\ > > and want to rear file P:\aa.txt > but its show s can read file. > Any one read from network?????? > > $file = file_get_contents("P:\\aa.txt"); > > doesn't work > plzzzzzz >