freelanceprogrammers.org Forum Index » PHP
How to reload session data into php session variables?
Joined: 12 Apr 2005
Posts: 19
How to reload session data into php session variables?
Hi all,
I am using PHP MVC architechture. I created a session
(which having lot of array values) and stored in to
MySql Db.
Can i retrive the Session Data from DB by passing
session id and retrive all the array values out side
of the MVC?
Any one can help me?
Regards
uthaya
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Joined: 27 May 2005
Posts: 3
How to reload session data into php session variables?
HI Uthaya
If u pls tell me full form for MVC...
i can definately tell you, tht it is possible do it..
regards
Shahid
Do visit
http://www.opensource-forums.com
and support open source.....
--- uthaya kumar <uthayaa_p@...> wrote:
> Hi all,
>
> I am using PHP MVC architechture. I created a
> session
> (which having lot of array values) and stored in to
> MySql Db.
>
> Can i retrive the Session Data from DB by passing
> session id and retrive all the array values out
> side
> of the MVC?
>
> Any one can help me?
>
> Regards
> uthaya
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
Do better thing`s for others, GOD will Do the Best for you.
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
Joined: 03 May 2005
Posts: 10
How to reload session data into php session variables?
The fullform of MVC means:
M(model) -> The internals of the system that perform all the core Business
logic.
V(View) -> The piece that handles formatting all output of the system.
c(Controller) -> The piece that processes input and communicates it to the
Model
for this purpose i use Smarty.
girija
On Tue, 19 Jul 2005 Shahabuddin wrote :
>HI Uthaya
>
>If u pls tell me full form for MVC...
>i can definately tell you, tht it is possible do it..
>
>regards
>Shahid
>Do visit
>http://www.opensource-forums.com
>and support open source.....
>
>--- uthaya kumar <uthayaa_p@...> wrote:
>
> > Hi all,
> >
> > I am using PHP MVC architechture. I created a
> > session
> > (which having lot of array values) and stored in to
> > MySql Db.
> >
> > Can i retrive the Session Data from DB by passing
> > session id and retrive all the array values out
> > side
> > of the MVC?
> >
> > Any one can help me?
> >
> > Regards
> > uthaya
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail.yahoo.com
> >
>
>
>Do better thing`s for others, GOD will Do the Best for you.
>
>
>
>
>____________________________________________________
>Start your day with Yahoo! - make it your home page
>http://www.yahoo.com/r/hs
>
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
[Non-text portions of this message have been removed]
Joined: 15 Jul 2005
Posts: 3
How to reload session data into php session variables?
Girija,
Yes, you need to use seralization function for the same.
- Aslam
On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
<gn1500@...> wrote:
>
> The fullform of MVC means:
> M(model) -> The internals of the system that perform all the core Business
logic.
> V(View) -> The piece that handles formatting all output of the system.
>
> c(Controller) -> The piece that processes input and communicates it to the
Model
>
> for this purpose i use Smarty.
> girija
>
>
>
> On Tue, 19 Jul 2005 Shahabuddin wrote :
> >HI Uthaya
> >
> >If u pls tell me full form for MVC...
> >i can definately tell you, tht it is possible do it..
> >
> >regards
> >Shahid
> >Do visit
> >http://www.opensource-forums.com
> >and support open source.....
> >
> >--- uthaya kumar <uthayaa_p@...> wrote:
> >
> > > Hi all,
> > >
> > > I am using PHP MVC architechture. I created a
> > > session
> > > (which having lot of array values) and stored in to
> > > MySql Db.
> > >
> > > Can i retrive the Session Data from DB by passing
> > > session id and retrive all the array values out
> > > side
> > > of the MVC?
> > >
> > > Any one can help me?
> > >
> > > Regards
> > > uthaya
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > http://mail.yahoo.com
> > >
> >
> >
> >Do better thing`s for others, GOD will Do the Best for you.
> >
> >
> >
> >
> >____________________________________________________
> >Start your day with Yahoo! - make it your home page
> >http://www.yahoo.com/r/hs
> >
> >
> >
> >PHP Data object relational mapping generator - http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
>
>
> PHP Data object relational mapping generator - http://www.meta-language.net/
> Yahoo! Groups Links
>
>
>
>
>
>
>
Joined: 12 Apr 2005
Posts: 19
How to reload session data into php session variables?
Hi all,
First of i would like to thank your responses.
I am using lot of arrays values in the session. I am
not able to load the session value from db into PHP
Session properly.
Some where i feel that the loading the session data
from db to PHP session properly by PHP Engine. We are
not able to load explicitly.
Is it true?
Thanks and Regards
uthaya
--- ²TheOne² <aslam.sayyed@...> wrote:
> Girija,
>
> Yes, you need to use seralization function for the
> same.
>
> - Aslam
>
> On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
> <gn1500@...> wrote:
> >
> > The fullform of MVC means:
> > M(model) -> The internals of the system that
> perform all the core Business logic.
> > V(View) -> The piece that handles formatting all
> output of the system.
> >
> > c(Controller) -> The piece that processes input
> and communicates it to the Model
> >
> > for this purpose i use Smarty.
> > girija
> >
> >
> >
> > On Tue, 19 Jul 2005 Shahabuddin wrote :
> > >HI Uthaya
> > >
> > >If u pls tell me full form for MVC...
> > >i can definately tell you, tht it is possible do
> it..
> > >
> > >regards
> > >Shahid
> > >Do visit
> > >http://www.opensource-forums.com
> > >and support open source.....
> > >
> > >--- uthaya kumar <uthayaa_p@...> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I am using PHP MVC architechture. I created a
> > > > session
> > > > (which having lot of array values) and stored
> in to
> > > > MySql Db.
> > > >
> > > > Can i retrive the Session Data from DB by
> passing
> > > > session id and retrive all the array values
> out
> > > > side
> > > > of the MVC?
> > > >
> > > > Any one can help me?
> > > >
> > > > Regards
> > > > uthaya
> > > >
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam
> > > > protection around
> > > > http://mail.yahoo.com
> > > >
> > >
> > >
> > >Do better thing`s for others, GOD will Do the
> Best for you.
> > >
> > >
> > >
> > >
> >
>
>____________________________________________________
> > >Start your day with Yahoo! - make it your home
> page
> > >http://www.yahoo.com/r/hs
> > >
> > >
> > >
> > >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been
> removed]
> >
> >
> >
> > PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
Joined: 03 May 2005
Posts: 10
How to reload session data into php session variables?
which purpose you use seralization function. give me detail
girija
On Tue, 19 Jul 2005 ²TheOne² wrote :
>Girija,
>
>Yes, you need to use seralization function for the same.
>
>- Aslam
>
>On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
><gn1500@...> wrote:
> >
> > The fullform of MVC means:
> > M(model) -> The internals of the system that perform all the core
Business logic.
> > V(View) -> The piece that handles formatting all output of the system.
> >
> > c(Controller) -> The piece that processes input and communicates it to the
Model
> >
> > for this purpose i use Smarty.
> > girija
> >
> >
> >
> > On Tue, 19 Jul 2005 Shahabuddin wrote :
> > >HI Uthaya
> > >
> > >If u pls tell me full form for MVC...
> > >i can definately tell you, tht it is possible do it..
> > >
> > >regards
> > >Shahid
> > >Do visit
> > >http://www.opensource-forums.com
> > >and support open source.....
> > >
> > >--- uthaya kumar <uthayaa_p@...> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I am using PHP MVC architechture. I created a
> > > > session
> > > > (which having lot of array values) and stored in to
> > > > MySql Db.
> > > >
> > > > Can i retrive the Session Data from DB by passing
> > > > session id and retrive all the array values out
> > > > side
> > > > of the MVC?
> > > >
> > > > Any one can help me?
> > > >
> > > > Regards
> > > > uthaya
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam
> > > > protection around
> > > > http://mail.yahoo.com
> > > >
> > >
> > >
> > >Do better thing`s for others, GOD will Do the Best for you.
> > >
> > >
> > >
> > >
> > >____________________________________________________
> > >Start your day with Yahoo! - make it your home page
> > >http://www.yahoo.com/r/hs
> > >
> > >
> > >
> > >PHP Data object relational mapping generator -
http://www.meta-language.net/
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > PHP Data object relational mapping generator - http://www.meta-language.net/
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
>
>
>
[Non-text portions of this message have been removed]
Joined: 12 Apr 2005
Posts: 19
How to reload session data into php session variables?
serialization is nothing but, to store the current
state of an object. For exmple, you are storing some
variables into session. Current state means, at
present what are the variables and their values are
formed such format and stored in a file/db.
Thanks
uthaya
--- girija nandan sinha <gn1500@...> wrote:
>
> which purpose you use seralization function.
> give me detail
> girija
>
> On Tue, 19 Jul 2005 ²TheOne² wrote :
> >Girija,
> >
> >Yes, you need to use seralization function for the
> same.
> >
> >- Aslam
> >
> >On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
> ><gn1500@...> wrote:
> > >
> > > The fullform of MVC means:
> > > M(model) -> The internals of the system that
> perform all the core Business logic.
> > > V(View) -> The piece that handles formatting
> all output of the system.
> > >
> > > c(Controller) -> The piece that processes input
> and communicates it to the Model
> > >
> > > for this purpose i use Smarty.
> > > girija
> > >
> > >
> > >
> > > On Tue, 19 Jul 2005 Shahabuddin wrote :
> > > >HI Uthaya
> > > >
> > > >If u pls tell me full form for MVC...
> > > >i can definately tell you, tht it is possible
> do it..
> > > >
> > > >regards
> > > >Shahid
> > > >Do visit
> > > >http://www.opensource-forums.com
> > > >and support open source.....
> > > >
> > > >--- uthaya kumar <uthayaa_p@...> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I am using PHP MVC architechture. I created
> a
> > > > > session
> > > > > (which having lot of array values) and
> stored in to
> > > > > MySql Db.
> > > > >
> > > > > Can i retrive the Session Data from DB by
> passing
> > > > > session id and retrive all the array
> values out
> > > > > side
> > > > > of the MVC?
> > > > >
> > > > > Any one can help me?
> > > > >
> > > > > Regards
> > > > > uthaya
> > > > >
> > > > >
> __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam? Yahoo! Mail has the best
> spam
> > > > > protection around
> > > > > http://mail.yahoo.com
> > > > >
> > > >
> > > >
> > > >Do better thing`s for others, GOD will Do the
> Best for you.
> > > >
> > > >
> > > >
> > > >
> > >
>
>____________________________________________________
> > > >Start your day with Yahoo! - make it your home
> page
> > > >http://www.yahoo.com/r/hs
> > > >
> > > >
> > > >
> > > >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been
> removed]
> > >
> > >
> > >
> > > PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been
> removed]
>
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
Joined: 19 Jul 2005
Posts: 2
How to reload session data into php session variables?
Hi Uthaya,
Sorry that I am not familiar with mvc concept in php but as far as I
searched on google after I saw your query, I found http://www.phpmvc.net/
In order to understand your question, is the problem you are having about
using this framework or the code you are writing on your own?
Maybe this would people understand what your problem is.
Regards
Mehmet
www.sonofnights.com <http://www.sonofnights.com/>
_____
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of uthaya kumar
Sent: Tuesday, July 19, 2005 8:55 AM
To: php-objects@yahoogroups.com
Subject: Re: Re: Re: [php-objects] How to reload session data into php
session variables?
serialization is nothing but, to store the current
state of an object. For exmple, you are storing some
variables into session. Current state means, at
present what are the variables and their values are
formed such format and stored in a file/db.
Thanks
uthaya
--- girija nandan sinha <gn1500@...> wrote:
>
> which purpose you use seralization function.
> give me detail
> girija
>
> On Tue, 19 Jul 2005 ²TheOne² wrote :
> >Girija,
> >
> >Yes, you need to use seralization function for the
> same.
> >
> >- Aslam
> >
> >On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
> ><gn1500@...> wrote:
> > >
> > > The fullform of MVC means:
> > > M(model) -> The internals of the system that
> perform all the core Business logic.
> > > V(View) -> The piece that handles formatting
> all output of the system.
> > >
> > > c(Controller) -> The piece that processes input
> and communicates it to the Model
> > >
> > > for this purpose i use Smarty.
> > > girija
> > >
> > >
> > >
> > > On Tue, 19 Jul 2005 Shahabuddin wrote :
> > > >HI Uthaya
> > > >
> > > >If u pls tell me full form for MVC...
> > > >i can definately tell you, tht it is possible
> do it..
> > > >
> > > >regards
> > > >Shahid
> > > >Do visit
> > > >http://www.opensource-forums.com
> > > >and support open source.....
> > > >
> > > >--- uthaya kumar <uthayaa_p@...> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I am using PHP MVC architechture. I created
> a
> > > > > session
> > > > > (which having lot of array values) and
> stored in to
> > > > > MySql Db.
> > > > >
> > > > > Can i retrive the Session Data from DB by
> passing
> > > > > session id and retrive all the array
> values out
> > > > > side
> > > > > of the MVC?
> > > > >
> > > > > Any one can help me?
> > > > >
> > > > > Regards
> > > > > uthaya
> > > > >
> > > > >
> __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam? Yahoo! Mail has the best
> spam
> > > > > protection around
> > > > > http://mail.yahoo.com
> > > > >
> > > >
> > > >
> > > >Do better thing`s for others, GOD will Do the
> Best for you.
> > > >
> > > >
> > > >
> > > >
> > >
>
>____________________________________________________
> > > >Start your day with Yahoo! - make it your home
> page
> > > >http://www.yahoo.com/r/hs
> > > >
> > > >
> > > >
> > > >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been
> removed]
> > >
> > >
> > >
> > > PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been
> removed]
>
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
PHP Data object relational mapping generator - http://www.meta-language.net/
_____
YAHOO! GROUPS LINKS
* Visit your group "php-objects
<http://groups.yahoo.com/group/php-objects> " on the web.
* To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.
_____
[Non-text portions of this message have been removed]
Joined: 12 Feb 2005
Posts: 8
How to reload session data into php session variables?
If you are storing session data to a database then you should be using the
session_set_save_handler() function
(http://uk.php.net/manual/en/function.session-set-save-handler.php). In this
case you cannot selectively load or save parts of your session data, it is
all or nothing.
Rtake a look at http://www.tonymarston.co.uk/php-mysql/session-handler.html
to see how I do it.
Tony Marston
mailto:tony@...
mailto:TonyMarston@...
http://www.tonymarston.net <http://www.tonymarston.net/>
-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of uthaya kumar
Sent: 19 July 2005 06:49
To: php-objects@yahoogroups.com
Subject: Re: Re: [php-objects] How to reload session data into php session
variables?
Hi all,
First of i would like to thank your responses.
I am using lot of arrays values in the session. I am
not able to load the session value from db into PHP
Session properly.
Some where i feel that the loading the session data
from db to PHP session properly by PHP Engine. We are
not able to load explicitly.
Is it true?
Thanks and Regards
uthaya
--- ²TheOne² <aslam.sayyed@...> wrote:
> Girija,
>
> Yes, you need to use seralization function for the
> same.
>
> - Aslam
>
> On 19 Jul 2005 05:02:13 -0000, girija nandan sinha
> <gn1500@...> wrote:
> >
> > The fullform of MVC means:
> > M(model) -> The internals of the system that
> perform all the core Business logic.
> > V(View) -> The piece that handles formatting all
> output of the system.
> >
> > c(Controller) -> The piece that processes input
> and communicates it to the Model
> >
> > for this purpose i use Smarty.
> > girija
> >
> >
> >
> > On Tue, 19 Jul 2005 Shahabuddin wrote :
> > >HI Uthaya
> > >
> > >If u pls tell me full form for MVC...
> > >i can definately tell you, tht it is possible do
> it..
> > >
> > >regards
> > >Shahid
> > >Do visit
> > >http://www.opensource-forums.com
> > >and support open source.....
> > >
> > >--- uthaya kumar <uthayaa_p@...> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I am using PHP MVC architechture. I created a
> > > > session
> > > > (which having lot of array values) and stored
> in to
> > > > MySql Db.
> > > >
> > > > Can i retrive the Session Data from DB by
> passing
> > > > session id and retrive all the array values
> out
> > > > side
> > > > of the MVC?
> > > >
> > > > Any one can help me?
> > > >
> > > > Regards
> > > > uthaya
> > > >
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam
> > > > protection around
> > > > http://mail.yahoo.com
> > > >
> > >
> > >
> > >Do better thing`s for others, GOD will Do the
> Best for you.
> > >
> > >
> > >
> > >
> >
>
>____________________________________________________
> > >Start your day with Yahoo! - make it your home
> page
> > >http://www.yahoo.com/r/hs
> > >
> > >
> > >
> > >PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > >Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been
> removed]
> >
> >
> >
> > PHP Data object relational mapping generator -
> http://www.meta-language.net/
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
PHP Data object relational mapping generator - http://www.meta-language.net/
_____
YAHOO! GROUPS LINKS
* Visit your group "php-objects
<http://groups.yahoo.com/group/php-objects> " on the web.
* To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
_____
[Non-text portions of this message have been removed]
Joined: 21 Jul 2005
Posts: 1
How to reload session data into php session variables?
Hello Friends,
Can any one tell me the significane of `@` symbol,
$link = @mysql_connect("localhost", "mysql_user",
"mysql_password");
Any explantion is greately appreciated!!
Best Regards,
Ajith.
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
Joined: 29 Apr 2005
Posts: 10
How to reload session data into php session variables?
Ajith G wrote:
> Hello Friends,
>
> Can any one tell me the significane of `@` symbol,
>
> $link = @mysql_connect("localhost", "mysql_user",
> "mysql_password");
>
> Any explantion is greately appreciated!!
>
It supresses errors, if any should arise.
http://www.php.net/mysql_connect
"Note: You can suppress the error message on failure by prepending a @
to the function name."
Joined: 24 May 2005
Posts: 5
How to reload session data into php session variables?
The "@" ("at sign") is an error-suppression operator. It is used to
prevent error messages from being created.
That is from my O`Reilly book "Programming PHP", an excellent text and
reference!
Ajith G said the following on 7/21/2005 4:53 AM:
> Hello Friends,
>
> Can any one tell me the significane of `@` symbol,
>
> $link = @mysql_connect("localhost", "mysql_user",
> "mysql_password");
>
> Any explantion is greately appreciated!!
>
> Best Regards,
> Ajith.
>
>
>
> ___________________________________________________________
> How much free photo storage do you get? Store your holiday
> snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
> SPONSORED LINKS
> Programming languages
>
<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Programming+langua
ges&w2=Object+oriented+programming&w3=C+programming+language&w4=Computer+program
ming+languages&w5=Java+programming+language&w6=C+++programming+language&c=6&s=18
5&.sig=6ALBf0pOPVmqj5kBPPT3AQ>
> Object oriented programming
>
<http://groups.yahoo.com/gads?t=ms&k=Object+oriented+programming&w1=Programming+
languages&w2=Object+oriented+programming&w3=C+programming+language&w4=Computer+p
rogramming+languages&w5=Java+programming+language&w6=C+++programming+language&c=
6&s=185&.sig=vcqD3DJ6N9y-C5pOm-6CrA>
> C programming language
>
<http://groups.yahoo.com/gads?t=ms&k=C+programming+language&w1=Programming+langu
ages&w2=Object+oriented+programming&w3=C+programming+language&w4=Computer+progra
mming+languages&w5=Java+programming+language&w6=C+++programming+language&c=6&s=1
85&.sig=WhZdpIyMO7c9VLlJd2bkpg>
>
> Computer programming languages
>
<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Programmi
ng+languages&w2=Object+oriented+programming&w3=C+programming+language&w4=Compute
r+programming+languages&w5=Java+programming+language&w6=C+++programming+language
&c=6&s=185&.sig=zabv6IVazWF4PMbYJu97wA>
> Java programming language
>
<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Programming+la
nguages&w2=Object+oriented+programming&w3=C+programming+language&w4=Computer+pro
gramming+languages&w5=Java+programming+language&w6=C+++programming+language&c=6&
s=185&.sig=ELG4XmoNFYzxSyLpZg-0XQ>
> C programming language
>
<http://groups.yahoo.com/gads?t=ms&k=C+++programming+language&w1=Programming+lan
guages&w2=Object+oriented+programming&w3=C+programming+language&w4=Computer+prog
ramming+languages&w5=Java+programming+language&w6=C+++programming+language&c=6&s
=185&.sig=wD7tF57tEKuG8xAwmUsDtA>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "php-objects
> <http://groups.yahoo.com/group/php-objects>" on the web.
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
> <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
Joined: 12 May 2005
Posts: 12
How to reload session data into php session variables?
>Cn any one tell me the significane of `@` symbol,
>
>$link = @mysql_connect("localhost", "mysql_user",
>"mysql_password");
It doesn`t produce an error message if an error occurs.
Urb
>Any explantion is greately appreciated!!
>
>Best Regards,
>Ajith.
>
>
>
>___________________________________________________________
>How much free photo storage do you get? Store your holiday
>snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
>
>
>
>
>PHP Data object relational mapping generator - http://www.meta-language.net/
>Yahoo! Groups Links
>
>
>
>
Joined: 25 Jul 2005
Posts: 1
How to reload session data into php session variables?
hai ajith,
if we use @ in php ,then the warning does not print....
we can avoid the warning message.
Prasanth
Ajith G <ajithsubscriptions@...> wrote:
Hello Friends,
Can any one tell me the significane of `@` symbol,
$link = @mysql_connect("localhost", "mysql_user",
"mysql_password");
Any explantion is greately appreciated!!
Best Regards,
Ajith.
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
PHP Data object relational mapping generator - http://www.meta-language.net/
SPONSORED LINKS
Programming languages Object oriented programming C programming language
Computer programming languages Java programming language C programming language
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "php-objects" on the web.
To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Start your day with Yahoo! - make it your home page
[Non-text portions of this message have been removed]
Joined: 26 Jul 2005
Posts: 4
How to reload session data into php session variables?
It keeps you from getting a Warning msg. You might get a warning msg
about username being invalid, but you don`t want anyone seeing that
msg while running the script because it would give away information
that could potentially allow someone to hack your database.
On 7/25/05, ytrt rtyty <prassunair@...> wrote:
> hai ajith,
> if we use @ in php ,then the warning does not print....
> we can avoid the warning message.
> Prasanth
>
> Ajith G <ajithsubscriptions@...> wrote:
> Hello Friends,
>
> Can any one tell me the significane of `@` symbol,
>
> $link = @mysql_connect("localhost", "mysql_user",
> "mysql_password");
>
> Any explantion is greately appreciated!!
>
> Best Regards,
> Ajith.
>
>
>
> ___________________________________________________________
> How much free photo storage do you get? Store your holiday
> snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
>
>
>
>
> PHP Data object relational mapping generator - http://www.meta-language.net/
>
>
>
> SPONSORED LINKS
> Programming languages Object oriented programming C programming language
> Computer programming languages Java programming language C programming
> language
>
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "php-objects" on the web.
>
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
> ---------------------------------
>
>
>
>
> ---------------------------------
> Start your day with Yahoo! - make it your home page
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> PHP Data object relational mapping generator - http://www.meta-language.net/
>
>
> ________________________________
> YAHOO! GROUPS LINKS
>
> Visit your group "php-objects" on the web.
>
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>
--
~~
Scott
Orange County PHP Users Group (with a smile)
http://www.ocphp.com/
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







