Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 2002
Posts: 153
Member
Member
Offline
Joined: May 2002
Posts: 153
Is there such a program?
A program that helps make php pages just like FrontPage helps make html pages?

Where would you suggest I start if I want to learn how to make php web pages?

Sponsored Links
Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
Some editors help with syntax highlighting and certain functions, such as dreamweaver and a couple of other programs I am sure. But the best way is to go to www.php.net and dig in, there are also plenty of free scripts and resources out there to help.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
The actual page is really just HTML - the PHP is the programming part - (handling the logins, and using the functions within threads).

If you wanted to make a php page:


<?
echo <<<OUTPUT


Put your HTML here



OUTPUT;
?>

Is all you'd need - the PHP part depends on what exactly you want the page to do. it's a scripting language - and there's no way to WYSIWYG scripting. But everything that the user sees is just HTML.

Joined: May 2002
Posts: 153
Member
Member
Offline
Joined: May 2002
Posts: 153
Thanks
I gues what I am looking for is a program that lets me see how the php will look

now i have to make the html page in prontpage and then i paste it to a generic php page

but i can not see the actual page it it is online

would be nice to use only one program

Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
You can install php from here http://www.php.net/downloads.php it comes for Windows also, then you can run scripts on your local machine. Keep in mind that FP has a bad habit of manipulating your hand coding so I would make sure to edit your php files in a text editor.

Sponsored Links
Joined: Sep 2000
Posts: 159
Member
Member
Offline
Joined: Sep 2000
Posts: 159
You can get a plug in for Front Page, PHP Rocket, that will enable you to see pages with a .php extension in Front Page. You can get it at

http://www.totalpconline.com/phprocketaddin/index.php?page=main.html

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yeah, PHP doesn't have a "look" - it's a scripting language - what you see when you view a PHP page is HTML. PHP does calculations, does queries, processes information. So it doesn't look like anything on it's own.

But as mentioned, you can run PHP on your local machine.... but then if you're working on threads scripts locally, you also need to run a MySQL server on your local machine. Threads scripts are all interconnected, so you can't view or run just one of them without the whole threads install being in place. Otherwise all you'll see is errors.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)