■■ Import somthing from another site to mine ■■

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nomad5
Forum Newbie
Posts: 3
Joined: Fri Mar 12, 2010 10:03 am

■■ Import somthing from another site to mine ■■

Post 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.
DaiLaughing
Forum Commoner
Posts: 76
Joined: Thu Jul 16, 2009 8:03 am

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

Post 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.
nomad5
Forum Newbie
Posts: 3
Joined: Fri Mar 12, 2010 10:03 am

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

Post by nomad5 »

Thanks for the reply,

Is there any tutorials or anything to get me started ?

thanks.
nomad5
Forum Newbie
Posts: 3
Joined: Fri Mar 12, 2010 10:03 am

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

Post by nomad5 »

Anyone PLEASE..
Post Reply