e expires.
>
> Most if not all of this information is available from the PHP manual at
> http://www.php.net/manual
>
> Jason
>
> On Wed, 2003-01-01 at 10:56, David Tandberg-Johansen wrote:
> > [CUT]
> >
> > I am using SESSION on al my secure projects
>
[CUT]
I am using SESSION on al my secure projects
I use a file structur as this:
(loginform) -> logincheck.php (if not ok->back2login | if ok (start an
session)(forward to the secure pages))
When the user logs out:
(securepages)->logout.php:
$val){
session_unregister("$key");
}
// We destroys
Hello could somone please explain to me HOW I serialize classes into session
and how I get the on the next page!??
Must I do $object = new ObjectName on the next page for the object to be
used??
How does this work?
Thanks
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Hallo!
Can I from inside an Class Intialize other classes, and access them from the
ordinary script?
Page1.php
init();
$fileread->readfile($file="myfile.txt");
?>
myclass.inc
"classkey1",
"classname2"=>"classkey2",
"classna
Hallo!
Can I from inside an Class Intialize other classes, and access them from the
ordinary script?
Page1.php
init();
$fileread->readfile($file="myfile.txt");
?>
myclass.inc
"classkey1",
"classname2"=>"classkey2",
"classna
"Karthikeyan" <[EMAIL PROTECTED]> skrev i melding
002601c1c461$cfa08580$0600a8c0@aspire006...">news:002601c1c461$cfa08580$0600a8c0@aspire006...;
Hi Guys,
I allready posted this question in detail but I believe I didn't explain
it properly.
There are 2 hidden variable in my FORM.
1. order
this work.
David Tandberg-Johansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ou on column containing how many record found in
> that time range, same as how many customers where surfed at that time
> where 30-15=interval
> and 12 is the hour you're checking in!
>
> "David Tandberg-Johansen" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PR
Hello!
I am trying to make an online booking script for a client (restaurant), and
I am using MySQL to store the booking information
The restaurant have openings hour from 11:00 -> 01:00, but do only take
reservation between 11:00->22:30.
The client wants to get a report written out over each hou
This is maybe of topic, but I try.
I have this site where the user first selects a langueage, and then i use
session_register() to register the information.
Then I use the the registered onformatin to dispaly the site text in the
user selected language.
The user put the selected things in a temp
Hello!
After confering with the this group earlier I got some hints on where to
find som tutorials on sessions. But I am still confused about some things.
Have I under stood it right:
#session.php
#END session.php
And then I include the session.php in all the files I need to use session
in
Hey!
I have just began to look at session, and I have some question.
When I have used session_register('item') and the user navigates further in
the site, how do I know what has been registered?
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
Does anyone know if there exist an job-ad script?
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hello!
I wonder if there are any way to display the page before the script is
finished?
I have a loop in my script,and I want to display the resoult for each loop.
Thanks
David :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
Hello !
I wonder if there are any class or script out there that you can give an url
or file as an variable and then it sends this as html-mail to a given
emailadress.
david
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
How can I delete one record in a array?
Example:
$myarray = array ("a", "b", "c");
I want to delete/take away "b" so the array is:
$myarray = array ("a", "c");
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Hello!
I try to get some information from an public DB to controll that the users
input is right.
I can access the DB via http, so I dont have to logg in to it
The public DB write out and plain HTML page.
I want to check if only one of the records is the same as the user input. I
am only using
Hello!
I wonder if anyone can tell me how I can use an another image as an
background in a new image?
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mai
Hello!
Could anyone give me an direction where I can find information something
like "session for dummies"!
It's not funny anymore. I don't have anymore hair left :-]
david
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
19 matches
Mail list logo