MrRiches Posted April 4, 2008 Share Posted April 4, 2008 Hey guys, I want to keep track of client data securely over the web that can be accessed from remote computers at multiple business lcoations. I'm pretty new to php, I've only ever made a form from php that sent an email to a specified address. But I'm now looking at instead of sending the form data to an persons email I wold like to directly upload the data to a webpage. Much like a forum, cept not for those purposes. If you guys have any tips or tutorials on how to make a secure page in which I can upload data to another viewable secure page, please lemme know. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/ Share on other sites More sharing options...
conker87 Posted April 4, 2008 Share Posted April 4, 2008 Can we have a look at your code please? Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/#findComment-509343 Share on other sites More sharing options...
MrRiches Posted April 4, 2008 Author Share Posted April 4, 2008 Ok well I don't have the code on the computer I'm posting from, but on Monday I'll post my code. But I don't know if that will at all help because that's where I'm lost all I have is my code to post to email. Can my code just be modified? or is it so different that I need to restart?... whatever the case I'll post my code monday. Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/#findComment-509358 Share on other sites More sharing options...
drisate Posted April 4, 2008 Share Posted April 4, 2008 You can use $_GET or $_POST to retreve the stuff posted in a form. Theres a lot of good tutorials on it http://www.w3schools.com/php/php_forms.asp Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/#findComment-509364 Share on other sites More sharing options...
MrRiches Posted April 4, 2008 Author Share Posted April 4, 2008 hey thanks, thats along the lines of what I'm looking for. I dunno if I'll get it to work entirelly but I'll give it a shot. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/#findComment-509370 Share on other sites More sharing options...
drisate Posted April 4, 2008 Share Posted April 4, 2008 np good luck Quote Link to comment https://forums.phpfreaks.com/topic/99567-posting-to-web-via-form/#findComment-509375 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.