I need a dotmobi website developer for my employment website- the website will have a maximum of 3 pages-
1st page - will show serach options:
categories of jobs (drop down list) Iie: IT-construction-engineer-architect-accountant-labourer)
agencies(drop down list)
& also static page:
interview questions
2nd page: will show further refining options:
level (junior-senior)
area(oracle-sql server-mysql-php) etc..
3rd page will show teh results!
Basically the user can search for jobs by catgegory or search for job agencies.
It should pick up all local jobs- which etc by grps- which is auto i think.
The third page is just static which i have content for.
Simple!
Thanks in advance
Tovia Singer
$result = mysql_query("SELECT * FROM vote ORDER BY Vote DESC");
while($row = mysql_fetch_array($result))
{
echo "Name: " . $row[ Name ];
echo "<br>" . "Votes Today: " . $row[ Vote ];
echo "<hr><br /><br />";
}
That code would make this.........
Name: Bob
Votes Today: 1
_______________________________________________
Name: Gorge
Votes Today: 0
okay i was wounder how how i could make it do this........
Rank: 1
Name: Bob
Votes Today: 1
_______________________________________________
Rank: 2
Name: Gorge
Votes Today: 0
This is referring to a Forum/Bulletin Board database where there is very high activity (select- insert).
Is SQL the same as MYSQL? If not- what s the difference?
No comments:
Post a Comment