control arduino from pc

is it possible to fully control arduino from like php, and tell the php 1 arduino have a sensor.
And tell another arduino to use that value from the computer, without code that much in arduino, so i can keep putting arduinos and other microcontrollers to the network.

And is it possible to do the same but on one arduino?

is it possible to fully control arduino from like php

Yes.

without code that much in arduino

No.

@proDeveloper you will get much better advice if you explain what you want to achieve rather than just asking questions about how you think it might be done.

Also give full details of the project -for example

  • How many sensors?
  • What sort of sensors?
  • how often must the sensors be read?
  • Where are the sensors located?
  • How many Arduinos?
  • etc

...R