the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Multi language - seo links
Im trying to figure out the best method to have a multi language website that will function with seo
query help
Hi experts.
i have a table rep2 like this
PROD_COD ACCT_NO DUE_DAYS BALANCE
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
Changing color in GD via variable?
Hey guys, I'm new here. x)
I'm very much a noob when it comes to PHP, but I'm trying to learn
Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
I need an iframe that calls up a different page according to the date
hi
I don't know any php (only html) and I urgently need to do the following:
I need a
This must be easy , pulling the last record of the day, every day, from a txt
I have a txt file logging weather data every minutes (so 1 record per minute). I want to extract the
PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho