uday Posted March 13, 2007 Share Posted March 13, 2007 Hello all, Can anyone tell me whether there is any way to pass the variables from one php script to other php script? Thanks,Uday Link to comment https://forums.phpfreaks.com/topic/42517-how-to-pass-data-from-one-php-file-to-other-php-file/ Share on other sites More sharing options...
aebstract Posted March 13, 2007 Share Posted March 13, 2007 through the url? ---> index.php?variable=value variable = what you want the variable to be named value = what the value of that variable is if you need more than one, do this: ---> index.php?variable=value&variable=value&etc Link to comment https://forums.phpfreaks.com/topic/42517-how-to-pass-data-from-one-php-file-to-other-php-file/#findComment-206295 Share on other sites More sharing options...
mjlogan Posted March 13, 2007 Share Posted March 13, 2007 or sessions. http://uk2.php.net/session Link to comment https://forums.phpfreaks.com/topic/42517-how-to-pass-data-from-one-php-file-to-other-php-file/#findComment-206300 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.