icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Choosing Surpass » Signed Up? » our server

Signed Up? If you're new with a question, ask here!

Closed Thread
 
LinkBack Thread Tools Search this Thread
Old February 25th, 2004, 8:38 PM   #10 (permalink)
Registered User
Comfy Contributor
 
Kimberly's Avatar
 
Joined in Oct 2003
Lives in USA
Hosted on Viva
171 posts
Gave thanks: 0
Thanked 0 times
Cool

Quote:
Originally posted by teq
I love PHP.
Me too! I learned PHP from codegrrl.com , they have scripts to use, and once you start using them, you get the hang of it
Kimberly is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 26th, 2004, 12:54 AM   #11 (permalink)
:~: Untsah :~:
Comfy Contributor
 
Teksonic's Avatar
 
Joined in Jun 2003
Lives in Canada, :eh:
Hosted on SH103
240 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally posted by teq
I love PHP.
Here Here. PHP is god.
__________________
Iron Circle ~ World of Warcraft Guild Page
Email: Send Mail Here

Server - SH103 ( Running Smooth )
Teksonic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 9:12 AM   #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.
chuck_oim4u is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 9:33 AM   #13 (permalink)
Pixel Smasher
Comfy Contributor
 
MrPixar's Avatar
 
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Quote:
Originally posted by sam
... ASP/IIS liscensing schemas run counter to that goal.
Hmm. I believe that would qualify as "Understatement of the Year"


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 | garyzullo.com
MrPixar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 9:46 AM   #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
chuck_oim4u is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 9:49 AM   #15 (permalink)
Pixel Smasher
Comfy Contributor
 
MrPixar's Avatar
 
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Quote:
I really don't know much about ASP
Honestly, that is probably for the best. Now when you dive into PHP you won't be confused by the differences. And yes, you will be bitten by the PHP bug

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 | garyzullo.com
MrPixar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 10:47 AM   #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
chuck_oim4u is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 10:53 AM   #17 (permalink)
Pixel Smasher
Comfy Contributor
 
MrPixar's Avatar
 
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 | garyzullo.com
MrPixar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old February 27th, 2004, 11:08 AM   #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:
chuck_oim4u is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On