the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Hits this week counter
I have a counter on my site that tracks hits, IP's, etc. into a mySQL database. It also includes the
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
Good Programming and Web Design Books
Hi,
I recived a pm today from a fellow phpfreaker regarding php books, i replied with the fo
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, ho
how to hide input fields on selection screen using variant attribute
Hello all,
I want to know how to hide input fields on selection screen using variant attr
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
The repetition structure: the while statement not working
New programming student, have assignment as follows:
A restaurant has 4 lunch combos for custom
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas