Jump to content

esoom

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

esoom's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. another thing ive written this code <?php $cat="Rock"; $result=@mysql_query("SELECT Title, Artist FROM Stock WHERE Category='$cat'"); while ($item=@mysql_fetch_array($result)) { extract($item); print("<p>$Title $Artist</p>"); } $number=@mysql_num_rows($result); print("<p>$number matches found</p>"); ?> but how do i generate this in html when this run
  2. Oh right Thank you kind sir [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
  3. if i have a table with its hostname as DBserver and database name as Dbase and the table consists of 5 columns called catref, title, artist, catorgry and number how would i write the code to connect to the database and retrieve all the information on the table as a results table.....can some1 help me
  4. esoom

    Hi

    [!--quoteo(post=366289:date=Apr 19 2006, 03:40 AM:name=litebearer)--][div class=\'quotetop\']QUOTE(litebearer @ Apr 19 2006, 03:40 AM) [snapback]366289[/snapback][/div][div class=\'quotemain\'][!--quotec--] Ok... Just a bit of the thought process. 1. Registration page for potential voters - user name - password - email address check to see that email address does not already exist in your voter database. if checks ok email to voter a link to the Ballot sign in page 2. Check that user has not already cast ballots 3. present ballot page - process vote 4. thank voter and present updated vote tallies See what you can do with that, as you begin to write your code, come back for more help. Lite... [/quote] well im very new to code php and have never studied it before so its kinda difficult
  5. esoom

    Hi

    Hi Im a new guy to this forum and i come from london UK i came here to seek help right now im at the panicking stage of my project.............i just cant seem to do it all i need to do is build a website and an online voting system for election using PHP abd MySQL a simple one i cant seem to do that I was hoping if some1 could help me.....would be much appreciated Thank you for taking your time in reading this
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.