|
|||
If you want to make variables available on multiple pages, the best way to do it is to store them as session variables.
Have a look at: http://au3.php.net/manual/en/function.session-start.php |
|
|||
Using sessions is the best way to do it. It's possible to pass the data using the querystring, however it is a big security hole (wheter the passed data is encrypted or not), and should be avoided. (I'll explain why if someone asks)
As for session problems, you shouldn't have any if your running Apache. The only problem I'v ever had with sessions is running PHP (cgi-module) with IIS6, works fine with IIS4 and IIS5. So basically, try to avoid using the GET (querystring) method. Even for forms use the POST method. GET should only be used for safe data. For example, on a public page, you have the querystring ?page=1. |
|
|||
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to send email through asp? | pepsi_blue | Website Programming | 5 | 28-06-2007 11:55 PM |
| Snap, Send & Win !!! | lina | News and Announcements | 0 | 06-07-2006 12:06 PM |
| send sms from web-based application | chibo | Website Design | 1 | 30-11-2005 06:16 PM |
| send parameter | sangasura | Website Programming | 5 | 06-09-2005 04:31 PM |
| ASP Send Mail | GMCoolong | Website Programming | 1 | 26-04-2005 02:29 PM |
All times are GMT +8. The time now is 03:28 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.













Linear Mode

