Re: [PHP] Upper case problem

2005-10-03 Thread John Nichel
Jay Blanchard wrote: [snip] I am having problems with users who upload text that only contains upper case letters. For example "SEARCHING FOR". Is there a way to detect this via PHP?` I would like to have the script return him to the form and inform him that this is not allowed. So basicly I

Re: [PHP] Upper case problem

2005-10-03 Thread Georgi Ivanov
On Monday 03 October 2005 16:28, Merlin wrote: > Hi there, > > I am having problems with users who upload text that only contains upper > case letters. For example "SEARCHING FOR". Is there a way to detect this > via PHP?` I would like to have the script return him to the form and inform > him th

RE: [PHP] Upper case problem

2005-10-03 Thread Jay Blanchard
[snip] I am having problems with users who upload text that only contains upper case letters. For example "SEARCHING FOR". Is there a way to detect this via PHP?` I would like to have the script return him to the form and inform him that this is not allowed. So basicly I need a sort of regex whi

[PHP] Upper case problem

2005-10-03 Thread Merlin
Hi there, I am having problems with users who upload text that only contains upper case letters. For example "SEARCHING FOR". Is there a way to detect this via PHP?` I would like to have the script return him to the form and inform him that this is not allowed. So basicly I need a sort of reg