I have a website called The College Answers but I am trying to add some features to it. The one feature includes adding a poll. If there is anyone out there who knows where I can find a code for this, or write it down, that would be awesome!
So… I want to learn some PHP and put up some multiple choice quizzes this semester. But I don’t know if students have a way of looking at the source code to find the answers. Since PHP is client-side, does that mean all the code involving seeing if they have the correct answer is hidden from the user? Is there something extra I have to do to hide this part?
Is this correct
$i= a number
if(is_even($i){
//do something
}
How can I write a form using flash and PHP?Can you email me code?
Thanks!
PHP stands for Personal Home Page. Considering that maybe 2% of the world’s population knows that, you may guess that 1 out of 4 of that 2% can fluently write PHP…So I’m guessing 0.5% of people can fluently write in PHP.
The French language is spoken in 29 countries across the world consisting of 367,141,450 people who consider it their official language where the world population is 6.684 billion. The end result is that 18.2% of the world can speak French fluently and therefore should write it fluently as well.
How can I alert a user with a message in a frame using PHP? Like, with JavaScript you could something like…
function stuff() {
var usernameshown = document.getElementById(‘frame’).value;
if (usernameshown == “hi”) {
document.getElementById(‘frame’).inner… = “hello to you, too”;
}
}
Is there a way to do this using PHP?
I am uploading 1 file I want that file contaent should be stored in my sql database. Means when I upload a file I want read the contents of that files and write that contents of file and stores that contents into database
Please tell me the code if anybody knows?…
I need to open a socket to a url, then send some data and read the response.
The service is running on a Web server.
So technically I want to open up a connection on port 80, then open up “/service/request” and then send some XML commands and then receive the response.
Which is the best editor to write and Design PHP page ?
I need to be able to put clients articles into a flash website and I am trying to make it easy for him — right now I have it set up so he could write it in xml but that does not seem practical