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

Linux, Apache, MySQL, PHP

 
GeneralRe: How to Convert Video to FLV in PHP Pin
blackpool2713-Aug-09 17:16
blackpool2713-Aug-09 17:16 
AnswerRe: How to Convert Video to FLV in PHP Pin
Marc Firth12-Aug-09 22:37
Marc Firth12-Aug-09 22:37 
AnswerRe: How to Convert Video to FLV in PHP Pin
enhzflep13-Aug-09 20:15
enhzflep13-Aug-09 20:15 
Questionarray? Pin
benjamin yap11-Aug-09 15:32
benjamin yap11-Aug-09 15:32 
AnswerRe: array? Pin
Marc Firth12-Aug-09 22:44
Marc Firth12-Aug-09 22:44 
AnswerRe: array? Pin
AndreasJ819-Aug-09 6:31
AndreasJ819-Aug-09 6:31 
QuestionWhy the regex doesn't catch the "Extra" group? Pin
senglory11-Aug-09 12:41
senglory11-Aug-09 12:41 
AnswerRe: Why the regex doesn't catch the "Extra" group? Pin
jschell9-Sep-09 14:10
jschell9-Sep-09 14:10 
No idea what the answer to the question is, however....

Don't use a regex in an attempt to parse html/xml. Instead use a parser. Such parsers already exist and have an extensive history.

At best regex solutions can only work if all of the following are true
1. The source is machine generated
2. The source is limited to a single source (or perhaps two.)
3. There is no chance that any other source will ever be used.

If the above are not all true then the result will be one of the following
1. Over time one will end up with a full functioning parser (which would have been the case if one started with one in the first place.)
2. Over time one will end up with a hideous unmanagable mess of code that must be replaced - probably with a parser.
QuestionStock Chart Pin
udch11-Aug-09 8:52
udch11-Aug-09 8:52 
AnswerRe: Stock Chart Pin
Marc Firth12-Aug-09 22:48
Marc Firth12-Aug-09 22:48 
GeneralRe: Stock Chart Pin
blahorst19-Aug-09 1:18
blahorst19-Aug-09 1:18 
GeneralRe: Stock Chart Pin
Marc Firth19-Aug-09 5:52
Marc Firth19-Aug-09 5:52 
GeneralRe: Stock Chart Pin
udch20-Aug-09 1:49
udch20-Aug-09 1:49 
GeneralRe: Stock Chart Pin
udch20-Aug-09 2:24
udch20-Aug-09 2:24 
GeneralRe: Stock Chart Pin
Marc Firth20-Aug-09 2:27
Marc Firth20-Aug-09 2:27 
GeneralRe: Stock Chart Pin
Marc Firth20-Aug-09 2:28
Marc Firth20-Aug-09 2:28 
GeneralRe: Stock Chart Pin
udch20-Aug-09 2:34
udch20-Aug-09 2:34 
GeneralRe: Stock Chart Pin
Marc Firth20-Aug-09 2:30
Marc Firth20-Aug-09 2:30 
GeneralRe: Stock Chart Pin
udch20-Aug-09 2:38
udch20-Aug-09 2:38 
GeneralRe: Stock Chart Pin
Marc Firth20-Aug-09 2:54
Marc Firth20-Aug-09 2:54 
QuestionHow to open ? Pin
udch11-Aug-09 8:36
udch11-Aug-09 8:36 
AnswerRe: How to open ? Pin
fly90411-Aug-09 10:17
fly90411-Aug-09 10:17 
Questiongui tool for mysql in linux Pin
Kiran Pinjala11-Aug-09 3:25
Kiran Pinjala11-Aug-09 3:25 
AnswerRe: gui tool for mysql in linux Pin
lemur11-Aug-09 5:11
lemur11-Aug-09 5:11 
AnswerRe: gui tool for mysql in linux Pin
Sebastian Schneider12-Aug-09 3:27
Sebastian Schneider12-Aug-09 3:27 

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.