Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
COde for a Cc
I'm not receiving $ft as a Cc. Why is that??
$to = "$email";
$headers = "Fr
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.
TimeZoneOffset
Hello,
Please i need your help. I have a system that users can use to punch in and out. This
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
IIS & NW MII on the same server
Hi,
We're weighing the possibility to run both IIS and MII (NetWeaver) on the same server
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);