otuatail Posted August 18, 2006 Share Posted August 18, 2006 This may be impossible. I am trying to send a text message through a company i have registered with. The problem is, I can create the URL complete with user name and password. I can then user the function header(location:)this however opens up a new page and sends the text message. exposing my username and password. I need this to be transparent. If i have an include file, i can call a function sendsms("My Message");The function has all the other details including the URL. Can I execute this in someway withoutopening a new webpage and displaying everything.Desmond. Link to comment https://forums.phpfreaks.com/topic/17937-invisible-url/ Share on other sites More sharing options...
onlyican Posted August 18, 2006 Share Posted August 18, 2006 the website can hide this a number of waysusing POSTor MD5()U can not Link to comment https://forums.phpfreaks.com/topic/17937-invisible-url/#findComment-76705 Share on other sites More sharing options...
gerkintrigg Posted August 18, 2006 Share Posted August 18, 2006 Using POST is how most people do it. method="POST" Link to comment https://forums.phpfreaks.com/topic/17937-invisible-url/#findComment-76800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.