Forum Moderators: coopster

Message Too Old, No Replies

PHP cURL strange behavior

It changes font color from #fff to #818181

         

wildbest

9:21 pm on Sep 3, 2009 (gmt 0)

10+ Year Member



Original code is something like this:

style="text-decoration:none;color:#fff; font-size: 12px;"

And when cURL-ed it is changed to:

style="text-decoration:none;color:#818181; font-size: 12px;"

Any idea what might cause this change?

rocknbil

2:58 am on Sep 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible the host is serving a different page via curl than the public page? Are there any other content differences?