Results 1 to 3 of 3

Thread: PHP Questions and a book recommendation

  1. #1
    Flak Monkey! Dorza's Avatar
    Join Date
    Jul 2003
    Location
    UK - South Wales
    Posts
    1,762
    Thanks
    34
    Thanked
    17 times in 15 posts
    • Dorza's system
      • Motherboard:
      • Asus P5B Deluxe - WiFi
      • CPU:
      • Q6600 @ 3.06Ghz
      • Memory:
      • 2GB Crucial
      • Storage:
      • 500GB Samsung SpinPoint
      • Graphics card(s):
      • Geforce 9600GT
      • PSU:
      • Cosair HX520W
      • Case:
      • LianLi something something or other
      • Monitor(s):
      • Eizo FlexScan S1910 (1280*1024)
      • Internet:
      • 2mb Virgin (when they want to give me that: else 1mb)

    PHP Questions and a book recommendation

    Im currently looking for alternative ways to store information I upload to my website. At the moment information is stored in the actual webpage its self. Now that the site site content is growing im finding it harder and harder to manage site updates, so im looking towards PHP/MySQL. But before I ask for recommendations for a book there are a few things i would like to clear up....

    1) Say i have link1 link2 link3 link4 etc running along the top of each web page I have, could I use PHP/MySQL to manage the updating of these links? What I mean is, if I want to change the name of the links or their destination I would have to go into each page and edit the links untill they are correct. This is obviously time consumming. But could a database hold the links in one place and have any changes filter through to each page. In essence I would only be changing the link at one location but its change would be echoed through all pages involved.

    2)Can PHP handle page layout in anyway like CSS can. If so what can it do and would it be better to do things like this rather than with CSS?

    3)Could I apply PHP/MySQL to a site which is not database driven, but still keep the appearance/layout of the site the same as before?

    4) If all the above are yes, what else can PHP/MySQL do as far as beginners are concerned.

    Finally im after a really sound PHP/MySQL book, which is clear to read, easy to understand, some where around the £20 mark (cheaper is prefered) and is up to date.

    Also, would I be better of with a PHP book or a PHP/MySQL book?

    I did some browsing of what I thought were good books last week, but i've forgotten what they were. Ill edit this post later and add the books im intersted in to see what your views/opinions are.

  2. #2
    HEXUS.net Webmaster
    Join Date
    Jul 2003
    Location
    UK
    Posts
    3,108
    Thanks
    1
    Thanked
    0 times in 0 posts
    http://www.sitepoint.com/books/phpmysql1/

    You can download the first 4 chapters for free

    PHP is a server side language which can be used to generate HTML or CSS if you want.
    1) yes
    2) PHP can generate CSS as an output or it can use static style sheets.
    3) yes
    4) read the book

  3. #3
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    from the o'reilly series -
    web database applications with php and mysql -
    quite a good beginners guide -
    covers a bit of pear, but no smarty.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Newbie questions about phpBB and MySQL
    By Allen in forum Networking and Broadband
    Replies: 6
    Last Post: 24-04-2004, 06:53 PM
  2. Radeon 9800 questions
    By chrisf6969 in forum Graphics Cards
    Replies: 12
    Last Post: 20-09-2003, 07:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •