that old Malformed Headers problem again!!!!! HELP!!!!!!
I've read the http://www.phpfreaks.com/forums/index.php/topic,37442.0.html
I don't think my c
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
send message to the java application
Oracle 10g with Windows platform.
I have a java application that periodically pings the d
How to read posted binary data from a mobile device and post it to a web server?
Here is the senario...
I have a mobile device (MD) that posts binary data to a Web Server (WS
Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
Auto fill in input value based on User_ID
Hello,
I'm looking form some input on the following problem.
User loads page ->
reating a background image
I am building a site in drupal and have a php form in it, due to certain annoyances with module buil
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so