learning php and mysql
Thanks El_Nino.
I've been trying to get somebody I know to do this for me but I couldn't find anyone that would do it for little money or free.
So I've been reading and searching on various web sites, but it all looks like greek to me. It's like the manuals and tutorials are for an older system or maybe I just don't know enough. I wish there would be something on HR control panel that apply to our situation, meaning instructions and tutorials on how to create files in PHP and MYSQL using the resources we have at HR.
Anyway as you see from my posting, last night finally I've decided to do more than I've got before and I've found sites with info I could use. So I was able to create a database and then a table, and then connect, and then display data on my browser.
I was posting questions trying to speed up the learning process, but I guess since it was the weekend, nobody was there so I kept going.
It took me several hours, but I've got at least the basics.
Questions (Some of them I posted before):
- I see often the MySQL> (prompt). How do you get there?
- Is there a site where I can find in simple terms all the options for the field under "type" , "attributes", etc.. ?
- From what I see php files are pretty generic. Could I use php files from tutorial sites for my projects?
- What is the benefit of using php in emails?
- For my project I need to be able to change a text file on my PC and post it to the server and have the old data on the server whiped out. What is the best way of doing that? So far I've been entering the data from MySQL admin in HR control panel and that works. Right now when I post a text file from my Pc, the info is appended, even thought I select "Replace" in the option. I guess it must be because that option "replaces the contents of the selected table for rows with identical primary or unique key." and I don't know how to change it after the table has been created.
Attached is my new file which is really a test file.
Anthony
|