|
|
#10 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Oct 2003
Lives in USA
Hosted on Viva
171 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
|
|
|
|
|
|
#11 (permalink) | |
|
:~: Untsah :~:
Comfy Contributor
Joined in Jun 2003
Lives in Canada, :eh:
Hosted on SH103
240 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
__________________
Iron Circle ~ World of Warcraft Guild Page Email: Send Mail Here Server - SH103 ( Running Smooth )
|
|
|
|
|
|
#12 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
11 posts
Gave thanks: 0
Thanked 0 times
|
This is really cool
I sure am thankful for all the input that I have gotten.
This has inspired me to get rolling and learn more about php. I would really like to use OS shopping cart on my site but so far I am just a little confused with the php. But after all the input from this thread I realize that I need to learn more about it. By the way what editors do you use to edit php pages? Thanks for all your help. ![]() |
|
|
|
|
#13 (permalink) | |
|
Pixel Smasher
Comfy Contributor
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
If you already know ASP then learning PHP will not be too difficult. It is the *nix equivalent of ASP, basically. Same principle of having "server-side" code and "client-side" code. An excellent online reference at http://php.net will provide you with all the documentation you should need. HTH MrPixar
__________________
Pass51
|
|
|
|
|
|
#14 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
11 posts
Gave thanks: 0
Thanked 0 times
|
ASP Pitfalls
I really don't know much about ASP. It just was part of a web/shopping cart program that someone purchased for me when I designed a few banners for their web site. I was a little disspointed when I found out that it would not work on our server. But I really would like to learn php. And that will be my main goal. I think that i have been bitten by the bug to learn more about php.
Thanks for your help ![]() |
|
|
|
|
#15 (permalink) | |
|
Pixel Smasher
Comfy Contributor
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
![]() By the way if you need any PHP help just send a message my way. I have done lots of coding in PHP. My site (when DNS resolves it) was written entirely in PHP.
__________________
Pass51
|
|
|
|
|
|
#16 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
11 posts
Gave thanks: 0
Thanked 0 times
|
Cut to the chase
What I really need to know is what do you use to edit and preview php imbeded web pages?
When I downloaded what I thought I needed for OS shopping cart I was left very confused when nothing on my cpu would open any of the files. This might sound really dumb but I was left with the feeling that it was way over my head. Do I need to set my machine as a personal web server to be able to create, edit and preview PHP? or can it be done in an html editor? Feeling really stupid. :p |
|
|
|
|
#17 (permalink) |
|
Pixel Smasher
Comfy Contributor
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
well..
Since PHP has code in it that must be executed on the server *before* it is rendered on a client's browser then in order to debug it, or preview it you would need to set up a personal webserver on your local machine that can execute PHP, or constantly upload to the webserver...
You can, however, edit PHP files the same way you would any other file. Some editors offer syntax highlighting which helps. I use dreamweaver but you could use notepad if you wanted to. The editor is irrelevant for creating and editing php files. Just make sure to wrap any PHP code you add to the file with <?php and ?> That tells the server to parse/execute PHP
__________________
Pass51
|
|
|
|
|
#18 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
11 posts
Gave thanks: 0
Thanked 0 times
|
Thanks Loads
I guess I need to get out of the visual mode and just start working with the code. Editors have made me lazy and always looking for an easy way out. Learn by doing I guess.
Thanks for your reply. :drat: |
|
|