the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Option box to change variable
Hello, i need help by making a script!
I need to write a file with option box, so a dropdown
Backflush
I am looking for a report in SAP that would give me a list of all parts that are populated with a ba
PHP Login
Hey!
I got this shopcart code online, am trying to modify it but am getting an error when i try a
Pagination
Okay here is the page in question: http://blenderteachings.000a.biz/tutorials.hamishhill.php
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
Where is my php.ini???
Hi
First off - apologies - i'm not a coder so this may sound very amateur.
I'm having
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o
Multiple Options for a Single Page
For this example I want to use the Handlers option which is under Fed Admin and all the related codi
Registration
ok so i have a site where people can register and login which works now thanks to someone on here th