Hi all, I' ve problem sending HTTP POST(multipart/form-data) request using CURL. The server
always reply with HTTP/1.1 417 Expectation Failed . Then I review my code and the tcp packet using
wireshark for long long time /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
alt="sad.gif" /> just to figure out where is the error!. This problem only for one site and for the
others site my script works perfectly!. here is my packet that sent to the server CODE POST
xxxxxxxx HTTP/1.1 Cookie: PHPSESSID=447c6f5c9e73c22a1bf50dd46940306e Host: www.xxxxxxxxxx....
Oflate I was going through Google information for webmasters and I noticed the following technical
guideline for the webmasters: QUOTE Allow search bots to crawl your sites without session IDs or
arguments that track their path through the site. These techniques are useful for tracking
individual user behavior, but the access pattern of bots is entirely different. Using these
techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs
that look different but actually point to the same page. It clearly shows that undesir....
what is the cookie ? the cookis it is some info sent and save in user computer whare i can use the
cookies? becouse the cookies it like the header you can not send it after any output wes sent so
you must send the cookies before any output like as ,echo and any other code i well make an E.X.
to use the cookies you must have 2 file index.php update.php ---------- in the index.php add this
code CODE // This section must go at the top of the page that will display // the
users favorites. These are the 'default' URLs that the user // will se....