batzack Posted June 17, 2008 Share Posted June 17, 2008 I Sick of it!.... I'm trying and trying , and still nothing, i cant get it right, i have tried it on html and php, and I'm still just to dumm to make it, so i come to you guys, can you please help me with making script i am making Site. where you must put you account password , vault code, and desired item, but i cant make that things (acc, pass , vault and desired items) that they write in my site, automatically send on some kind of table , what later i can see and give what they ask, can someone write or give some kind of script, please!.. please help me thx A lot! with best ur batzack Link to comment https://forums.phpfreaks.com/topic/110583-get-results/ Share on other sites More sharing options...
craygo Posted June 17, 2008 Share Posted June 17, 2008 some code that you may have?? are you using mysql?? Is all you wanna do is show what they have put into the form fields?? Need a little more info on what you want to do. Ray Link to comment https://forums.phpfreaks.com/topic/110583-get-results/#findComment-567307 Share on other sites More sharing options...
batzack Posted June 17, 2008 Author Share Posted June 17, 2008 some code that you may have?? are you using mysql?? Is all you wanna do is show what they have put into the form fields?? Need a little more info on what you want to do. Ray i made these two pic. , and im not using MYsql , i just want that these things that people write in text areas, save, in tables, what later i can look (other php file, not like access table) this is how i want to make this site (just type, later i make it cooler) and table, where everything is stored, so i can check it when ever i want . in evry PC Link to comment https://forums.phpfreaks.com/topic/110583-get-results/#findComment-567574 Share on other sites More sharing options...
craygo Posted June 17, 2008 Share Posted June 17, 2008 well you are going to have to store the values into a comma seperated string and store it to a flat file. Then you would have a script to read the flat file and format it to be viewed in a nice table. Ray Link to comment https://forums.phpfreaks.com/topic/110583-get-results/#findComment-567585 Share on other sites More sharing options...
nafetski Posted June 17, 2008 Share Posted June 17, 2008 It's worth taking the time to do this tutorial http://www.tizag.com/mysqlTutorial/ You can do flatfile(save it to a .txt file on your server) or use mysql. Mysql will be a lot easier, and give you many more options. Link to comment https://forums.phpfreaks.com/topic/110583-get-results/#findComment-567587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.