Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

PHP

Thread Tools
 
Search this Thread
 
Old 07 June 2002, 12:38 PM
  #1  
106rallye
Scooby Regular
Thread Starter
 
106rallye's Avatar
 
Join Date: Aug 2001
Posts: 722
Likes: 0
Received 0 Likes on 0 Posts
Post

IF you want to use PHP then you need to check that your hosting company supports it as it needs to be installed on their servers.

It is really easyist IMHO to use a text based editor (ultra edit, homesite etc.) when using PHP but there is no reason why you can't add the PHP code to a site created in dreamweaver afterwards.

IMHO I love PHP as firstly it is free (GPL - in most situations!) it is relitively easy whilst still being very powerful, and there are so many people availible to help

Some sites that are worth checking out are

http://www.devshed.com
http://www.echoecho.com
http://www.phpbuilder.com

Also as it is free if you have an old PC kicking about it is worth setting it up as a test server (Linux,Apache(SSL if you want),PHP,MySQL) to test it on as all the s/w is downloadable for no cost so you can test locally before uploading (can be a bit of a pain to get going but there are good articles to make sure you do it in the correct order)

Good luck

Andy

edited to say that all pages with PHP on must end in (depending on the PHP version) .php not .htm to work. There are some variations on this depending on how PHP has been configured or what version so check with your hosting company.


[Edited by 106rallye - 7/6/2002 12:41:40 PM]
Old 06 July 2002, 08:09 AM
  #2  
super_si
Scooby Regular
 
super_si's Avatar
 
Join Date: Feb 2002
Location: Lurkin Somewhere
Posts: 7,951
Likes: 0
Received 0 Likes on 0 Posts
Post

What excaully is it?

can i do it the same way i would HTML in dream Weaver?

Found a brilliant Menu but its using php, so if i change my links in to php would it work?

Si
Old 06 July 2002, 08:49 AM
  #3  
DazV
Scooby Regular
 
DazV's Avatar
 
Join Date: Jun 2000
Posts: 3,783
Likes: 0
Received 0 Likes on 0 Posts
Post

server side scripting language in the same vein as ASP, COLDFUSION, etc...

introduced really to do the stuff HTML can't
Old 06 July 2002, 09:19 AM
  #4  
suba
Scooby Regular
 
suba's Avatar
 
Join Date: Mar 2000
Posts: 2,462
Likes: 0
Received 0 Likes on 0 Posts
Wink

STFW !

PHP (originally stood for Personal Home Page, but now known as PHP:Hypertext Preprocessor) is a scripting language for web pages. goes hand in hand with MySQL to query an SQL database.
Old 06 July 2002, 12:51 PM
  #5  
Andrewza
Scooby Regular
 
Andrewza's Avatar
 
Join Date: Jan 2002
Posts: 667
Likes: 0
Received 0 Likes on 0 Posts
Post

Great server side language imho, easy to pick up if you're used to C/C++/perl sorta syntax, great online reference to all the functions.

I run 5 web server and 2 SMP MySQL server that power www.itv-f1.com, never caused me a problem since MySQL 3.23.x
Old 06 July 2002, 01:20 PM
  #6  
stevem2k
Scooby Regular
 
stevem2k's Avatar
 
Join Date: Sep 2001
Location: Kingston ( Surrey, not Jamaica )
Posts: 4,670
Likes: 0
Received 0 Likes on 0 Posts
Post

lol @ suba

steve
Old 06 July 2002, 05:04 PM
  #7  
super_si
Scooby Regular
 
super_si's Avatar
 
Join Date: Feb 2002
Location: Lurkin Somewhere
Posts: 7,951
Likes: 0
Received 0 Likes on 0 Posts
Post

its got this menu code...,"Boo", "history.php?tp=arrow.gif",,,0

I just put in arrow.gf to see if it'd show it in the mainframe, but it didnt just printed "arroow.gif"

Trending Topics

Old 06 July 2002, 10:53 PM
  #8  
AdrianFRST
Scooby Regular
 
AdrianFRST's Avatar
 
Join Date: Oct 2000
Posts: 368
Likes: 0
Received 0 Likes on 0 Posts
Post

You need code in your mainframe page to show the image:

<img src="<?php echo $tp?>">
Old 07 July 2002, 07:30 AM
  #9  
super_si
Scooby Regular
 
super_si's Avatar
 
Join Date: Feb 2002
Location: Lurkin Somewhere
Posts: 7,951
Likes: 0
Received 0 Likes on 0 Posts
Post

i was just putting gif to test it, but how would i get one of my HTML pages to load in the main frame?




All times are GMT +1. The time now is 03:58 AM.