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?
I want to know how to get the local server to show what line the error is in instead of giving a blank white page, please help.
Sites have the css/html code on one page, so that they can just add their words on all your other pages without adding the whole code between the stuff. You get what I mean? How do you do that? I use SmartFTP if that helps.
I’m making a website and I’m putting cutenews on the homepage but I dont know how to insert the php code on bluevoda. Someone please help me out here?
I just started on PHP and create my first website.
But I wonder if other people could access my PHP codes through my website.
It would be extremely harmful if they could look at my code because it contain information such as database password etc.
If it’s possible, is there ways to lock them down ?
Thank you very much ! =)
I’m new to PHP. I want to log in to the page and authenticate the user with the DB info. What should i do to hide the PHP code from the page source? Or is there another way?
im just making my signature on a forum and there isnt enough room in the edit signature page.
I am having an exec() function in my code which invokes a shell script to convert an mp3 file into flv format.
Now this conversion takes some time say around 4-5 minutes if the file is large. During this time I want to show some kind of busy icon with message asking the user to be patient. How to write in the code?
like is there a php code/script that will display the current url?