SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Code’

How Do You Write Php Code For A Poll?

Posted Tuesday, February 9th, 2010
Tags: , ,
Posted in 6 | 2 Comments »

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!

I Want To Write A Quiz In Php. How Do I Hide The Code?

Posted Sunday, February 7th, 2010
Tags: , , , , ,
Posted in 6 | 4 Comments »

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.

How Do I Insert A Php Code On Bluevoda ?

Posted Thursday, December 17th, 2009
Tags: , ,
Posted in Uncategorized | 1 Comment »

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?

Is It Possible For People To Access Php Code On Website ?

Posted Monday, December 14th, 2009
Tags: , , , ,
Posted in Uncategorized | 4 Comments »

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 ! =)

What Should I Do To Hide Php Code With Db Connection?

Posted Friday, December 11th, 2009
Tags: , , , , ,
Posted in Uncategorized | 5 Comments »

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?

What Is A Good Program To Simply Make A Php Code And Preview It In The Program?

Posted Thursday, December 10th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 1 Comment »

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?

Php Code To Tell What The Current Url Is?

Posted Monday, November 30th, 2009
Tags: , , ,
Posted in Uncategorized | 1 Comment »

like is there a php code/script that will display the current url?