Jump to content

Sir Jos

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Sir Jos's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the help i was able to do something like this: $unifiedUser = array(); $count = 0; if(mysql_num_rows($LoginRS_UnifiedUser) >= 1){ while($unifiedUser[] = mysql_fetch_assoc($LoginRS_UnifiedUser)){ $count++; } } $_SESSION['Details'] = $unifiedUser; But, please how can i access the individual values in the session value on the various pages.
  2. Hi all, I have a mysql table with the following columns 1. privilege 2. applicationPath 3. code A number of rows are selected when i query using mysql_fetch_assoc. However, how can i get all these values in each row of each column and assign them into session values that I can access and use in each of my pages. Is there any way out? NB: Am trying to develop an application that uses a single login for users with different access-levels for different applications. With one password that a user have, he/she can login into the application, and with the neccessary access-levels/privileges he/she can access parts of the different application.
  3. I am trying to develop a website which has an sms facility which would allow users to text messages from 1. Their Pc to a mobile number 2. A mobile phone on a GSM network to a Pc. I am completely naive about extactly how to start this application and need some tutorials on this. Thanks ???
  4. Hi, I'm trying to find the easiest way to test if a PayPal payment has been successful. This is what I had in mind. 1. User clicks on button and goes to paypal 2. User pays and is directed to my "successful url" as per the form. 3. The successful page tests if the user has come from paypal. Maybe through a variable that is sent from paypal (i thought i read somewhere that there were a bunch of variables sent to the successful page) 4. Or even just a check refferer script so that someone cant just go directly to my success page. 5. If the transaction isnt successful they go to the unsuccessful page anyway. The main point is that i dont want someone to go to the success page directly. I have looked at IPN and it confuses me - alot. Any help would be great. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.