Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 132,635 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,071 people online right now. Registration is fast and FREE... Join Now!




how can i transfer one query variable to another page

 
Reply to this topicStart new topic

how can i transfer one query variable to another page, hello...i have a qurey variable $query = "select * from..&qu

sheenrose
post 3 Jun, 2008 - 11:12 PM
Post #1


New D.I.C Head

*
Joined: 3 Jun, 2008
Posts: 1

hello...i have a qurey variable $query = "select * from..";its a long query and i want to get it into another page without using session .can any one help me out??
User is offlineProfile CardPM

Go to the top of the page

JBrace1990
post 4 Jun, 2008 - 04:55 AM
Post #2


D.I.C Regular

Group Icon
Joined: 9 Mar, 2008
Posts: 474



Thanked 21 times

Dream Kudos: 350
My Contributions


at the beginning of the page, you need to have:

session_start();

to set a session, you use the following:

$_SESSION['name'] = $query;

replace "name" with the name of the session.
User is offlineProfile CardPM

Go to the top of the page

joeyadms
post 4 Jun, 2008 - 06:21 AM
Post #3


D.I.C Head

Group Icon
Joined: 4 May, 2008
Posts: 145



Thanked 6 times

Dream Kudos: 600

Expert In: PHP, Web Security

My Contributions


If your coding redundantly, like use the same query in a lot of pages, you should just code the query into your database abstraction layer. Wrap it with a function, then you can call it whenever you need to.
User is offlineProfile CardPM

Go to the top of the page

silverblaze
post 5 Jun, 2008 - 09:13 AM
Post #4


D.I.C Head

**
Joined: 18 Jan, 2008
Posts: 51



Thanked 3 times
My Contributions


hi,

y exactly do u need to sent the entire query into another page. u can always sent the values and create a query their rite?. or as joeyadms said just keep the main query in a function and call the function with suitable arugments. and its safe to sent arguments thru sessions or evn cookies or db.

hope this will help.. if u can tell ur needs more clearly then i might be able to help u more.

tak care..
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 04:10AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month