Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - drewbee

Pages: 1 2 [3]
31
General Database /
« on: April 26, 2004, 05:24:39 PM »
Their is no need to double post topics.

32
General PHP Help /
« on: April 26, 2004, 05:23:22 PM »
Ok.

What is that going on at tne end...
PHP Code: [Select]

zmuvtg
]|fo|me


?

33
General PHP Help /
« on: April 26, 2004, 05:21:54 PM »
Ok first, calm the attitude... do you enjoy going around these forums and fighting with people or what?

2nd I was reading it through rather quickly, hence why I didn't pick up on it. He missed it too, so I must not be the only one.

Alot of times, and I mean this in the best possible way, I skip over and fail to read posts you have made as I dislike how your "style" is of communicating on the boards. Very cocky I think. But as Is, it was a simple mistake, or are we Mr. Perfect over their as well too?

I do find you to be very inteligent, but maybe the way you present yourself needs some work.

34
General PHP Help /
« on: April 26, 2004, 12:39:13 AM »
Tarential, i've pulled this off of someone elses script... any reason for the excess statements in it? I havn't a clue what the ending is talking about... the beginning yes but about 3/4 way through I loose it...


PHP Code: [Select]

^[_a-z0-9-]+(.[_a-z0-9-]+)*@([0-9a-z](-?[0-9a-z])*.)+[a-z]{2}([zmuvtg]|fo|me)?$


that has been what i've used for email validatno for a year or so now, and no problems as far as i can tell...

35
General PHP Help /
« on: April 26, 2004, 12:36:18 AM »
eh I did, lol sorry bout that. Something about the way you worded it maybe?

36
General PHP Help /
« on: April 25, 2004, 08:59:57 AM »
Tarential... I've seen this done on websites before, but it is done through javascript/php or asp as the case seems fit. You can browse through different pages (clicking on a hyperlink) and any new information you change is automatically remembered. The actual submit button finally updates the database, but their are about 10 pages of other information that you can edit/update before actually saving it. Not sure how this was done though... maybe setting cookies with javascript? If I remember corectly in javascript their is a way to tell when the mouse/curser leaves a text box, and when this happens is when it executes and "remembers"...

Ideas? Obviously I am no expert, just a suggestion.

What do you think? Can It Be Done?

37
The Occasional Tutorial /
« on: October 25, 2003, 03:00:06 PM »
I have a missing bracket?? Where? I count 3 open & 3 closed?

If your talking about the functions closing bracket, look straight under the opening one.

38
The Occasional Tutorial /
« on: October 24, 2003, 02:33:37 PM »
Although it is an interesting setup, I do code like that mostly, although though is one little different that I do...

Its just the alignment of brackets and how i look at it, its its my style i have no problem debugging it, but others may?

PHP Code: [Select]

function DetermineClass ($class$birth) {
 
if ((!
$class) || (!$birth)) {
     return 
FALSE;
} else {
     return (
"Your Charecter of the $class class was born on $birth");
          }

                                                           }

DetermineClass(JediTattoine);


Something like that anyways...

But Hey, thats just my style, and thats how I edit and write it... its not like anyone else edits my stuff anyways.

Pages: 1 2 [3]