ID: 14165 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment:
Hi, what are you means with remote? include("http://www.mysite.com/phpscript.php"); Dont work. the .php are parsed befor and you cant get source to your script. If you need content from a database so print's it as csv and use the output in your script. http://www.php.net/csv -- Marco Btw. Ask this type of question on the general or dev mailing list. Previous Comments: ------------------------------------------------------------------------ [2001-11-21 15:47:59] [EMAIL PROTECTED] This is not the same as 14164. Thanks for the quick response, Brian. I appreciate that the remote file is parsed remotely, and so the var spaces are on different machines. Here's a rephrase of 14165: Given that it *is* possible to pass variable values to a remotely INCLUDE()d file using GET-style syntax, HOW DOES ONE GET ANYTHING BACK? Include appears only to return a single integer, at best. The remotely included file is calling a database and retrieving values. How does the calling file access them? ------------------------------------------------------------------------ [2001-11-21 14:46:07] [EMAIL PROTECTED] Please do not ask the same question twice in the bug system. ------------------------------------------------------------------------ [2001-11-21 14:38:39] [EMAIL PROTECTED] Related to bug 14164: All workarounds I have tried to pass variable data back from a remotely include()d or require()d script have failed. Arrays and strings don't appear to be passed back in the include()'s return value, it will only pass back integers. If anyone sees another way to do this please help! I will keep looking and post a followup here and to the manual if I find a workaround. Steve Rapaport ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14165&edit=1 -- PHP Development 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]