Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Using Php With Front Page
Houdini
post Jun 1 2005, 01:43 AM
Post #1


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



I have a member that has downloaded one of my MODS for the PHP-Nuke CMS and he is having a problem with viewing the file. Does Front page actually render a PHP file? Becuase I have looked at his code, I tried the Front Page Express once or twice a long long time ago but went to better things. I am sure you should be able touse asp or technologies like that with Front Page, but if I remember correctly Front Page would change your HTML does it do the same with stuff like PHP if it can render it?
Go to the top of the page
 
+Quote Post
Tommy
post Jun 1 2005, 03:46 AM
Post #2


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 35
Joined: 31-May 05
Member No.: 5,645



when ever i tried to render a file in frontpage it always crashed. I could edit the code, but that was it.
If you want a program that can render php then i would advise you to get Macromedia's Dreamweaver. It is very good, you can program nearly every type of format, html, php, javascript... it even comes with some tutorials.

I have switched to dreaweaver because it is easier and uses ftp to upload your files biggrin.gif

I think that if you want to render php then you have to get a plugin.. but i can't quite remember biggrin.gif
Go to the top of the page
 
+Quote Post
jipman
post Jun 1 2005, 04:53 AM
Post #3


Pretty please?
Group Icon

Group: Members
Posts: 733
Joined: 28-November 04
From: Holland
Member No.: 1,552



I suggest to open the file with a barebone text editor like notepad or vi(m), that always does the trick.

About php rendering, what do you mean by that? PHP is like a full grown programming language, i can't imagine that built in to any web editor.
Go to the top of the page
 
+Quote Post
soleimanian
post Jun 1 2005, 08:45 AM
Post #4


End Of Computer
Group Icon

Group: Members
Posts: 346
Joined: 1-September 04
From: .:: MARS ::.
Member No.: 28



QUOTE(Houdini @ Jun 1 2005, 05:13 AM)
I have a member that has downloaded one of my MODS for the PHP-Nuke CMS and he is having a problem with viewing the file. Does Front page actually render a PHP file?  Becuase I have looked at his code, I tried the Front Page Express once or twice a long long time ago but went to better things.  I am sure you should be able touse asp or technologies like that with Front Page, but if I remember correctly Front Page would change your HTML does it do the same with stuff like PHP if it can render it?
*


