the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
send message to the java application
Oracle 10g with Windows platform.
I have a java application that periodically pings the d
mail()
Hi all. I have a problem with emails. I am trying to set up a mail system where customers can subscr
Not connecting to DB using ruby, error:env.c:257:in oci8lib.so: ORA-12154:
Hi All,
I am trying to connect to the database server from the client server using ruby and f
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with
Form submissing with PHP and JQuery/Ajax
I have searched everywhere, but cannot find a solution for this... I have worked all day trying to g
How to create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main