Create and use a cookie for a website in PHP?

D

doihe

Hi.

I use VB.NET to create a soft which POST data in a website writed
in PHP. First, I must to login in this website with a username and
a password.
After, I must use this cookie to post, to naviguate in this site.

Can I write a cookie in LOCAL (with cookie's value : username,
password, path , time expire...) and use this cookie in order to
POST in this website ? The website can accept my cookie ?
Can I have a code exemple please ?

Thank you.
 
M

Matthijs ter Woord \(Team Indy\)

You could use Indy.Sockets for this. Indy.Sockets implements a much more
advanced Http client, but Indy isn't limited to Http. It implements over 100
protocols.

Greets,

Matthijs ter Woord
Team Indy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top