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

Linux, Apache, MySQL, PHP

 
GeneralRe: An warning Pin
Marc Firth23-Aug-09 21:46
Marc Firth23-Aug-09 21:46 
AnswerRe: An warning Pin
Marc Firth21-Aug-09 3:45
Marc Firth21-Aug-09 3:45 
GeneralRe: An warning Pin
udch24-Aug-09 0:19
udch24-Aug-09 0:19 
Questionpython books Pin
madhu912419-Aug-09 22:28
madhu912419-Aug-09 22:28 
AnswerRe: python books Pin
ClockEndGooner3-Sep-09 6:58
ClockEndGooner3-Sep-09 6:58 
GeneralRe: python books Pin
Davy Mitchell15-Sep-09 21:14
Davy Mitchell15-Sep-09 21:14 
Questiondefining different areas Pin
asifsomy17-Aug-09 18:12
asifsomy17-Aug-09 18:12 
QuestionHow to write replace in php ? Pin
udch14-Aug-09 17:31
udch14-Aug-09 17:31 
Below replace i write in java script but now I need to write it in php .....


// for replace \n by commas because I will be getting multiple records
var tmp = responseText.replace(new RegExp( "\\n", "g" ), ",");

//Replace any double quotes
var tmp1 = tmp.replace(new RegExp( "\"", "g" ),"");

and

scodeSplit = responseText.split("colspan=\"2\">");
scode = scodeSplit[1].split(" - EQ");
stockSymbol = scode[0].replace(/^\s+|\s+$/g, '');



How to write replace in php ?
AnswerRe: How to write replace in php ? Pin
fly90414-Aug-09 23:33
fly90414-Aug-09 23:33 
AnswerRe: How to write replace in php ? Pin
AndreasJ819-Aug-09 6:22
AndreasJ819-Aug-09 6:22 
QuestionHow to ? Pin
udch14-Aug-09 17:27
udch14-Aug-09 17:27 
AnswerRe: How to ? Pin
fly90414-Aug-09 23:50
fly90414-Aug-09 23:50 
GeneralRe: How to ? Pin
udch15-Aug-09 5:17
udch15-Aug-09 5:17 
GeneralRe: How to ? Pin
fly90415-Aug-09 5:33
fly90415-Aug-09 5:33 
QuestionPERL on XP? Pin
R. M. Sohail Arshed12-Aug-09 5:40
R. M. Sohail Arshed12-Aug-09 5:40 
AnswerRe: PERL on XP? Pin
Member 38111902-Sep-09 0:46
Member 38111902-Sep-09 0:46 
QuestionWeb programming PERL with XP? Pin
R. M. Sohail Arshed12-Aug-09 5:39
R. M. Sohail Arshed12-Aug-09 5:39 
AnswerRe: Web programming PERL with XP? Pin
Samer AlRawi6-Sep-09 1:02
Samer AlRawi6-Sep-09 1:02 
QuestionHow to Convert Video to FLV in PHP Pin
vasanth arivali11-Aug-09 21:36
vasanth arivali11-Aug-09 21:36 
AnswerRe: How to Convert Video to FLV in PHP Pin
fly90412-Aug-09 0:05
fly90412-Aug-09 0:05 
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 

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.