Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > PHP
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 3:51 PM   #1
Newsgroupie 9
 
Newsgroupie 9's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question From An Idiot

I have been reading some of the other questions on here and it seems you
guys (and gals) are way ahead of me. Nonetheless I'll suffer sounding like
an idiot in order to fix this problem.

I have a website that has some .php pages on it. This excellent computer
guy created the php pages for me but then he began to miss home and flew
back to Europe. Anyway I'm left with a website to manage. I have always
used Frontpage. I'm learning from the html world that Frontpage is
inferior.

When Yavi was here he had me purchase a program called Macromedia
Dreamweaver UltraDeveloper. It is residing on my computer now. But I
mainly use Frontpage. I use Frontpage to update our website and etc. . . .

HOWEVER, I noted two weeks ago that the .php pages (3 of them) on my website
are not updated with the new links that are on all the html pages. I would
like to fix this but I do not know how.

So I have been reading a few php pages on the web but I do not know what
the hell I am doing.

I downloaded this program called HTML-Kit that was supposed to help me see
the php pages so that I could edit them. I can't see the php pages.
However, I can see them in HTML code. But when I go and copy the HTML code
for the "navigation bars that are updated on my html pages" and paste that
code into the php page and then go to my FTP program and upload the php page
(yes, after I saved it (made a backup copy of php page)), the php page is
the same as it was before I modified it.

I am tired and exasperated and I slept on my office floor last night and
cried myself to sleep (okay well I didn't cry but wanted to).

Can anyone tell me what is the best program to use that will allow me to
both see the php page as it will be displayed on the web and a program that
will allow me to edit the page and give it the same navigation bar as my
html pages in Frontpage?

Thanks to anyone who can help me. I'll keep checking back at this
newsgroup. Thank God for newsgroups!


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 3:51 PM   #2
Markus Ernst
 
Markus Ernst's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question From An Idiot

Well, if Mr. Excellent Computer Guy did a good job he inserted the PHP code
inside the HTML code. In this case you can view your pages in Dreamweaver.
Dreamweaver cannot display what happens on the server with the PHP, but it
displays everything else, and where PHP code is inside it displays a small
icon with the word PHP on it. You can easily edit all non-PHP parts of the
page.

If he did a bad job he made PHP generate the HTML code. If you find lines
that look like

echo "<html>";

or

print("<td style=\"mystyle\">Somecontent</td>");

you are lost, you can either learn how to write HTML and PHP code or hire
some specialist to do every simple bit of the job for you. Maybe in that
case, on the long term it would be the cheapest way to learn Dreamweaver and
have somebody rewrite the scripts in an editor-friendly way for you.

--
Markus


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:52 PM   #3
E-Star
 
E-Star's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question From An Idiot

In summary, Dreamweaver will allow you to see the code + html rendering
of your site. To view your sites using php, either use Dreamweaver to
automatically upload the code to the server (and then use a browser to
view it) or a better solution is to create a server on your developing
machine (localhost) to perform all testing before you deploy it. You
only need to mainly install apache and php if you haven't already done
so.


In article <3IQTa.327$8%4.12366@news20.bellglobal.com>, Newsgroupie 9
<bbbsco@bellnet.ca> wrote:

> I have been reading some of the other questions on here and it seems you
> guys (and gals) are way ahead of me. Nonetheless I'll suffer sounding like
> an idiot in order to fix this problem.
>
> I have a website that has some .php pages on it. This excellent computer
> guy created the php pages for me but then he began to miss home and flew
> back to Europe. Anyway I'm left with a website to manage. I have always
> used Frontpage. I'm learning from the html world that Frontpage is
> inferior.
>
> When Yavi was here he had me purchase a program called Macromedia
> Dreamweaver UltraDeveloper. It is residing on my computer now. But I
> mainly use Frontpage. I use Frontpage to update our website and etc. . . .
>
> HOWEVER, I noted two weeks ago that the .php pages (3 of them) on my website
> are not updated with the new links that are on all the html pages. I would
> like to fix this but I do not know how.
>
> So I have been reading a few php pages on the web but I do not know what
> the hell I am doing.
>
> I downloaded this program called HTML-Kit that was supposed to help me see
> the php pages so that I could edit them. I can't see the php pages.
> However, I can see them in HTML code. But when I go and copy the HTML code
> for the "navigation bars that are updated on my html pages" and paste that
> code into the php page and then go to my FTP program and upload the php page
> (yes, after I saved it (made a backup copy of php page)), the php page is
> the same as it was before I modified it.
>
> I am tired and exasperated and I slept on my office floor last night and
> cried myself to sleep (okay well I didn't cry but wanted to).
>
> Can anyone tell me what is the best program to use that will allow me to
> both see the php page as it will be displayed on the web and a program that
> will allow me to edit the page and give it the same navigation bar as my
> html pages in Frontpage?
>
> Thanks to anyone who can help me. I'll keep checking back at this
> newsgroup. Thank God for newsgroups!
>
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:52 PM   #4
Anthony Saffer
 
Anthony Saffer's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question From An Idiot

Could you provide me with a private contact address? I tried to reply but I
got a bounce.

Thanks,
Anthony


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyes is an idiot Charles Troy Tripp Console Subjects 6 06-26-2007 10:40 AM
Question Ronald Graphics in general 2 06-11-2007 6:46 PM
Useless pathetic idiot Hillary mission Greg Computer Consoles 16 06-10-2007 9:13 PM
Idiot buyer longroad Ebay Technical Questions 0 05-31-2007 9:55 AM
Idiot buyers!!! Dr Zoidberg Ebay Technical Questions 11 05-30-2007 2:18 AM


Featured Websites




All times are GMT +1. The time now is 2:11 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98