str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
php + mysql count consecutive data
I have a database of values and I want to work out how to display them if the values match a consecu
Contact Form Not Working When I Add Validation Codes
So I built my first working PHP "Contact Us" like form. But, I have been trying to now mak
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.
Saving data from a form into a file
Hey everybody,
Sorry, I am really new to PHP coding and such but a project kind of got thrust
Transferring session variables into MySQL
I am trying to transfer $_SESSION variables into MySQL. However there is an error in my MySQL statem
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
Warning: session_start() [function.session-start]: Cann.....
hi, can someone help me with this? I keep getting this error....
Warning: session_start() [fu
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);