Page 1 of 1

■■ Import somthing from another site to mine ■■

Posted: Fri Mar 12, 2010 10:21 am
by nomad5
Hello,

There is a website to send free sms, that website require a login, I asked the owners to import their app and they said its ok but they will not help me with anything.

Now, I want to make a page in my website where people can login ( with the sms website login) and they can send the sms without leaving my website.

I am a beginner at php and after some searching I found about some functions and methods like

CURL , File_get_content, preg_match .....etc and I don't know if this can help me or not..

All I want is to import the fields of that website like login fields, phone number field and text message field .. (I think is easier than contacting servers)

so can anyone help me PLEASE.

Re: ■■ Import somthing from another site to mine ■■

Posted: Fri Mar 12, 2010 11:34 am
by DaiLaughing
If their server uses GET to send the data then you might be better off creating your own form with matching field names to send the data to their send page.

Re: ■■ Import somthing from another site to mine ■■

Posted: Sat Mar 13, 2010 7:29 am
by nomad5
Thanks for the reply,

Is there any tutorials or anything to get me started ?

thanks.

Re: ■■ Import somthing from another site to mine ■■

Posted: Tue Mar 16, 2010 5:11 am
by nomad5
Anyone PLEASE..