Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 10-18-2006, 10:02 PM   #1
Rickou812
Junior Member
 
Rickou812's Avatar
 
Join Date: Oct 2006
Posts: 13
Rickou812 will become famous soon enough
Default I have a question about databasing

I am interested in possibly redoing my site from htm to php and use mysql database. My site consist of survey information and I would like to incorporate a user feed back system to allow visitors to give user ratings.
I have no real experience with php or mysql except basic user knowledge.

How difficult of a task would this be? Is it something I could do. I do have "ok" skill with html.

Thanks
__________________
Do you have an opinion? Give it for cash.
www.cashsurveysnow.com
Be sure to check out the forums.
Rickou812 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 10-18-2006, 10:36 PM   #2
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I have a question about databasing

I'd have to say that you should improve your HTML skills to "good". It is something that can be done if you have enough patience and some time to apply to the project.

Go to W3 Schools PHP Ttutorial for an awesome learning tool.

If you get stuck, and need any help, there are quite a few folks here that are familiar with PHP that would be willing to help you out.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 10-18-2006, 11:08 PM   #3
Rickou812
Junior Member
 
Rickou812's Avatar
 
Join Date: Oct 2006
Posts: 13
Rickou812 will become famous soon enough
Default Re: I have a question about databasing

Thanks for your encouragement. The very first problem is I really don't know where to start. I have created a mysql database, but other than that, I don't know how to get the info into the database. Then of course the process I need to implement on the web pages to extract it.
I have been reading over the tutorials, but with out a clear path to learn, I find myself lost in all the info.
Anyhow, Thanks
__________________
Do you have an opinion? Give it for cash.
www.cashsurveysnow.com
Be sure to check out the forums.
Rickou812 is offline  
Old 10-18-2006, 11:19 PM   #4
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I have a question about databasing

Well, the first thing I did was read the tutorial, I wasn't trying to soak in all of the information, but just trying to give myself an idea of exactly what PHP can do for me. After that, I sat down and made a plan, and attempted to bring the plan to reality using PHP by following the tutorial like a reference manual. I of course found a large number of errors in the scripts I was writing, but they were small scripts and the errors were easy to pinpoint. I came here looking for support on a number of occasions. It's all about trial and error, and the best place to start is trying to understand what it is you are trying to accomplish, and then understanding the methods that you will use to accomplish this.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 10-19-2006, 07:21 AM   #5
Rickou812
Junior Member
 
Rickou812's Avatar
 
Join Date: Oct 2006
Posts: 13
Rickou812 will become famous soon enough
Default Re: I have a question about databasing

Quote:
Originally Posted by jumpenjuhosaphat View Post
Well, the first thing I did was read the tutorial, I wasn't trying to soak in all of the information, but just trying to give myself an idea of exactly what PHP can do for me. After that, I sat down and made a plan, and attempted to bring the plan to reality using PHP by following the tutorial like a reference manual. I of course found a large number of errors in the scripts I was writing, but they were small scripts and the errors were easy to pinpoint. I came here looking for support on a number of occasions. It's all about trial and error, and the best place to start is trying to understand what it is you are trying to accomplish, and then understanding the methods that you will use to accomplish this.
OK, I have a grasp on the php part...
I really like what I have learned, it will make my job easier in the future..

But now I need help with creating the database I need. I have learned the basics useing the tutorial and have used the basic form field and basic database tables, but what I need now is a more complex database.
My form field can be seen here form field
Thanks
__________________
Do you have an opinion? Give it for cash.
www.cashsurveysnow.com
Be sure to check out the forums.
Rickou812 is offline  
Old 10-20-2006, 09:22 PM   #6
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: I have a question about databasing

Books work really well, try and get one with user examples, that really helped me!
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 10-21-2006, 12:03 AM   #7
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I have a question about databasing

You can expand your database to do whatever you need. I don't know how to create a database or fields very well using PHP, I use MySqlAdmin to do the creating, and then use PHP to add info and query the DB.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 11-04-2006, 12:22 PM   #8
Abdussamad
Newcomer
 
Abdussamad's Avatar
 
Join Date: Nov 2006
Posts: 9
Abdussamad will become famous soon enough
Default Re: I have a question about databasing

You will also probably have to learn sql. So search for an online tutorial for that.
__________________
http://www.iwebtool.com/talk/thread5094-post25541.html#post25541
Abdussamad is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I have a question lexmarks567 Help and Support 2 11-14-2006 01:13 AM
Please Help Me With This Question MrAlan General Talk 6 10-15-2006 08:39 PM
Question? scopeweb Help and Support 2 09-22-2006 08:39 PM
A question scottd Google 7 07-11-2006 11:09 PM
PR question Notorious Google 4 07-09-2006 04:50 PM


All times are GMT. The time now is 09:17 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.