new question?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rmphoto
Forum Newbie
Posts: 2
Joined: Sun Jan 11, 2004 7:39 pm

new question?

Post by rmphoto »

i am new to php.
i have a question.
i have a type of hotornot script and it only came with groups calld male and female.
i would like to make this site for voting on somthing other than people.
so how can i change the groups? it did not come with an option to change the groups in the admin.

please help :?:
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Sorry to write this, but:

The question exceeds this board as we have no clue of how the script actually looks, codewise, or what it prints out on the screen.
If the script itself isn't to long (multible pages) you could post it using php tags. Another idea is to put the source on a public server then paste the link to it here.

Code: Select all

<?php show_source("filenamehere.php"); ?>
That way we have abit more to work with.
rmphoto
Forum Newbie
Posts: 2
Joined: Sun Jan 11, 2004 7:39 pm

ok

Post by rmphoto »

its actaully up on a server right now.
i will post the link as soon as the damn server starts working...
its been down all day.
Post Reply