you should have php and Mysql and a server (for example Internet Information service) on your pc
you can only edit php codes by frontpage and you can`t design php page
Go to the top of the page
 
+Quote Post
Proton
post Jun 4 2005, 04:06 AM
Post #5


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 54
Joined: 2-May 05
Member No.: 4,637



QUOTE(Tommy @ Jun 1 2005, 04:46 PM)

I have switched to dreaweaver because it is easier and uses ftp to upload your files biggrin.gif

*



Frontpage 2003 also allows you to use FTP, infact it lets you use: FTP, frontpage services, sharepoint services, webdav, and remote system protocol.

Go to the top of the page
 
+Quote Post
Logan Deathbring...
post Jul 15 2005, 02:54 AM
Post #6


Geek in-training
Group Icon

Group: Members
Posts: 301
Joined: 2-July 05
From: Washington State, USA, 3rd Rock from the Star Sol
Member No.: 6,772



Frontpage is pretty much just a pure HTML type editor/generator. If your wanting PHP I've heard that Dreamweaver is the way to go. Personally after using FP for as long as I have I'm moving on to Dreamweaver as soon as I can afford to.
Go to the top of the page
 
+Quote Post
AzNxSuperNova
post Jul 15 2005, 03:01 AM
Post #7


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 41
Joined: 13-July 05
Member No.: 7,065



Macromedia Dreamweaver is my editor of choice as it can do most languages. HTML, XML, JavaScript, CSS, ASP, JSP, PHP and ColdFusion. Correct me if I'm wrong, but I believe you need to have a local server with a PHP parser to view the files correctly in a browser after they have been edited. Otherwise you would be forced to upload it to a PHP enabled host to view the updated PHP file.
Go to the top of the page
 
+Quote Post
Logan Deathbring...
post Jul 15 2005, 09:19 PM
Post #8


Geek in-training
Group Icon

Group: Members
Posts: 301
Joined: 2-July 05
From: Washington State, USA, 3rd Rock from the Star Sol
Member No.: 6,772



QUOTE(AzNxSuperNova @ Jul 14 2005, 08:01 PM)
Macromedia Dreamweaver is my editor of choice as it can do most languages. HTML, XML, JavaScript, CSS, ASP, JSP, PHP and ColdFusion. Correct me if I'm wrong, but I believe you need to have a local server with a PHP parser to view the files correctly in a browser after they have been edited. Otherwise you would be forced to upload it to a PHP enabled host to view the updated PHP file.
*




Your right but doesn't Dreamweaver, like FP, offer "Live" updating so that you can work PHP and what no directly on you Hosts server?
Go to the top of the page
 
+Quote Post
mzwebfreak
post Oct 16 2005, 12:19 AM
Post #9


Advanced Member
Group Icon

Group: Members
Posts: 123
Joined: 7-April 05
From: Tampa
Member No.: 3,732



IMHO, I've found that php is fine to simply design the page in Frontpage, but I also kinda cheat. I save the php file as an html file, and I'm usually able to view most of what that file contains, except for the content of the header.incv and footer.inc files...but I mainly use Frontpage simply to be able to get a visual look at what a page will look like. I can code from hand for much of anything...though, I've never tried to FTP up a php file via Frontpage. I've used WS_FTP and that seems to work just fine. Anybody got any comments on whether you prefer FTP or using Frontpage to publish a site? I've never gotten a definitive answer on that.
Go to the top of the page
 
+Quote Post
Logan Deathbring...
post Dec 2 2005, 06:51 AM
Post #10


Geek in-training
Group Icon

Group: Members
Posts: 301
Joined: 2-July 05
From: Washington State, USA, 3rd Rock from the Star Sol
Member No.: 6,772



I used to use FP to upload sites that I designed and edited directly on the server, however now that I use Dreamweaver I miss that option. Now I download each page, and its dependents, and edit on my own computer then upload the same to view and then download and edit some more if necessary. Then again since I am now working with PHP and don't have the proper server software installed on my computer I would have to do that anyways. I now use FTP to upload and download by the way.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Visual Web Developer 2005 Express Edition Beta 2(13)
  2. Free Links Exchange: Promote & Increase Page Rank(9)
  3. How To Increase Windows Shutdown Speed(39)
  4. A Solution For Disabled Right Click On Web Page(20)
  5. Disable /change The Find In Page Sound In Firefox(1)
  6. PHP Tutorial: Form Verification And Simple Validation(12)
  7. How To Increase Your Google Page Rating ?(12)
  8. Choosing A Different Joomla Start Page(5)
  9. Powercursor.com :: Feel Your Cursor Around Tha Page!(6)
  10. Site Won't Work(11)
  11. New Sign-up Page(0)
  12. Change The Look Of Your Myspace Page(1)
  13. How Do People Sit In Front Of The Computer All Day Long?(14)
  14. Login Help(3)
  15. Adding Element To Page Issues(0)
  1. Problem With Purchase Credits Page(7)
  2. Server Status Page Gone(1)
  3. Was My Site Data Copied By Someone?(6)
  4. Unintrusively Streaming Pdf Documents Into A Web Page(2)
  5. How To Create/edit/delete Ftp Accounts With Php(1)
  6. Javascript Tutorial For Beginner(0)
  7. Updating Only One Thing In A Page?(3)
  8. How To Create A "user Profile" Page.(14)
  9. Similar Page Checker(0)
  10. Make It Impossible To View Page Source(11)
  11. Hidden A Page Url(1)
  12. Hacked By Dumansal(2)
  13. Center Update(5)


 



- Lo-Fi Version Time is now: 7th October 2008 - 05:15 AM