the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Which PHP-Editor do you think is the best?
Hi everyone,
Myself Brian Anderson. For the last 2 years i have been working a
Appending GET data with form submition
Okay, what I'm trying to do is to use a form to append an already existing GET data string.
I
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
noob cURL help
I have a pretty basic form that I need to cURL post to a file in my includes folder (includes/login.
having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. F
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
add 20 000 to the rowcnt
Hi ...
I need to add 20 000 to the row count but just cant find a way to do this i am new to php