473,671 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Session already registered

Bob
Hi y'all
I have a php script which access mysql after being invoked from a html page
Will registering the session in the html page allow me to then use the
called php script to then access a third php script all in the one session
as I need to pass things into the php to php part of the whole thing.

TIA
bob
Jul 17 '05 #1
1 1638
Sorry, WHAT!!!!?????
"Bob" <wh************ *********@hotma il.com> schreef in bericht
news:MS******** ************@na sal.pacific.net .au...
Hi y'all
I have a php script which access mysql after being invoked from a html page Will registering the session in the html page allow me to then use the
called php script to then access a third php script all in the one session
as I need to pass things into the php to php part of the whole thing.

TIA
bob

Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
6470
by: Peter | last post by:
L.S. I am developing a PHP-login script (on Lycos Tripod) that uses Session to pass on variables. Below is the entire (stripped) structure that I use. It opens a page where you can Set and Read the session variable BUT ... It doesn't work!!! It seems that both set- and readlink open their own private session. How can I get the read-link to access the proper session variable?
2
2679
by: Martien van Wanrooij | last post by:
I am working on a site that will have several pages and where the user will find some investment advices. I must say that the concept of sessions/session variables is relatively new for me. What I noticed is the following: when I write "form method is ""post" action = page2.php", and in page2.php I write "session_register("someVariable") the value of the variable is registered but if I visit some further pages and go back to page1, I...
3
2466
by: Mladen Gogala | last post by:
How can I share session registered variables between different processes? Here is my problem: File 1: ----------------------------------------------------------------------- <?php session_start(); $var1="This should"; $var2="be displayed"; $_SESSION=$var1; $_SESSION=$var2;
0
2115
by: Fie Fie Niles | last post by:
I posted a message yesterday in regard to session variable error message. Do you know what Microsoft DLL that processes Session variable? On that server, we can not seem to register anything. ASP.DLL is not registered, and we can not register ASP.DLL, it gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL failed. Does this have anything to do with the right in the Active Directory perhaps not being setup correctly? I...
7
2036
by: Mr Newbie | last post by:
I have written a Custom Control Menu. Its fairly simple but it works well enough. In order to simplify things I decided to store the Menu1 custom control in Session. In the page load event below, it retreives the Menu from session and assigns its reference to Menu1. Within the Page_Load event I can see its internal values which have been retreived for each menu item and so it looks good. However, when the Render method is called of...
1
373
by: NurAzije | last post by:
Hi, I keep getting this message can any one help please: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/imtecba/public_html/sedin/add.php:1) in /home/imtecba/public_html/sedin/add.php on line 1 this is the code of the file: ********************
2
6217
by: samcode3 | last post by:
Hi, I would be thankfull if anyone could give me the solution for this header problem. There are no blank spaces at end as there is html code in end. I have used <?php session_start();?> in first line and in between am checking this for session. <?php if($_SESSION == "email"){ echo "username already taken. Please try another!"; $_SESSION="";} else if($_SESSION == "user"){ echo "Email exist. If you have registered then please login!";...
6
4004
by: smudge | last post by:
Hi everybody, I am moving a php site to new hosting, and what was working fine on the old hosting is now broken on new hosting. The problem is that session_start is always creating a new session, even though one exists. I can see that the cookie is created just fine locally on login, and the matching session file is created on the server. But once I go to a new page, my checklogin() calls session_start which returns a new empty session,...
0
417
by: Xinhao Zheng | last post by:
Hello everyone, i have a problem with session in IE. we use php5+debian+mysql5.It works well in firefox but the session will lost now and then in the IE.Because it was happened now and then so i can not even set a break point to see what happend. More detail: Session Support enabled Registered save handlers files user
4
1754
by: PHPstarter | last post by:
Basicly we're at a navigation page with a lot of different links. Clicking one of the links will lead you to a new index, but you would only be able to view the index if you are already logged in. I tried to check that by using this code: (i put this code on top of the index file's code) <? //check that the user is calling the page from the login form and not accessing it directly //and redirect back to the login form if necessary
0
8472
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8819
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8596
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4221
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2806
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1801
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.