Go to advanced search

by belfawi
Sat Aug 31, 2013 8:38 pm
Forum: Français
Topic: problem d'xecuter un fichier en python par un fichier en php
Replies: 6
Views: 951

Re: problem d'xecuter un fichier en python par un fichier en

oui il est appelé dans le meme fichier !!!
by belfawi
Fri Aug 30, 2013 10:41 pm
Forum: Français
Topic: problem d'xecuter un fichier en python par un fichier en php
Replies: 6
Views: 951

Re: problem d'xecuter un fichier en python par un fichier en

et le script en php est : <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Raspberry Pi remote control</title> <style> body {font-family: arial;} td {text-align: center;} </style> </head> <body> <center> <img src="logo.jpg"> <br> <br> <?php function TglControl...
by belfawi
Fri Aug 30, 2013 10:39 pm
Forum: Français
Topic: problem d'xecuter un fichier en python par un fichier en php
Replies: 6
Views: 951

Re: problem d'xecuter un fichier en python par un fichier en

le script en python est :
#!/usr/bin/env python

import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BOARD)
GPIO.setup(13, GPIO.OUT)
GPIO.output(13, False)
by belfawi
Thu Aug 29, 2013 1:38 am
Forum: Python
Topic: problems running a python program with php
Replies: 3
Views: 7910

Re: problems running a python program with php

s'il vous plait plus d'information, j'ai le meme probleme. merci
by belfawi
Wed Aug 28, 2013 11:50 pm
Forum: Français
Topic: problem d'xecuter un fichier en python par un fichier en php
Replies: 6
Views: 951

problem d'xecuter un fichier en python par un fichier en php

j'ai un fichier en python pour allumer des led avec raspberry pi, et j'ai un fichier en php pour faire un interface, le probleme c'est que lorsque je click sur les bouton pour allumer les led depuis le serveur web apache les lampes ne s'allument pas.
svp m'aider et merci

Go to advanced search