Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
AnswerRe: Character case assistance needed Pin
Luc Pattyn23-Feb-10 12:04
sitebuilderLuc Pattyn23-Feb-10 12:04 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 22:16
venomation23-Feb-10 22:16 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 1:11
sitebuilderLuc Pattyn24-Feb-10 1:11 
GeneralRe: Character case assistance needed Pin
venomation24-Feb-10 4:29
venomation24-Feb-10 4:29 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 5:17
sitebuilderLuc Pattyn24-Feb-10 5:17 
GeneralRe: Character case assistance needed Pin
venomation24-Feb-10 7:26
venomation24-Feb-10 7:26 
Questionrun PHP code on remote machine, from C# Pin
andyxfun23-Feb-10 4:31
andyxfun23-Feb-10 4:31 
AnswerRe: run PHP code on remote machine, from C# Pin
Dave Kreskowiak23-Feb-10 5:09
mveDave Kreskowiak23-Feb-10 5:09 
Don't ask the same question twice. Continue this on the previous thread.

But, since you added some other questions:

andyxfun wrote:
just like being a normal internet user requesting that the php is executed but without the need of any php-generated interface


You don't need a php-generated interface. The php script can be executed from a web page.


andyxfun wrote:
,just taking advantage of the server-side characteristics of php.


php doesn't know about, nor care about, if it's running on a server or a workstation. The machine it's running on looks the same as any other.


andyxfun wrote:
i wonder,can c# take some details that could be returned by php,maybe picking up info from cookies left on the host machine?


Without a web server, there are no cookies.


andyxfun wrote:
or maybe some session details?


No web server = no session.


andyxfun wrote:
can c# force a server to run a code generated right from the c# interface,maybe transferred through ftp?


No. As I said in your previous thread, running code on a remote box is a VERY HIGH SECURITY RISK. This is not something you normally would do.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: run PHP code on remote machine, from C# Pin
andyxfun23-Feb-10 5:40
andyxfun23-Feb-10 5:40 
QuestionGetting Domain UserNames? Pin
Pawan Kiran23-Feb-10 3:55
Pawan Kiran23-Feb-10 3:55 
AnswerRe: Getting Domain UserNames? Pin
Dave Kreskowiak23-Feb-10 4:01
mveDave Kreskowiak23-Feb-10 4:01 
Questionrequesting the run of a .php file? Pin
andyxfun23-Feb-10 3:35
andyxfun23-Feb-10 3:35 
AnswerRe: requesting the run of a .php file? Pin
Dave Kreskowiak23-Feb-10 4:00
mveDave Kreskowiak23-Feb-10 4:00 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 4:15
andyxfun23-Feb-10 4:15 
GeneralRe: requesting the run of a .php file? Pin
Dave Kreskowiak23-Feb-10 5:03
mveDave Kreskowiak23-Feb-10 5:03 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 5:32
andyxfun23-Feb-10 5:32 
AnswerRe: requesting the run of a .php file? Pin
Luc Pattyn23-Feb-10 4:30
sitebuilderLuc Pattyn23-Feb-10 4:30 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 4:35
andyxfun23-Feb-10 4:35 
AnswerRe: requesting the run of a .php file? Pin
Eddy Vluggen23-Feb-10 6:37
professionalEddy Vluggen23-Feb-10 6:37 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 6:50
andyxfun23-Feb-10 6:50 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 6:54
andyxfun23-Feb-10 6:54 
AnswerRe: requesting the run of a .php file? Pin
Saksida Bojan23-Feb-10 7:13
Saksida Bojan23-Feb-10 7:13 
Questionfast write txt file Pin
AlexB4723-Feb-10 2:54
AlexB4723-Feb-10 2:54 
AnswerRe: fast write txt file Pin
Keith Barrow23-Feb-10 3:12
professionalKeith Barrow23-Feb-10 3:12 
AnswerRe: fast write txt file Pin
dan!sh 23-Feb-10 3:13
professional dan!sh 23-Feb-10 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.