Thanks!
Will try like this: exec('query.exe /session_id='.$session_id.' /hostname='.$hostname.' /user='.$user.'');
Your'e doing a Ggggreat job!
*BUMP*
Hmm. Seems i only get one of the variables to the exe.
and I cant figure out how to make this work with three.
Search found 3 matches
- Thu Jan 20, 2011 11:48 am
- Forum: Beginners
- Topic: Passing variable from PHP to Macroscheduler possible?
- Replies: 2
- Views: 4483
- Thu Jan 20, 2011 9:07 am
- Forum: Beginners
- Topic: Passing variable from PHP to Macroscheduler possible?
- Replies: 2
- Views: 4483
Passing variable from PHP to Macroscheduler possible?
As Subject, Is this possible to do?
I have searched the forum and not been able to find this out.
(But where thinking somehow in the execution line of the macro...?)
/Emanuel
I have searched the forum and not been able to find this out.
(But where thinking somehow in the execution line of the macro...?)
/Emanuel
- Mon Jun 22, 2009 9:10 am
- Forum: Technical / Scripting
- Topic: problem reading separated text
- Replies: 0
- Views: 2890
problem reading separated text
Hi guys. I have a *.xml file I have separated into r_ variables. The problem is (i think atleast) the *.xml is coded in UTF-8, so some of the text i'm interested in are treated like they where iso-8859-1. (We have here in sweden å,ä and ö) (Top of *.xml file: xml version="1.0" encoding=UTF-8 Do a...