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.
■■ Import somthing from another site to mine ■■
Moderator: General Moderators
-
DaiLaughing
- Forum Commoner
- Posts: 76
- Joined: Thu Jul 16, 2009 8:03 am
Re: ■■ Import somthing from another site to mine ■■
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 ■■
Thanks for the reply,
Is there any tutorials or anything to get me started ?
thanks.
Is there any tutorials or anything to get me started ?
thanks.
Re: ■■ Import somthing from another site to mine ■■
Anyone PLEASE..