Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for some sort of (free) framework / script that generates code (or reads mysql metadata at runtime) to edit a mysql record that I can just insert into my existing website.
Something like: Give it credentials, tell it which table and how to get the ID (in this case $_GET['id']) and it spits out a HTML form and PHP code to select/update/insert it.
I'm sure something like this already exists but I can't find good google search terms.
A good key word for searching would be: scaffolding
http://www.phpscaffold.com/
http://www.amplescaffolder.com/2009/12/18/ample-scaffolder-everything-youve-ever-wanted-in-a-php-scaffolding-package/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I would like to test a code that I made with randomly generated files with certain extensions(so that I can check validation always works), I've searched for this, but could only find something about faker, it generates random data, but I am looking to generate files in Laravel.
You can do this very thing using PHP alone.
Make an array of names of files manually or see this to generate a random string.
Then define an array of extensions that you want to test against.
And then very easily you can merge the two above to have random files with certain extensions.
If you still have any doubts please let me know and I'll update my answer accordingly.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for a array of cell phones, prefer PHP but I can convert any kind to PHP.
Something like this for example:
array('iPhone','Blackberry','Samsung Galaxy','LG'); //and many more
I'm looking for one that has keywords that would be included in a HTTP_USER_AGENT call.
Is there anything on the market or in Github that I might use as a starter.
I'm not looking for mobile devices like kendal, I just want the phones.
You can use the mobiledetect library: http://mobiledetect.net/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for a clean way to generate a Word document from my PHP project. I want to make a Web application with Laravel and I'm trying to print out (or better said: generate) a Word document with the data in my database.
Is there a Laravel extension or a supportive way how to execute this in a clean way?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have website and I need to build fast search engine for it. I have to search text in database or files (word, pdf) . I want too when I search a text the result the exact word or a text which have close writing, for example, I type "exemple" the result show "example" or "examples" even if this text is in database or in files(word, pdf). My website is in PHP and I don't work with any framework.
Can someone tell me a solution or give me a link tutorial about this.
Thanks
There are a bunch of solutions (e.g. do you want to index your files periodically of do you prefer ad hoc searches?).
Look up XML parsing and PDF parsing.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm not asking someone to make a script for me, only to point me to a known script.
A lot of websites have tags on the end of a article with important keyword links, mosly those are scripts used in CMS systems.
I'm looking for the same sort of script but for a "normal" website without cms
Does anyone knows a script like that?
Something like this could be called via JavaScript http://www.tocloud.com/javascript_cloud_generator.html, and would do exactly what you need. See example on the URL