Log in

View Full Version : curl append or combine datas from different url



rhodarose
05-13-2011, 07:14 AM
Good day!

I am new in curl syntax. and now I want to know if how can I add data from other url to the url that I called using curl.

Like for example
I called url "www.yahoo.com/bday.php" and I have calculation of birthday
and I need to get the data from www.yahoo.com/age.php the data of age when I calculate the bday.

then I want to happen is the data of age from www.yahoo.com/age.php will appear in www.yahoo.com/bday.php

I want to know what is the possible thAt I need to do it using curl.


Thank you so much