Search Results

Search found 2 results on 1 pages for 'ozzwanted'.

Page 1/1 | 1 

  • PHP: How to read email attachment

    - by ozzwanted
    What I have: A person daily send to me an email, which has a zip'ed XML attachment. What I do: I save that attachment, unpack it and import via XML importerer to my web site. What I need: Automatic script, what I can automatically forward my email to ex.: [email protected] and read that attachment via some php file in my website, which maybe will be activated daily via server cronjob. Is it possible to code this? And maybe someone has any pre-coded scripts. Thanks for answers.

    Read the article

  • C#: How to constuct a variable from another variables

    - by ozzwanted
    How to construct new variable in C#. I mean, to have sth like this public void updateXXX(string endingOfVariable, int newValue) { this.textBox_{endingOfVariable} = newValue; } This is implemented in Php: $a = 'var'; $b = 'iable'; $variable = 'var'; echo ${$a.$b}; But maybe it is possible in C#. The problem is that - I created ~500 textBoxes in C# Windows Form, and if I want to set a value, I need to build a switch() {case:; } statment with 500's cases.

    Read the article

1