Search found 5 matches
- Sun Jan 22, 2006 7:49 am
- Forum: PHP - Code
- Topic: Splitting a name field into firstname/surname
- Replies: 2
- Views: 373
- Sun Jan 22, 2006 3:58 am
- Forum: PHP - Code
- Topic: Splitting a name field into firstname/surname
- Replies: 2
- Views: 373
Splitting a name field into firstname/surname
Hi there, I have a single "name" input field, and when submitted I want to look for the first space in the name, put anything before it into a "firstname" field, and anything after it into "surname". At the moment I'm doing it like this (because its the only way I know ...
- Sun Jan 02, 2005 2:18 pm
- Forum: PHP - Code
- Topic: Custom message for people browsing from Google
- Replies: 8
- Views: 761
- Sun Jan 02, 2005 1:47 pm
- Forum: PHP - Code
- Topic: Custom message for people browsing from Google
- Replies: 8
- Views: 761
- Fri Dec 31, 2004 5:17 am
- Forum: PHP - Code
- Topic: Custom message for people browsing from Google
- Replies: 8
- Views: 761
Custom message for people browsing from Google
Hi, I'm new in these parts (and fairly new to PHP) so go easy on me :) I've started to notice that my website is receiving a lot more "random" visitors from Google; i.e people typing in peculiar searches and my site ranking highly in the search results. #1 What I would like to do is put so...