Summary: do u mean automactically get their username or prompt them to enter it? i have been after the same thing (automatic) and have yet to find a solution u...
Summary: thanx for te reply i did try that but still var name is null, it keeps returning null, how can i pass this username variable in checkuser.php into the...
Summary: put a command in the web page to load the popup page with parameters that you set I use a link that calls the javascript function openVideoWin(); Link...
Summary: You don't need to "chuck it back in the session". Try just getting the session variable on the third page. Do it give you an error, or just not return...
Summary: What exactly are the limitations of scripts which can grab client information. i know the obvious ones like IP, screen rez, browser version, ect but w...
Summary: Hmm... Try to limit access to the folder to a Windows Username, I think it'll work. This is much simpler than creating a membership system. First, dis...
Summary: i want to add a whos online feature to my website... i am going to have an invisible frame used to reload the page ervery 60 secs or somethin, which w...
Summary: SN-- Yes, funny I read this after figuring out a solution. As a good computing.net "asker" I posted some of my answer below. The question and concep...
Summary: Sorry Laler, I didnt understand your question.Here is the full set of 3 scripts...thanks in advance a lot for taking the time to guide me.... See, wha...
Summary: I am about to get started on a .php site. I have dreamweaver 8 but according to the php tutorial, for local developement, I need .php package, apache,...
Summary: Not sure why that doesn't work, but there is a simple solution. Once you have the value for UsernameTaken, call a subfunction to do the rest of the pr...
Summary: the ip address in ipconfig and http://www.cmyip.com/ are the same.... did wat u said..changed it STILL DOESNT WORK :( here is my httpd.conf file... a...
Summary: On the subject of SQL injects...Turning register_globals off eliminates much of the security risk associated with not defining variables. That's why ...
Summary: Here's one I did for one of my clients that does the thumbnails opening in a new window. I also added a zoom feature if there's a high resolution ver...
Summary: Do you mean that you want an input field that will display the result inside the field itself? Or just above it in the window? Either way, there is mo...
Summary: Hi all... I'm looking to Launch a new window from a flash button, with no special attributes, other than I just want it to open up full page... and b...
Summary: No, It's not a child window. It is a small .html page that gets included into a higher level, user page. I know that frames in the parent .html can be...
Summary: Well, depending from the OS and browser, the form can be sent blank, the form arrives corrupted ATTACHED (odd) and on many version of linux, it pops u...
Summary: im trying to get a class to work in php (v4.4.1 on a linux server which i've been using for years), with public, private and static instance variables...
Summary: Well, thanks for all your help. I took what you gave me and rewrote it a bit. Here is what I came up with. ---------------------- function getPrice(...
Summary: Hi All! I have made an ASP login system that verifies the username and password in a database. if the username and password are ok, it sets the sessio...
Summary: Interestingly enough I was able to use the same function for passing data to a server using GET method. All I had to do was to concatenate url of the ...
Summary: Hello! We have made a site with loggin using $_SESSION for setting session variables. This works perfectly in the Windows environment (WinXP-Apache-PH...