http://myresistance.net/index3.php
So- I m working on a webpage using PHP and MySQL. I have an excel file with physician Name- Address- Specialty- etc. What I would like to do is create a simple PHP page that allows users to select the specialty they wish to view and the physicians for the selected specialty would be listed.
I understand I need to create a database file in order to accomplish this. What I would like to know is if anyone knows of any good resources out there that I can look at in order to get this done.
I ve done several searches on google but I can t seem to find any simple address book programs out there. Anyway- thanks for the help!
I was told to use a CMS on my website- which is art-based. I only know html so I studied css and php/mysql. Halfway through I stopped just short of the chapters on making my own CMS. I figured at that point there s *gotta* be a way to do all this stuff automatically.
On my website all I want is a menu that I can update anytime I want and content I can update anytime I want just by updating one file and it affecting the entire website. Is there a program I can use that will do that for me and what tutorials/resources can I go through to learn that?
Aside from learning all that php/mysql stuff- which was all very interesting (and I understood it 100%)- all I know is html and basic css. I barely know dreamweaver (just the basics). So did I waste my time learning all that? What programs should I be learning?
I want to learn more about the technical aspects of web design but I need to know what I *should* be learning instead of just blindly learning everything in the world
add: cuz i ran out of room... i want to eventually be a web designer. I want to be able to design great websites but at the same time i want to know how they work- but mostly i just want to be a designer.
Hi
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
No comments:
Post a Comment