Shebang line
Scris: 16-Noi-2007, 22:55:46
Salut,
Am inceput instalarea unui script dar pe parcurs ma blochez undeva. Spune ceva de "shebang line" ceea ce eu nu am mai auzit pana acum.
Textul este urmatorul
Am nevoi de putin ajutor. Oricine cunoaste "problema" este rugat sa posteze aici
As avea nevoie de un fel de "traducere" al acestei fraze 
Multumesc mult
Am inceput instalarea unui script dar pe parcurs ma blochez undeva. Spune ceva de "shebang line" ceea ce eu nu am mai auzit pana acum.
Textul este urmatorul
Cod: Selectaţi tot
Now depending on how your server is set up depends on if you need a shebang line or not. A shebang line goes into your scripts as the very first line. This line tells the server where php is located so it can run it, almost the same as a perl script. If your server is setup as a cgi module than you will need this line and chmod all files to 755. If your php is installed as an ISAPI module than you do not need this line and you shouldn’t have to chmod anything. Unless your host has it setup to where you do need the shebang line.


Multumesc mult
