Undefined index: username HELP NEWBIE
I am trying a simple login/logout for my website. It works well with checking if the username exists
Simpler method of getting variables from mysql
Hi Guys,
I'm trying to streamline my CMS's code and as I was writing a new page it occured to
Posting to another Site?
I have software that people install.
When they install it, is there a way to make it post their d
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Checking if field is empty AND using !is_numeric
Hi lads,
Need to be able to display an error message (using isset?) that says "Cant lea
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
Help With editting and deleting form
Hallo !!
So look at this image :
http://img194.imageshack.us/img194/8272/snapshot5f.pn
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.
Seco