Click here to Skip to main content
15,883,868 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: opencv in codeblocks - compile error Pin
Richard MacCutchan1-Dec-09 2:25
mveRichard MacCutchan1-Dec-09 2:25 
Questionneed a complete and free file manager Pin
Mehdi Ghiasi27-Nov-09 8:43
Mehdi Ghiasi27-Nov-09 8:43 
AnswerRe: need a complete and free file manager Pin
cjoki27-Nov-09 10:36
cjoki27-Nov-09 10:36 
GeneralRe: need a complete and free file manager Pin
Mehdi Ghiasi28-Nov-09 19:21
Mehdi Ghiasi28-Nov-09 19:21 
GeneralRe: need a complete and free file manager Pin
Marc Firth29-Nov-09 22:55
Marc Firth29-Nov-09 22:55 
GeneralRe: need a complete and free file manager Pin
cjoki30-Nov-09 4:43
cjoki30-Nov-09 4:43 
QuestionNew Lang ? Pin
SRJ9226-Nov-09 13:52
SRJ9226-Nov-09 13:52 
AnswerRe: New Lang ? Pin
Eddy Vluggen27-Nov-09 1:07
professionalEddy Vluggen27-Nov-09 1:07 
AnswerRe: New Lang ? Pin
cjoki27-Nov-09 10:31
cjoki27-Nov-09 10:31 
AnswerRe: New Lang ? Pin
Marc Firth29-Nov-09 22:02
Marc Firth29-Nov-09 22:02 
AnswerRe: New Lang ? Pin
abushahin7-Dec-09 2:28
abushahin7-Dec-09 2:28 
AnswerRe: New Lang ? Pin
Dr.Walt Fair, PE14-Dec-09 14:44
professionalDr.Walt Fair, PE14-Dec-09 14:44 
First, CGI isn't really a language, but a way to do server side stuff outside a web server. You can write CGI stuff in most any language that can run on your system, C, C++, Perl, Pascal, etc. Therein lies the problem -- it isn't very secure and if you CGI script crashes, the entire server may also.

So, I'd definitely recommend using PHP. It will allow you to do most anything you need to do on a server, but it will allow reasonable security in most implementations. Also, the way it's usually setup, if your PHP script crashes, it won't bring down the entire server.

CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


Questionstr_replace vs hebrevc Pin
Quiltfish26-Nov-09 9:01
Quiltfish26-Nov-09 9:01 
AnswerRe: str_replace vs hebrevc Pin
fly90426-Nov-09 9:17
fly90426-Nov-09 9:17 
AnswerRe: str_replace vs hebrevc Pin
Luc Pattyn26-Nov-09 9:22
sitebuilderLuc Pattyn26-Nov-09 9:22 
GeneralRe: str_replace vs hebrevc Pin
Quiltfish26-Nov-09 9:39
Quiltfish26-Nov-09 9:39 
GeneralRe: str_replace vs hebrevc Pin
Luc Pattyn26-Nov-09 9:46
sitebuilderLuc Pattyn26-Nov-09 9:46 
GeneralRe: str_replace vs hebrevc Pin
Quiltfish26-Nov-09 9:58
Quiltfish26-Nov-09 9:58 
GeneralRe: str_replace vs hebrevc Pin
Luc Pattyn26-Nov-09 12:14
sitebuilderLuc Pattyn26-Nov-09 12:14 
QuestionHelp debug a php function with database and JOIN query. Pin
djkee24-Nov-09 20:10
djkee24-Nov-09 20:10 
AnswerRe: Help debug a php function with database and JOIN query. Pin
fly90424-Nov-09 21:25
fly90424-Nov-09 21:25 
GeneralRe: Help debug a php function with database and JOIN query. Pin
djkee24-Nov-09 21:40
djkee24-Nov-09 21:40 
GeneralRe: Help debug a php function with database and JOIN query. Pin
fly90424-Nov-09 21:44
fly90424-Nov-09 21:44 
GeneralRe: Help debug a php function with database and JOIN query. Pin
djkee24-Nov-09 22:13
djkee24-Nov-09 22:13 
GeneralRe: Help debug a php function with database and JOIN query. Pin
fly90424-Nov-09 22:42
fly90424-Nov-09 22:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.