Sophist Posted September 5, 2007 Share Posted September 5, 2007 Ok I'll try to get this as accurate as i can guys and gals. I have a script that I run locally and im trying to get the info to post to a php file so that I can view it in a browser. What I need to know is how to set up the receiving php to post it to the .html . Now I thought it went along the line of creating the php file and putting it on the root of the server then running the local script against a that php info file and it would dump the info to a browser but it wont work like that (I'm guessing cause it's a local script and not on the web) I know this line is sending it to the .php in that directory but I don't know how to set up the receiving php I guess is my problem. gosub phpsend www.xxxxxxxxxxxxx.com /xxxxx/xxxxxxxxx.php %sendstring I guess what I need to know is whats the best way to post the received data to a browser after the script runs. Or to set up the receiving php file as for outputting it I can create the page I just need to know how to receive it Sorry if this is muttled garb but I'm just starting php. Link to comment https://forums.phpfreaks.com/topic/68067-posting-local-file-info-to-a-php-file-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.