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 1 year ago.
Improve this question
I wanted to know if it was possible to prevent detection of the codeigniter framework from a site like whatscms.org ?
Thank you in advance for your answers and your help.
Did you take a look at the "How We Detect Content Management Systems" section of whatcms.org? It details how they do some of their detection, which would give you some clues as to how to hide. This answer provides some even better clues as well.
Doing a Google search for "hide codeigniter from cms detector" (without quotes) returns a plethora of results about what you may need to change inside Codeigniter itself to hide.
Related
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 7 years ago.
Improve this question
I would like to migrage a PHP site to WordPress so I can update the information written on the website.
Does anyone know the best way I can do this? I did ask a few people regarding this and the general consesus was to completely redo the website.
Yes, you would need to redo large parts of your webpage. If you have an existing design you will need to learn how to create a theme in wordpress: https://codex.wordpress.org/Theme_Development or you can use on of the many already available.
Yes. You can use wordpress theme development for migration php into the wordpress...
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
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.
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
In My Web app I have a CRUD table and I need to implement a dialogue ox on clicking a particular record for editing ,deleting and making other changes. I googled it but unable to find proper tutorials.
Any body kindly help me how should I proceed. How should I implement it? I know its a silly question but unable to find out.
I recommend checking out the x-editable extension for Yii, which will help you implement the features I believe you're looking for.
I find the YiiBooster extension very useful. It contains the same features as x-editable and much more.
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 8 years ago.
Improve this question
I need to provide some functionality to another site.
What way is better and why?
1. Iframe
2. Provide PHP code and HTML/CSS.
I trust another site's admin.
First option is good but you keep all the responsabilities on your side. if an error occur, you're the only one to blame.
HOW? : you generate a regular Html page and give them an iframe. that's how facebook does it.
Option 2 is the eazy way but you talk about storing things into your DB. in this case i hope you know the guy who manage the other website.
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 9 years ago.
Improve this question
I really don't want to use any software, I want to learn by myself. Nothing like WordPress though. All it is, user goes to example.com/login. and they enter a password. After that all they see is Mark down text-editor. They put in content then click enter. then it generates to the page. Creating a short summery for the front of the page then having a link to the whole page.
How would I accomplish this? Any tutorials?
Sounds like you need a basic PHP/MySQL tutorial. Here's an good one:
http://www.w3schools.com/PHP/php_mysql_intro.asp
Once you get through that, building a simple CMS will be a snap.