Jump to content

robbster

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

robbster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, Is there a php equivalent of <<END in perl? In perl I'd say print FILEHANDLE <<END; This is a test bla bla END And that text would be written in some file. I want to do this in php. Any ideas? I'm creating an html file on the fly and I don't want to assign my html code to say $x and then say fwrite($handle,$x); or backslash all the double quotes and single quotes. Anyone have any ideas someone can share? Thanks.
  2. thanx phpQuestioner...truly appreciate it. I guess I should really describe what I'm doing. I have a php script that successfully uploads a file. It then processes it that takes about 3-10 seconds long. After it finishes the processing, it displays links to what it processed. My goal is to put some kind of a <blink>Processing</blink> before I start the processing and then replace it with the links. Any ideas? Thanks.
  3. I'm looking for some help and hopefully some can help...here's my dilemma. I have a php script that I say when it's loaded to the browser, it prints hello world, sleeps for say 3 seconds, and replaces that 'hello world' string with 'bye'... ...kind of like the blinking 'processing' and when the php finishes whatever it is processing, it replaces the blinking 'processing' with some other info. Can anyone shine some light plz? Thanks.
×
×
  • 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.