Jump to content

mikeyandyou

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mikeyandyou's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes, they don't travel there. But again, if they open up a new window from my website, I want that url from the new window passed back to my original web site. I know it can be done. I would think using some form with a $_request['url']  ???? All help is appriciated. Mikey
  2. There is php script that asks for an url input. It then goes to that url and sends it back and dispays the page source. http://www.bme.ie/resource/php/phpapp_viewwebpagesource_en.htm Go figure?
  3. My website allows a visitor to navigate to another site. At this site, I wish to send the url of this site back to my website so I can parse the html information. How do I accomplish this? Any help is appreciated. Mikey
  4. HI all: Have this job of going to a website, Capturing some of the screen data and then inserting the data off the browser into my database. Having a heck of a time: The code: function get_mod_nutrition_calking_data_import($url){ $src = file_get_contents($_REQUEST['url']); Question?????? Where is the 'url' coming from???? Any help is appreciated, Mikey ???
  5. HI all: I need with code. I'm trying to access my customer's d: drive with data on it. It's read only, but how does one access their d: from my server? Any help will be treasured, mikey
  6. Hi all: How can I correct this error: this is my code: <?php $a=fopen("c:KeyFile.txt","a"); ?> And I get permission denied error message. Any help, please mikey
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.