View Full Version : Php
Maxsimus
11-30-2002, 06:07 PM
Hey haw where can i find realy good help to developing php sites maybe in dansih. haw do i install php-4.2.3. and is frontpage compitipel whit php. is it posipole to code php sites ind frontpage??
petervazed
11-30-2002, 07:49 PM
<google> ;) tag ;) </google>
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=php+danske+dk+tutorial
:rocker:
gtmitch2
12-01-2002, 01:41 AM
I wonder if he even searched on Google.
Maxsimus
12-01-2002, 09:48 AM
Hey yes i have uset google. but i stil don't no haw to instal php 4.2.1 ?? and i still don't no what program i most use to kode PHP?? can i use frontpage??
plz help me.
gtmitch2
12-01-2002, 10:27 AM
To code PHP, I think you need to use notepad. And why don't you go install phpmyAdmin? It automatically installs PHP.
Maxsimus
12-01-2002, 10:53 AM
phpmyadmin?? sorry if im sound stupid but where can i find it
petervazed
12-01-2002, 12:06 PM
Two editors
http://www.fixedsys.com/context/
editor Context
http://www.crimsoneditor.com/
Crimson Editor is a FREEWARE. You are free to download and use it.
:rocker:
Maxsimus
12-02-2002, 06:07 AM
Thx for the links. i have hert that dreamweaver can edit php is that true?? an is there someone who can tel me about phpamdmin?? i realy whant to instal php first
jollyfactory
12-02-2002, 06:39 AM
Originally posted by Maxsimus
Thx for the links. i have hert that dreamweaver can edit php is that true?? an is there someone who can tel me about phpamdmin?? i realy whant to instal php first
Dreamweaver can edit php yes. It now has one of the most powerful code editors available and is an extremley good wysiwyg.
Dreamweaver can code with php, html, mysql, asp, cgi, perl. For coding purposes, you cant go past Dreamweaver Ultra Dev
scoutt
12-02-2002, 11:33 AM
JollyFactory, DW sucks, it is not the most powerful editor around. if you want ot get serious about php then you need teh Zend Studio. it is an IDE and it is the best for the money. I won't use DW or front page for editing php as long as I live. they insert there own special code and makes things worse. it may be a good editor but there are others around that beat it, and that are less expensive (free).
Maxsimus
12-02-2002, 12:26 PM
I need to sya that there most be wysiwyg on the program. and if o got DW do i then need to instal php 4.2.3 ??
scoutt
12-02-2002, 12:48 PM
I am not sure if DW runs php, but just edits it. I don't use DW for anything so I cannot comment on how it handles php, but my guess is that it's jsut an editor when it come to php, so you would not have to install php.
Maxsimus
12-02-2002, 02:05 PM
i haw DW ultra dev. but the ting is that i can't se the page as wysiwyg!!! its only many codes. and yes i now that php is like html whit codes but. the wysiwyg in DW don't work or is it. haw do i use pre maket themes on DW whit wysiwyg. i haw download'et a theme from phpthemes but when i think i am opening it there is only codes no wysiwyg
HEEEEEEEEEEEEEEEEEEEEEEEELP
Jason
12-02-2002, 02:18 PM
Maxsimus,
It seems like you are confusing PHP with a visual language like HTML. PHP is a back-end scripting language only. There is nothing to "display visually" with it, because all there is to it is computer code. It is often used with HTML to interface with it, and to jazz up its output, however PHP itself will never appear as anything other than text instructions. It's not something that you can just fiddle within dreamweaver and understand. Try searchign google for some starter php lessons, and follow the most simple lessons first. Also. if you are using a virtual host, it is unlikely that you will be able to install PHP on it yourself, so you will need to find a host that already allows you to run PHP scripts.
jollyfactory
12-02-2002, 11:59 PM
Originally posted by scoutt
I won't use DW or front page for editing php as long as I live. they insert there own special code and makes things worse.
Hey Scoutt! Yeh thats true for frontpage when I started using it.. it kept adding useless 'forced spacer' code but for the time I've used DW, I have never experienced this in PHP and in its WYSIWYG editor.
Originally posted by Jason
Maxsimus,
It seems like you are confusing PHP with a visual language like HTML. PHP is a back-end scripting language only. There is nothing to "display visually" with it, because all there is to it is computer code. It is often used with HTML to interface with it, and to jazz up its output, however PHO itself will never appear as anything other than text instructions. It's not something that you can just fiddle within dreamweaver and understand.
Hey!! I actually found a program with a shareware trial on it that lets you code php ON your system and then lets you test the PHP code ON your system without the need for an online server... yes! I was amazed too as this diminished the need for coding php, uploading it and testing it from my browser.
http://www.webattack.com/get/dzphpeditor.shtml
scoutt
12-03-2002, 02:19 AM
Jolly, there are a lot of programs like that. one good one is the one IDE that Zend puts out. very expensive but worth the money.
BUT, they all need the interpreter, that is, they need php installed. and by the way, you can run php without a server just like perl. so you didn't find anything fancy :P
plus that program doesn't support mysql which is the basis for php. I mean what else would you do with php if you didn't have mysql to work with. :)
Maxsimus
12-03-2002, 01:30 PM
but i am 100% sure that there was some guys that say that thy use DW and thy had maked many php pages in wysiwyg
kdjoergensen
12-03-2002, 01:33 PM
They probably created the HTML templates in DW and then inputted the php custom tags seperately (or thorugh DW, just as you would insert javascript). That way you would not have to worry about layout, only php programming..
jollyfactory
12-03-2002, 05:10 PM
Originally posted by scoutt
and by the way, you can run php without a server just like perl. so you didn't find anything fancy :P
really? :( oh well lol
Just wondering.. where can I get this IDE from Zend that you've mentioned?
scoutt
12-03-2002, 05:12 PM
http://www.zend.com/store/products/zend-studio.php
and Zend is the company that actually makes the php.exe file.
gtmitch2
12-03-2002, 06:33 PM
That program looks pretty cool scoutt.
Maxsimus
12-04-2002, 11:26 AM
Hello i think that i am muche more into it now. but i need to now one VERY importan thing how du i install php 4.2.3 ??
scoutt
12-04-2002, 11:28 AM
you go to www.php.net and download teh most current php install for windows. it should be a zip file.
then unzip it into the root directory, C:\php
that easy
Maxsimus
12-04-2002, 12:21 PM
if i whant to see the page i have maket haw do i do that??
scoutt
12-04-2002, 12:26 PM
if you want to see the page that you made that has php code in it, then you will have to setup apache or another server on your machine. there is no way around it unless you uploaded it to your host.
Maxsimus
12-04-2002, 01:09 PM
i already got apache on my computer but haw do it work??
Maxsimus
12-04-2002, 01:35 PM
I haw looked at some site and i found this
AutoTheme is a theme system script for the PostNuke CMS. I've seen many posts from new users inquiring about every aspect of the current PostNuke theme system and related files. The current theme system usually requires you to be somewhat familiar with PHP and the PostNuke architecture. AutoTheme attempts to remove most of this complexity.
scoutt
12-04-2002, 01:39 PM
well it all depends on how you have it setup. it is setup as localhost?
Maxsimus
12-05-2002, 02:52 PM
is it easy to make phpbb forums?? i want to make one but is it easy??
scoutt
12-05-2002, 03:02 PM
no, it is prety hard and you have to be really experienced in php to do it.
Maxsimus
12-05-2002, 03:31 PM
Then im totaly out. but that is a thing you already no.
Is there som places where there is some god guys whu buildt phpbb or vbulltin forums??
scoutt
12-05-2002, 06:47 PM
not really. it doesn't take a special way to do it, it is just how you program in php.
jollyfactory
12-05-2002, 11:24 PM
Thanks for the link scoutt.. I'm going to get my trial version right now :)
Maxsimus
12-06-2002, 10:15 AM
Alright if you sut pick a very easy to go forum for me what whuldt you pick. but there most be some features
scoutt
12-06-2002, 10:41 AM
vBulliten forum is the best of them all. there is no easy forum. if you code one yourself it is not easy, if you just install a pre-built one it is pretty painless.
Maxsimus
12-06-2002, 11:03 AM
Okat thanks but where can i find a very good pre buildt forum
scoutt
12-06-2002, 11:33 AM
http://www.vbulletin.com/
Maxsimus
12-06-2002, 11:42 AM
but that is expensiv 169dollar thats many money.
scoutt
12-06-2002, 12:28 PM
well you said you wanted a good one :P
here is a list of many forums.
http://www.htmlforums.com/showthread.php?s=&threadid=12442&highlight=forum
Maxsimus
12-06-2002, 01:04 PM
is the forums on that page pre buildet??
scoutt
12-06-2002, 01:18 PM
yes
Maxsimus
12-06-2002, 01:24 PM
May i ask whise of them there are pre bulidet
scoutt
12-06-2002, 01:31 PM
all of them. jus tlike vBulliten, you have to install any of them. some are free but others cost money.
I have no idea which ones are free, you have to look.
Maxsimus
12-06-2002, 01:36 PM
What about http://www.yabbse.org/ it seams very easy to install and look realy good
scoutt
12-06-2002, 01:41 PM
couldn't tell you. I don't go around installing or use different forum packages. you would just have to see. most of them have one setup already so just check it out.
Maxsimus
12-06-2002, 02:09 PM
Alright when you say pre bulidtet what do you mean. ass faar as i no is phpbb forum hard to set op.
scoutt
12-06-2002, 02:48 PM
I don't believe so, again I don't go around setting these all up.
now when I say prebuilt I mean it is already to go and run, all you have to do is install it. a non-rebuilt is one that you have to code all yourself.
gtmitch2
12-06-2002, 06:04 PM
Sorry that I haven't replied for a while. Go get phpmyadmin from http://www.phpwizard.net/projects/phpMyAdmin/.
jollyfactory
12-06-2002, 08:20 PM
The links on my page are free
http://resma.net/?id_category=80
As far as I know.. invision board seems the easiest to install, use and manage and comes with many many features.
Maxsimus
12-07-2002, 07:49 AM
Thanks i vil try to use X-forum is spaceprot.com a good free host to forums
Maxsimus
12-08-2002, 06:44 AM
Hey at last i have set up a phpbb2 forum. it was easy. and im happy now. i have alsow learn to use WS_FTP the next step no is to make real php pages.
But thanks to all of you guys who help't me i realy aprisiate it thanks ;)
Maxsimus
12-08-2002, 07:10 AM
Now i only got one last thing i wnat to now. all the pre bulidet thmes of php sites on the internet. do thy work lige this.
1: you instal the theme on the server
2: you oppen the site whit your browser tybe ind your admin pas
3: start makeing the site
is that the way pre bulidet thems ind php works??
transmothra
12-09-2002, 03:15 AM
themes in phpBB2 can get kinda tricky sometimes, and if you have any problems, it's probably in the theme info file, and probably has to do with the naming of the theme.
basically: upload it, click on admin, click on install new theme, and it should be in the dropdown box. if not, check the themeinfo.cfg (i think that's what they call it anyway) for errors. then click install and you should be done.
if you run into any serious problems, you can go to phpbb.com for help.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.