|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Resident Intel Fanboy
Join Date: Mar 2004
Location: Cincinnati
Posts: 1,669
|
pcmech newsletter article
Being a relative newb to HTML and such (I started building webpages about 8 months ago and have worked some with php) the article on making your own homepage was nothing new to me. What was new, however, was the idea given in the article on keeping your login information stored in the website, so that it would be automatically entered when you click on the link. How would one go about this? Or, more importantly, can anyone recommend some good sites for HTML information above and beyond the "basics" which I've got down pretty well. (or so I think, anyway). Thanks in advance guys and gals
__________________
...wide is the gate, and broad is the way, that leadeth to destruction, and many there be which go in thereat... |
|
|
|
|
|
#2 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
I guess to break it down for sure, there are two ways - Client side and server side. Server side would be having the server cache all the IPs that come through the site (involves MySQL databasing). Client side would mean that you will need to write a script that saves the login information on cookies - can be accomplished through PHP. Hope that helped - for further reference, I would consider looking at a book called "Visual QuickPro Guide - PHP/MySql" by Larry Ullman - very readable.
kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|