the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
Displaying Site Logo/Icon on a Title tag
really need some help out here. I want to insert a Logo/Icon just like the one close to the "PH
Collecting AOL Search Terms
I am attempting to collect AOL search terms. I know the code is correct (it works for google, bing,
How to show more than 1 users with this code...
Hello,
i have a table that shows users only if I, as Administrator, want to be shown. But its sho
Receive Rosettanet Message to SAP 4.6c
Dear all ,
My customer will send the PO details by rosettanet message , Is it
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My
what does this mean? +=
is anyone able to explain what this code is saying?
i had it written for me awhile back and n