Q&A: WHICH IS THE BEST PHP SCRIPT FOR A CELEBRITIES QUOTES WEBSITE?

Question by :
Which is the ideal php script for a celebrities quotes website?
I want to know which is the ideal PHP Script to have your own collection of famous celebrities quotes website besides the Famous Quotes CMS by FamousWhy.com
——————————————
Answer by Jeff K
You could just something like WordPress and then pull quotes in from various sources. I know there are a lot of PHP script directories around where you can find scripts, not sure if a script like that exists. Worth a shot, you can google ‘php script directory’ or something similar like below to try and find one.
——————————————
Give your own answer to this question below!









about 1 year ago
about 1 year ago
First you’ll need to learn JavaScript if you haven’t already done so. But to add JS to a webpage, you must put your code between
This usually goes in either the
or of your document.about 1 year ago
about 1 year ago
The code above will produce this output on an HTML page:
Hello World!
about 1 year ago
There is two process to put java script in html
1. You can put your code in javascript tag
e.g:
// Code Here
2. Or you have to create a external js page…..and you have call it from the html page.
e.g