Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
This post was edited and submitted for review 1 year ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I've started learning php recently and will be using MySql. But I have a lot of MySql 'things' installed on my computer (in the screenshot). I want to completely uninstall everything and have XAMPP handle whatever is needed. I want to know would it be a good practice to do so and is it actually safe to remove everything, making sure that nothing would break and is there a way to check if some software depends on any of those?
Your Version is very old, so update it urgently.
You only need the Server and the shell.
Workbench is helpful as it provides a gui, even when phpmyadmin doesn't work.
If you decide to use Java c++ or other languages you can always come back and install them again. Them same goes for samples and Documentation
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 11 months ago.
Improve this question
I need to upgrade PHP version of my project. It is PHP5.6 and I want to upgrade it to PHP8.1. I tried to search for such information but couldn't find it, thus, I want to ask. Is it better to upgrade directly from PHP5.6 to PHP8.1, or step by step (PHP5.6 -> PHP7.0, PHP7.0 -> PHP7.1, PHP7.1->PHP7.2 and etc until I reach PHP8.1)?
Upgrading step by step can help you to see what is deprecated by following the logs files and then review the code.
I have recently been made aware of this tool which ostensibly makes this process much easier. Note that I have not used it myself and as such can't speak to how well it works. It looks to be a FOSS project though which is good.
Website: https://getrector.org/
Github: https://github.com/rectorphp/rector
Updating manually as per the guides provided by vee will likely give you better understanding of the benefit each upgrade offers as well as maintaining full control over your project.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Currently I know a bit about HTML CSS and JavaScript. I now want to learn php and mySQL. So I've read around got some information but I can't really make clear the process I should be following to set up a good development environment.
First off my text editor is Brackets and I've downloaded Xampp onto my computer. I'm currently getting no errors when I open the control panel everything seems to be running fine. So here is my questions
What should I be doing next? is that it?
Is there a tutorial that I can follow that stops me asking for help on here?
My reason for posting is I did the same thing last time and then the next day I started getting errors so I've had to reinstall.
I am sure you must have read all about php. Let me lay out some basics for you. If everything is fine with control panel and you are able to start servers then type localhost in the browser and that'll confirm the installation process.
https://blog.udemy.com/xampp-tutorial/
Follow that link in case you face problem.
To start with php go to any tutorial website, tutorialspoint etc. and learn some basics then make a folder in htcdocs and then access your files using localhost/yourfoldername/yourfile
localhost/phpmyadmin - to work on database.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Hello fellow StackOverFlow-ians. I am currently learning about PHP and I have found out that it is deeply related to "MySQL". I looked it up, and what I think is that "SQL" is a language used to help "Database Management Systems" run "Relational Databases".
I have installed "MySQL Community Server" on the Website. I have a command prompt and a few files now installed on my computer. Is this one database, or is this a tool for managing databases, and I have to install a database?
What I would like to know is, what this community server is exactly, and what I need to get started (links and tutorials would be appreciated). If what I said at the start was wrong, then please tell me - I cannot find valid information anywhere.
Thanks in advance - 0wendaman
MySQL offical docs are good resource to learn
You can learn at Tutorialspoint as well
W3schools is also useful for beginners
Reading this book may help you alot
you can try http://www.wampserver.com/en/ (Wamp) its good for using db.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am working on a PHP script where I release updates or fixes every few months and at present I am manually keeping record of version for example Product Name v1.7 or Product Name v2.2 and so on. I use PHPStorm for web development and wanted to know how do companies/people keep track of their version, do they also name and maintain it manually or is this an inbuilt feature in IDEs that can help keep track of this,
For example Wordpress, 3.7, 3.8 and many other open source/commercial products. I will really appreciate some feedback on this.
If you are using any version control like Git or SVN it's possible.
You can use a commit message including name and version number of product. Later you can list all commits with the commit message.
Browse Version history
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I'm looking for any php obfuscator solution, I found one
http://www.pipsomania.com/best_php_obfuscator.do
but I need to send our code to their service.
Have you anyone any experience with this service? I'm little bit worried :-)
PS. Our goal is to protect a code from easy observation and we don't want to install any php extension on every server where we sold our product. So I thing products like Zend Guard are out of the game.
Thanks a lot,
Jaro.
I have not used their desktop version, but I have tried the online free version.
It's clever, and the author is right to say it has maximum compatibility. But a few hours later and I have a program that reverses the obfuscation.
Nice software but need jar
https://gist.github.com/1171816
java -jar Coolphpobfuscator.jar phpfilename.php
I'm using the desktop version. For me the advantage is compatibility. I have a problematic file which didn't worked with any encoder or obfuscator except (useless) base64 encoding and pipsomania. Since I saw it I started to use.