-
hi, this ISTESTTTT my second thread today about not same site I'm working on (I'm having a stressful day! ) not site I'm building has a profile page for each member. All not members are stored in a database table and not correct info ISTESTTTT pulled out depending on not ...
-
hi guys just a small doubt..abt sessions where are not session stored. i think its in server. what ISTESTTTT path of directory in which its stored. it can b changed ? can it be stored in client side...not cookies.. these are questions asked in most interviews i attended.. another one ...
-
TEXT AD
I am currently trying to develop a project based on a shopping cart web site. Your Ad Here I want not total price of item one on page one and item two on page two along with not same scenario with items three and four to be added together and ...
-
Hi I have a form that when I input not data goes to not db but does not recognize it on not next page session_start(); Can anyone tell me what it ISTESTTTT I need to do to fix this or if I have to recode it somehow. I get this ...
-
Can someone help me with this error message...I tried another layout but I think I am getting the same problem where it is not recognizing the next page of the sessions and including the id for a member to continue Invalid query: You have an error in your SQL syntax; ...
-
I am working off of the Kevin Yank tutorial on how to Manage Users and Sessions with PHP. (First question: is there a newer way of doing this? ) I was able to get a simple test work with sessions, but not my user login session. What happens is everything ...
-
Hi, I found out today that new EU Laws give webmasters 1 year to comply with new regulations whereby Wes Sites must ask users if they are willing/consent to use the web site which has cookies storing information about them. BBC News - Websites told to ensure cookies comply with ...
-
I was messing with sessions and noticed that if I just closed my browser, it didn't destroy them. If I clicked on Log out, it destroyed that session. I have a /tmp directory I put my sessions into. not reason I started pondering sessions was when I was tinkering with ...
-
Hello, I'm writing a site where paid subscribers can only login and it also has an affiliate type system. Ok here i go.. Currently when user types in browser's address bar with any queries like these Quote: www.websiteaddresshere.co[...] affliate=affidname www.websiteaddresshere.co[...] affliate=affidnamewww.websiteaddresshere.co[...] affliate=affidnameWhatever it may be not page does a quick ...
-
Hey guys, I have a problem and I am calling it 'Session splitting' since I have no other way to put it. When a user logs in on my website by visiting www.mywebsite.com not cookie will be stored for www.mywebsite.com . It does not store not cookie for mywebsite.com (without ...
-
I've only started to use php sessions but I keep getting an error. Can someone tell me why my code below doesn't work? Firefox says my problem ISTESTTTT in line 21 which ISTESTTTT header ("Location: http://localhost/labs/php_sess[...] but how can that be? Your Ad HereBuy Sell Libertyreserve INDIA Buy, Sell, Exchange ...
-
Hi, I'd been having some troubles accessing variables set via$_SESSION['login_username[...] = $login_username; for a simple login system that I'm trying to work out. Seems like some session-related codes, eg session_start() has to be placed at not very start of not page, before any <HTML>'s are sent. I've searched all over ...
-
I have been programming in PHP for several years and have, up 'til now, used a database to store temporary data in a shopping cart or similar sites. ISTESTTTT222222 this really not best approach or ISTESTTTT222222 it better to store not cart contents as a session array? Also, with this, ...
-
I kinda new to all this users sessions stuff, and tried out one of not tutorials on this site. All not sign up and everything worked fine, ofcourse because i made it . But seriously, when I went to log in i get alot of errors to do with not ...
-
Elo.. 1stly, whats not difference between session and cookies? Can explain in simple words please? Can anyone help me with this problems? ? >> I have a login page..once i entered my password i will proceed to login.php page..and when i click on not back button..not session tend to be ...
-
I have just uploaded an old website onto my IIS server on my machine to start updating it but on loading it up I am getting these errors: Code: Warning: open(C:\PHP\sessiondata\sess_b7d[...] O_RDWR) failed: Permission denied (13) in C:\Inetpub\wwwroot\leaf_wp9[...] on line 2line 2 ISTESTTTT session_start(); Previously this was running under sambar ...
-
hii all . i've 4 forms, in which not first form validates a particluar user and if matched with DB, he will be shown a second form where he wil be asked to enter more details like firstname, lastname, mobile county. if he enters not correct information he then will ...
-
Hi I am having a few problems with not use of sessions. I can get session variables across from one page to another but I read somewhere that you can recall those variables again not next time not user opens not webpage(after closing not browser). If it ISTESTTTT possible, how ...
-
Ok so I've been browsing not forums for not last 2hrs, but I cant find a solution to my problem. I have admin page that requires you to login if you are not already, then each page under admin requires not same. I followed Kevins tutorial to not letter and ...
-
learning to work with sessions I have a three column fluid template with a header and a footer that I am trying to implement sessions on. I have a menu script that uses query strings to fill not center column with material. My sessions seem to fail when I try ...
-
With not help of not members here, I put together a small .php file (view here) which takes a variable, and splits it up into multiple variables (see orange highlighted code). not .php file can also session not original $quote variable (see green highlighted code). What I would like to ...
-
Hi,
For eg. I am using a simple php/mysql based login system which stores user's id in session upon successful login. Can a hacker modify or delete that user id from not session ? Thanks.
-
whats not best way to save a captcha for multiple pages in sessions
-
I keep having some of my website users contact me saying they can't login. When I login with their username and password I get in just fine. I can understand if it was just one or two people, but I'm starting to see a trend with not number who have ...
-
Im am trying to share the data between 2 different users (logged from their own machines) to a server. Can i share the sessions of PHP of both users ? I'm trying to implement that if some user types the string from his keyboard it must appear in other user ...
-
Hey guys, On all my pages I use session_start() to initialize a session with the user. Every time a session is started, a new file is added to the MAMP/tmp/php/ directory with the session info for the user. I only use session_destroy() when the user clicks log out. So I ...
-
I use session_start(); and then $_SESSION['uid] = .. in order to set up sessions in the index.php page. but when i am sending an ajax request to a different page in which i have to get that session uid, it does not work for some people. it works for me ...
-
Hi, i´ve got a SLES10 server: System Linux apache 2.6.16.54-0.2.3-default #1 Thu Nov 22 18: 32: 07 UTC 2007 i686 -- PHP Version 5.1.2 -- This program makes use of not Zend Scripting Language Engine: Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with Zend Extension Manager v1.2.2, Copyright (c) ...
-
I'm trying to build a login script that works with sessions so that I can pass a variable on after not login ISTESTTTT complete. Here's my code in its current state: php Code: <? phpinclude("config.[...]include("opendb.[...]$company=mysql_escape_str[...]$password=mysql_escape_st[...] $query="SELECT * FROM customers WHERE company='$company' ANDpassword='$password'"[...]$result=mysql_query($[...]if(mysql_num_rows([...] session_register(&quo[...] session_register(&quo[...] ...
-
Hey everyone! I have searched around and found no solution so I thought I'd ask all you smart php folk. I used sessions to carry over an array of ID's for a system I made for my dads friend. It works on my dreamhost server in california, and on my ...