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 just bought a used book which is the PHP and MySQL Web Development (4th Edition) but the cd was not included in it I just want the chapters example code specifically the include_fns.php since they don't tell you how to code in this file.
If any one knows where I can find the books source code examples please let me know.
Please visit this link.
This is 3rd edition version. you can download book examples here.
Edit : I have just Googled it and it was first link in the result. I dont know whether this web site supplies this material legally or not. You download and use this things all on your responsibility.
And here you can find source code for Chapters 2 and 3 missing from the CD-ROM
The exact link is Chap2and3SourceCode
It is update tab
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 7 years ago.
Improve this question
Guys I know that this question asked before but its not the same.
I have a website that I want to translate its content.
What I came up with:
1-gettext //its not good for me
2-google api //google translate is very bad and also google add its name in my wbesite
3-make another files with different language.
I prefer the last one because I only want my website to be English and Arabic.
Any more solutions? and what disadvantages of making the third solution ?
thanks
Salam Essam,
What companies do nowadays is use something called i18n (internationalization) I believe you should check out this website: https://lingohub.com/blog/2013/06/php-internationalization-i18n-mechanisms-tutorial/ It also tells why the third method you're mentioning is bad. Hope it helps.
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 want to create an interactive code editor for my website,that people visit and try different language code and the online code editor interact with the person if he did something wrong and i was searching using Google to get some answers but didn't find any or i am unable to ask correct question! (so sorry for that and also for my English or something else),so i am here for the question which i need answer.
I need a script which can perform all the function/which i can implement in my website. OR
if you know the name of the scripts tell me i will buy it to implement it on my website. OR
you can give me a rough idea how i can create interactive code editor and the rest i will do.
Thank you for help and is my question in appropriate to ask?? than reply me in comment.
What language would you do to test their code online? php?
For syntax coloring online via a textarea you can use http://codemirror.net/
Basically you want to do this => http://www.compileonline.com/?
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 know that this question as been asked somewhere else, but I did not find the answer I was looking for.
I am looking for an open source hotel booking system in PHP (both front-end and back-end). I had a look around but I have not found anything intersting.
Could you please adivise any good one?
Much appreciated. Thank you.
Fracesco
There is a module for Drupal called OpenResort that's close to what you're looking for, I think.
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 need the possibility to add videos to an article, do you know about something that might be usable? Only thing I need is just that it will be able to play flv video. I found HDFLV player, which is pretty fine but it cannot be used in an article, unless you buy it for like 99$, which is unacceptable.
Thanks,
EL
Take a look at Flow Player.
Its free and easy to install. You can customise various options using a UI on their site and they will provide the embed code for it.
HTML5 might be usable.
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html
Take a look here: http://extensions.joomla.org/extensions/multimedia/multimedia-players.
The extensions are evaluated. Some are free.
hey the best one imo is >>
http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/3955?qh=YTo2OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo1OiJ2aWRlbyI7aTo0O3M6NjoidmlkZW9zIjtpOjU7czo5OiJhbGwgdmlkZW8iO30%3D
its easy to use and configure and non-commercial
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
We are planning on building a pay per view (PPV) video solution but we have no idea from where to start. Here are the current givens:
it will be hosted on Linux
using PHP
Database: MySQL
And by PPV I mean:
- going to website, selecting a movie to watch/download
- going to payment portal and paying
- being now able to watch/download
So here is my question, from where to start?
is there an existing (recommended) solution that we can download/buy?
Any information would be really appreciated
I was just reading about someone who had a platform like this intended for adult movies that he was offering, may have even been open source. I'm sorry I forget what it was, but even if your content is G rated, software intended for porn will probably have the features you want so I'd start looking there. It's a big industry so there has to be a few ready made solutions available.