Loading...
Answers
MenuNeed some help with PHP & mySQL
Answers
We can help. Send me a message with your email and the URLs you're looking at fixing and I'll shoot you over a quick consulting contract.
I can help you with all 3 items.
I have done all of these with PHP and MySQL:
1. built a login page
2. image uploader
3. image posting to a gallery page
Also, in addition to PHP and MySQL, if you website is WordPress, I can help you with all of these items as well, but if not, we can just do it with PHP and MySQL.
I am available to help.
Bruce
It is unfortunate I didn't join earlier as I could probably assist with this scope of work. It would come down to your current system layout.
I have programmed many multi-user systems that interact with MySQL. One would need to make sure passwords are stored in a safe manner.
Related Questions
-
SAAS - What basic server architecture should we go for?
I think you're not fully embracing the lean startup methodology. Is your SaaS handling some operations that are a matter of life and death or critical mission thing for an organization? if the answer is No start with simplest option and do a soft launch and invite some carefully selected (50) beta testers. Get the service going and gather feedback as much as possible. Then when you're at version 1.5 or 2.0 you'd know the problem you're solving a lot better. Slavi, Orbisius & qSandboxS(
-
What is the best tutorial to get started with CakePHP?
I would probably look at a course on udemy for that specific case https://www.udemy.com/getting-started-with-php-programming/?dtcode=MzjhAx31ASRHHJ
-
Can a WordPress site be converted into an iOS app?
Be careful when simply wrapping things into a mobile app. This can backfire on you and you could be presented with some very harsh edge cases. PHP isn't going to be encapsulated so much as the HTML/CSS/JavaScript. So keep in mind your mobile application could likely be in a position of requiring an online connection to work (because it must interface with your existing hosted WordPress site). This could also mean your hosting solution needs to be evaluated to ensure you can handle any increased traffic (and those traffic patterns could be different when coming from a mobile app that perhaps loads things the user doesn't see right away, accesses content that may not be cached, etc.). You want to ensure your server doesn't go down because then your mobile app would be "down" as well. That said... Things like Phonegap (web views) are a wonderful idea for utility apps because the performance is good enough for those (and hey even some games) and they end up being easily ported across many mobile operating systems. I would look into Phonegap, Appgyver (a new and totally awesome one because parts of it will utilize the native OS and your app will feel more responsive), Appcelerator Titanium, and perhaps even the new Famo.us one. Also take a look at the Ionic Framework for some further ideas about mobile UI and what you can do with these web view style apps.TM
-
What is digital marketing?
Digital marketing is broad but can be plainly described as: the creation, distribution of and engagement with, relationship or brand building content in an electronic format.JL
-
What is the best way to do a permissions system for a low traffic administration system, PHP preferred, but general suggestion is also valuable.
Hi, I have been a PHP developer for 13 years and have experience building enterprise applications. What framework are you using? Most PHP frameworks have a built in authentication and authorization mechanism. For example, Yii has a builtin RBAC system that allow you to define a hierarchical permission system. If you're not using a framework or you just want to implement your own system for whatever reason then you can utilize Object Oriented Design and implement a Base controller (if MVC) that checks the permission for each request. That won't use a lot of if statements. Probably need more info, to give definitive guidance. Hope that helps.AP
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.