Re: [PHP] few things...

2002-08-31 Thread Andrew Brampton
comments inline - Original Message - From: Matt Zur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 31, 2002 4:40 AM Subject: [PHP] few things... First of all... I'm a bit confused is there really a difference between echo and print? They seem to do the same thing

[PHP] few things...

2002-08-30 Thread Matt Zur
First of all... I'm a bit confused is there really a difference between echo and print? They seem to do the same thing? Also... I have trouble searching for these things in the docs: A Call Function to emulate a browser and contact a remote host? For example... to load in a piece of text

Re: [PHP] few things...

2002-08-30 Thread Chris Shiflett
Check our cURL for Web client functions. I'm not aware of a function like hidden() the way you describe it, but you could easily write it yourself. Look into user-defined functions in the manual. Happy hacking. Chris Matt Zur wrote: A Call Function to emulate a browser and contact a