Click to See Complete Forum and Search --> : C language and PHP


Anon
06-28-2002, 12:55 PM
Hello!
1.
I have a piece of code which using C++. I'd like to corporate it with php. Can it work? Or I only can do that using COM ?
Pls give me some suggestion. Thank you.

2.
I know I can set cookies to Client's machine using PHP from the server. But I'd like to set a PHP file in the client machine and let this file setting Cookie in the client machine itself. Then I can get the cookies from the server. Can I?
How to do that?

Thanks.

Zoe

Anon
06-30-2002, 01:45 AM
I'm not so sure about the second one, but C++ code is a lot like PHP code. Just change the variable declarations and maybe a function or two and I bet it would work.

Or you can post the code and I'll mess with it as much as I can (don't expect it all done by me if it's long though...).