• You are not logged in. | Login

Post a reply

February 5, 2008 11:36 am

shradha
Member
Ranks

upload file on server

hi

i want to run sed command in php script. Actually sed command should run on command prompt but i want to run through the php script

i tried with shell_execute() and also with exec() function in the php script but it didnot work.
i want to change the format and then upload that file on server.

please help me ..................

thanks


 

 

July 16, 2009 9:16 pm

DaveRandom
Member
Ranks

Re: upload file on server

1) use backticks `` or system(), see if that works.

2) what can you do with sed that you can't do with PHP?


 

 
  • Actions
  • Top