djlfreak Posted May 24, 2010 Share Posted May 24, 2010 Hi everyone, I'm just looking for some advice. The situation is I'm doing a course in php and my final project is due in 2 days. I've done most of the work myself but at this stage my head is about to explode and I need help from someone who actually knows what they are doing. Should I hire someone to fix the mess that is my simple php website? If so, how much should I charge and where is the best place to get help fast? Would appreciate some advice, as my time is running out fast, and I ain't gonna pass if I don't fix the problems I've got. Problems 1. Built a shopping cart and a cms system from tutorials but they have different login systems that I can't seem to merge. 2. Need to prevent html and sql injections. 3. Need to put in regular expressions on all my forms to take in only the correct type of information. These are probably easy problems tio fix but I just feel burnt out and need help. Quote Link to comment https://forums.phpfreaks.com/topic/202692-need-advice/ Share on other sites More sharing options...
Philip Posted May 24, 2010 Share Posted May 24, 2010 The situation is I'm doing a course in php and my final project is due in 2 days ... Should I hire someone to fix the mess that is my simple php website? You want to pay someone to do your homework? That just is begging for trouble Built a shopping cart and a cms system from tutorials but they have different login systems that I can't seem to merge. Why didn't you think about this before making them? >.< Well, okay, what kind of login systems does each use? Different hashes? Need to prevent html and sql injections. That should be pretty easy, just google 'sanitizing inputs php' Need to put in regular expressions on all my forms to take in only the correct type of information. Again, google that or visit http://regexlib.com/ or http://www.regular-expressions.info/examples.html Quote Link to comment https://forums.phpfreaks.com/topic/202692-need-advice/#findComment-1062439 Share on other sites More sharing options...
Daniel0 Posted May 24, 2010 Share Posted May 24, 2010 Need to prevent html and sql injections. That should be pretty easy, just google 'sanitizing inputs php' Need to put in regular expressions on all my forms to take in only the correct type of information. Again, google that or visit http://regexlib.com/ or http://www.regular-expressions.info/examples.html And possibly this: http://php.net/filter Quote Link to comment https://forums.phpfreaks.com/topic/202692-need-advice/#findComment-1062458 Share on other sites More sharing options...
djlfreak Posted May 24, 2010 Author Share Posted May 24, 2010 Yeah, thanks for the tips, just freaking out a bit I guess. I don't do pressure very well and my favourite cat got killed by a car this month and it's just so hard to concentrate on stupid php when your best friend is gone in an instant. Quote Link to comment https://forums.phpfreaks.com/topic/202692-need-advice/#findComment-1062460 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.