Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I know that the new php.net website has been released for some time. The old one had the source code link in the footer, which allowed a user to see the php code of the current webpage. It was very handy. Is there any way to see the old php.net website?
I don't know if it's possible to see the updated manual with the old layout, but it is possible to see the old website version on archive.org: http://goo.gl/K7EkSe (Sorry for the shortened url, but the editor didn't allow me to write the url properly)
You can try wayback machine This allow you to view history of the php website.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For my next project I want to have small issue tracker like this on github (in php and mysql/sqlite), do I need to write it from scratch or is there something like this already (open source)?
If you want work without code you can try one of these:
http://vermis.hellworx.com/ (Open source)
http://www.mantisbt.org/
There is MantisBT which uses PHP and MySQL but it's not exactly small.
Which functionality do you need?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been looking for website templates to download so far I got only one bootstrap template. I can't seem to find much with source code attached with them for download. Which site do you recommend?
You aren't going to find many templates online that have ready made "server-side" code included. The point of a template is to kick-start the user interface and experience development. Normally it will only include HTML/CSS (and Javascript/Jquery) functionality. It is up to you (the coder) to fill in the implementation details according to your requirements and language of choice, .NET, PHP etc.
Here are some other bootstrap starter templates http://startbootstrap.com/all-templates
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I was using Dreamweaver CS6 before, and I can test my PHP files in it(just to create a site and indicating the server root, etc, and everything is ready). But in CC version, I did the same thing, exactly the same setting as CS6, but my PHP file cannot be shown. I clicked the "connect to remote server" icon, and it cannot be connected(the icon cannot be on).
What's wrong with the CC version???
take a look to this links, this will help you...
helpx.adobe
tv.adobe
blogs.adobe
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've been handed a project that utilizes the ezpdf class to generate PDF files. Problem is, I can't seem to find any documentation on it on the net.
I've figured out most of changes that my bosses want implemented by looking into the code itself. What I couldn't figure out is how to change the background color of a table headers.
Can anyone point me to the right direction?
It appears that the eZ PDF Library is deprecated as of 4.x (doc.ez.no). However if you visit pubsvn.ez.no you will find some documentation generated from the code. If you are doing this all from the templates then the template pdf functions which use the eZPDF library should still work, look here for documentation.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a software library that will enable me to open a a Word Template document and populate the information dynamically (e.g. when a user logs into an account and downloads the document it should be populated with their information.)
Yes...
http://phpword.codeplex.com/
http://www.phpdocx.com
Just 2 I found on Google! The first I've used before....
Haven't tried it yet but, http://www.phpdocx.com/