pedro84 Posted January 18, 2008 Share Posted January 18, 2008 Hi users! I got account here some months ago, but I think it was deleted due to inactivity. I got back in to my php excercises and got problem. I'd like to make a qusi hosting system for my forum users & I get some problems. Maybe not with doing it, but with idea how to sort it out. Ok. I start from begining. Only plain text will be hosted so I think it wouldn't be so hard. I got form. Users fill this form out. I know how to to that. I want all data to be stored in database, but I got some problems with it. So..we got from filled out, all data has been sent to the database and generally life is beautiful now. But I always must to have ideas I can sort out myself. Is it any way to make something like that: All data from filled out form are stored in database. How to make this list accessible for everybody? Example. User with username "John" has posted his site, how to make his list online @ address: http://www.mysite.com/john ? Is it any way to do that? Of course, all data will be printed from database, I got some teplates. Should I store all data in one table, right? But how to make it online. I got everything sorted out without this. I simply don't know how to do that:( Sorry for strange language, but I try to make it for 5 hours & I'm bit crazy right now. Thanks for anybody for ANY tip. Cheers, Pedro Quote Link to comment https://forums.phpfreaks.com/topic/86649-quasi-hosting-system-help/ Share on other sites More sharing options...
tinker Posted January 18, 2008 Share Posted January 18, 2008 look into mod_rewrite for the address redirect bit... Quote Link to comment https://forums.phpfreaks.com/topic/86649-quasi-hosting-system-help/#findComment-442808 Share on other sites More sharing options...
pedro84 Posted January 18, 2008 Author Share Posted January 18, 2008 Thanks for reply. Ok, I know what mod-rewrite is. But how to apply it? Don't know... Quote Link to comment https://forums.phpfreaks.com/topic/86649-quasi-hosting-system-help/#findComment-442812 Share on other sites More sharing options...
tinker Posted January 18, 2008 Share Posted January 18, 2008 Have you tried? It all goes in '.htaccess'. Here's a cheatsheet, and there's a dedicated forum here. Quote Link to comment https://forums.phpfreaks.com/topic/86649-quasi-hosting-system-help/#findComment-442855 Share on other sites More sharing options...
pedro84 Posted January 18, 2008 Author Share Posted January 18, 2008 tinker: But I don't know how to apply it in this case... Quote Link to comment https://forums.phpfreaks.com/topic/86649-quasi-hosting-system-help/#findComment-442917 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.