There is some security related issues I can't figure out how to fix or solve.
The facts:
1. I will start a freeweb service, which will offer the runing of cgi and php scripts.
2. I will use my own php scripts to manipulate MySQL database on the same server.
The questions:
1. How to protect...
I have to run a UNIX program and pass its raw output back to the browser. Is this what the PassThru is for?<br><br>I've tried to use this:<br> <b><FONT FACE=monospace>passthru( 'some.cgi');</font></b><br><br>But I got back the raw output in the browser as text, so the PHP...
Is the PHP fast enough to write MySQL database management script in it or it is better to make things like this in C? <br>The script I have to make would run 50+ times during a second. How will work the Apache in this two cases, I mean what is the difference between running PHP script and C cgi...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.