just found javascript solution which is working fine - less involved than the php route:
http://javascript.internet.com/buttons/e-mail-link.html
Search found 10 matches
- Fri Nov 25, 2005 3:07 pm
- Forum: PHP - Code
- Topic: email to a friend link?
- Replies: 7
- Views: 331
- Fri Nov 25, 2005 2:46 pm
- Forum: PHP - Code
- Topic: email to a friend link?
- Replies: 7
- Views: 331
email to a friend link?
yeah - just found that out - the link arrives as a dat file with which needs to be downloaded.
any ideas on a Javascript method of doing this?
any ideas on a Javascript method of doing this?
- Fri Nov 25, 2005 9:04 am
- Forum: PHP - Code
- Topic: email to a friend link?
- Replies: 7
- Views: 331
thank u
thanx very much for that - cool simple solution!
- Fri Nov 25, 2005 8:31 am
- Forum: PHP - Code
- Topic: email to a friend link?
- Replies: 7
- Views: 331
email to a friend link?
hi
does anyone know how to create an 'email this page to a friend' link?
how is this done?
Many thanx
dirk
does anyone know how to create an 'email this page to a friend' link?
how is this done?
Many thanx
dirk
- Thu Oct 27, 2005 5:23 pm
- Forum: PHP - Code
- Topic: cookies - redirecting to alternating home pages
- Replies: 4
- Views: 213
cookies - redirecting to alternating home pages
Hi
I'd like to set-up a simple cookie system that redirects the user to 1 of 2 home pages - so the home page effectively alternates.
I'm a bit of a php newbie - does anyone know who this is done and what the script would look like?
Thanx
Dirk
I'd like to set-up a simple cookie system that redirects the user to 1 of 2 home pages - so the home page effectively alternates.
I'm a bit of a php newbie - does anyone know who this is done and what the script would look like?
Thanx
Dirk
- Sat Oct 22, 2005 9:43 pm
- Forum: PHP - Code
- Topic: sessions - alternate home page
- Replies: 1
- Views: 123
sessions - alternate home page
hi
i'd like to set up php sessions for my site so an alternate index page is shown everytime a user arrives at the home page.
I plan to have 2 or 3 different home pages.
Grateful for help on acheiving this.
Thanx
Dirk
i'd like to set up php sessions for my site so an alternate index page is shown everytime a user arrives at the home page.
I plan to have 2 or 3 different home pages.
Grateful for help on acheiving this.
Thanx
Dirk
- Thu Oct 13, 2005 11:13 am
- Forum: PHP - Code
- Topic: php client login - extend to user specific pages
- Replies: 0
- Views: 174
php client login - extend to user specific pages
feyd | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] hi I've just successfully installed the php client login and register set-up (http://www.swedesignz.com/php.html?id=7). I need to ex...
- Wed Oct 12, 2005 1:46 pm
- Forum: PHP - Code
- Topic: php login
- Replies: 4
- Views: 401
LOGIN
thanx - good advice. - i'ved also logged this on the Ullman site. the issue i'm having is that the database has accepted the username and password ( http://www.red-media-design.com/database.htm) - but is not accepting those entries for the login. I think the issue maybe the 'firstname' - called by t...
- Wed Oct 12, 2005 11:16 am
- Forum: PHP - Code
- Topic: php login
- Replies: 4
- Views: 401
php login
Jcart | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] hi I'm trying to set-up the register and login example in Chapter 12 (Larry Ullman PHP and MySQL for dynamic websites) - with an ex...
- Fri Oct 07, 2005 4:25 pm
- Forum: PHP - Code
- Topic: client login system
- Replies: 2
- Views: 186
client login system
Hi I'd like to set-up a simple client login page for my website that would direct logged in users to their own specific webpage - rather than a generic members page. Does anyone have any advice on how a basic log-in set-up can be extended to achieve this? I assume it will involve setting up individu...