the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I nee
foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with
private constructor
Hello,
Can we create a constructor as private? If yes, what is the use of it? If no, why can'
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
Need help Updating SQL Server Express DB from c# :(
Please can anyone help with:-
1 How to sructure the strSelect statement.
2 How to instruct
Consuming third party Payment Gateway API from Procedure.
Hi All,
First of all i would like to thank all the people of the oracle forum for providi