Submit Your Article Forum Rules

Results 1 to 6 of 6

Thread: Editing PHP???????

  1. #1

    Editing PHP???????

    I have installed a Viper guestbook to my website

    http://whatsgoingon.me.uk/guest_book/

    I would like to change the appearance of the page to match the rest of the website - if I try to open the index.php page in dreamweaver I see nothing that resembles what I see if I right click in the guest book webpage and select view source........

    Do I need to learn php :-\ or am I missing something easy here

    Many thanks

    Andy

  2. #2
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    When you open a .php file in say Dreamweaver you are seeing the code that runs to generate the HTML output which you see when you do view source from the browser.

    As PHP runs server side the browser only ever sees the final HTML output and not the PHP code.

    Depending on how the application is built you might find that it uses templates allowing you to simply edit those, or it could have snippets of HTML scattered far and wide through the PHP code.

    The chances are you will have to learn some PHP.

  3. #3
    Senior Member mushroom's Avatar
    Join Date
    Feb 2004
    Posts
    286
    There is a lot to learn before you can edit php.

    But I see your page uses CCS, unless it to is generated by php, you may be able to edit it to suit your needs with out learning php.
    Irony: That for most people the most "trusted" web site on the planet is for a company the has been convicted of criminal activity.

    Both Security and SuSe start with "S". www.eemam.com

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Posts
    174
    Go to the admin section of viper guestbook. towards the bottom of the page there is a button to edit the style.inc(not sure of the name) file. click the button and you can edit the style of the guestbook.
    Joe
    GimmeItNow.com
    Shopping Directory
    Gift Registry For Any Occassion

  5. #5
    Thanks Guys,
    Speed: that makes sense to me, if I found these templates are they likely to be in html or php? I will have a look to see if anything resembles html.
    Mushroom: I tried to find the relevant CSS but it doesn't seem to be there!
    Jdiben: That sounded the easiest option by far,, until I opened it and got information overload!! I was hoping to put a frame border like on the rest of the site and follow suit with the colour,,, colour would be easy but as for the frame border Hmmmmmm!

    Well you have all given me something to work on,, will try and educate myself with it,,, meanwhile any other idea would be appreciated.

    Andy

  6. #6
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    if I found these templates are they likely to be in html or php?
    Depends on the application, but you're probably looking for a hybrid of PHP & HTML, which seems to be the way lots of scripts go.

Similar Threads

  1. Editing Flash doc. - pls. help...
    By Maverick27 in forum Flash Discussion Forum
    Replies: 6
    Last Post: 01-08-2010, 09:30 AM
  2. Editing swf
    By PosterManiac in forum Graphics & Design Discussion Forum
    Replies: 1
    Last Post: 05-20-2008, 03:35 PM
  3. Looking for a video editing guru
    By krnl in forum Graphics & Design Discussion Forum
    Replies: 0
    Last Post: 01-21-2008, 07:05 PM
  4. Editing My Logo
    By razsports in forum Graphics & Design Discussion Forum
    Replies: 2
    Last Post: 10-03-2005, 07:46 AM
  5. Any advantages to editing ODP or others?
    By writergrrrl48 in forum Search Engine Optimization Forum
    Replies: 4
    Last Post: 02-12-2004, 11:53 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
  •