|
|
|
|
![]() ![]() |
Feb 19 2005, 09:06 PM
Post
#1
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
Ok i fully mastered the basics of html and want to move onto coding in php. a whole new dimension for me. i tried to start off installing a local server on my computer. the installs of apeche thingy, php and stuff like that in one wont work. any promising ones out there to start me off. thanks.
|
|
|
|
Feb 19 2005, 09:30 PM
Post
#2
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 19-February 05 Member No.: 2,695 |
f you would like to learn PHP you will find all you need to get started here...
http://www.php.net/ - official documentation is here http://www.hotscripts.com/PHP/ - includes many tutorials, selections of PHP programming-related books. http://www.faqts.com/knowledge_base/index.phtml/fid/51 - Tutorials http://www.php-help.net/ http://httpd.apache.org/docs/ Starting Apache... |
|
|
|
Feb 19 2005, 09:42 PM
Post
#3
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
is there any software to make my coding any easier. i have a copy of macromedia dreamweaver mx on a cd. will that help at all?
|
|
|
|
Feb 20 2005, 01:32 AM
Post
#4
|
|
|
Premium Member Group: [HOSTED] Posts: 336 Joined: 22-September 04 Member No.: 798 |
no it won't.
tsweb editor will help a little. but php is mostly: buying a cheap book that will tell you how to start. and from then on: www.php.net to find out about a function you need, etc. |
|
|
|
Feb 20 2005, 12:37 PM
Post
#5
|
|
|
S.P.A.M.S.W.A.T. Group: Members Posts: 814 Joined: 22-January 05 From: San Antonio, Texas (No, I'm not dumb. I just moved here...) Member No.: 2,284 |
http://www.astahost.com/Mini-Apache-Server-W-Php-t2788.html
This is a good apache/php server for just testing PHP codes. http://www.mpsoftware.dk/ PHP Designer 2005 is a good software to code PHP and other languages. I'm currently using it to code my site. Essential PHP for Web professionals, PHP Black Book, Professional PHP Programming I started PHP with these books (Actually, they're the only PHP books at the library at that time) After that, I got PHP & MySQL for Dummies to read, and that was a great book. |
|
|
|
Feb 20 2005, 05:12 PM
Post
#6
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
i cant get the mini apache php server working. im working behind a norton firewall.
when i begin to install the service in the command prompt it has this message. CODE (OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs The service name is invalid. More help is available by typing NET HELPMSG 2185. Press any key to continue . . . |
|
|
|
Feb 20 2005, 07:37 PM
Post
#7
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
finally i got the server working! all i had to do is restart my pc. i never turn it off i only put it into hibinate. and starts up more faster. ok only one more problem...
i cant get the SSL working, well i think thats whats its called. the code that adds a text file to the html file and makes it into a complete file. that doesnt work on the server. thanks. |
|
|
|
Feb 20 2005, 07:40 PM
Post
#8
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
if this makes it any clearer at all? cos i dont think i know what iam talking about..
CODE <!--#include file="file.txt" -->
|
|
|
|
Feb 20 2005, 10:31 PM
Post
#9
|
|
|
Absolute Newbie Group: Admin Posts: 887 Joined: 20-February 05 From: Indianapolis, Indiana, USA (Midwest) Member No.: 2,714 |
Actually, Called SSI but not used for PHP
PHP code is <? include(filename.php); ?> must be called from a PHP enabled page like: index.php index.phtm index.phtml testpage.php ... additionally, .php, .phtm, .phtml must be listed in apache to forward to the php engine. so if you only listed .php, then the calling page must have that file extension. unless, you use an html script tag like: <script language="php">include(filename.php);</script> the included file can have any extension like: .inc, .php, .txt, .code good luck, see also Programing How to's / Programming / PHP-> PHP forum vujsa |
|
|
|
Feb 20 2005, 11:12 PM
Post
#10
|
|
|
Premium Member Group: Members Posts: 279 Joined: 2-February 05 From: UK Member No.: 2,480 |
thanks though! but i found another package that have everything installed. its called XAMPP. it acts like a real proper server like we got here. it haas everything there. i should recommend this now.
been searching the internet downloading a trying till i got this! now i can start learning php! yay! |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 5th September 2008 - 08:33 AM |