php question

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
Joey

php question

Post by Joey »

does php have an interface? i mean, like a compiler and stuff, like C++? or is it like html, when you type the code in notepad, then save it as a .html then open it in IE?
AGI1122

Re:php question

Post by AGI1122 »

Neither actually, you have to put it up on your web site to run it.

I write my php using notepad, then upload it to my site and run it from my site.
Joey

Re:php question

Post by Joey »

oh.

(how did i know chris was going to be the first to post an answer on this thread? ;))
AGI1122

Re:php question

Post by AGI1122 »

Because besides me, df, and I beleive Nick as well(but am not sure), I don't think anyone else here really knows php.
AGI1122

Re:php question

Post by AGI1122 »

Of course you could always be like me and turn you computer into a web server and run apache/php/mysql/perl all from your home pc... and my pc is now a web site. ;D

Sorry but I won't give out the url though... wouldn't want anybody to see my php projects before they are released. ;)
smartguy240

Re:php question

Post by smartguy240 »

I know a little php now...

SMG240
sonneveld

Re:php question

Post by sonneveld »

I know a *bit* of php but only as a helper to produce my website.

- Nick
Nailhead

Re:php question

Post by Nailhead »

I've been using PHP for years now. I love it. I also run a PHP interpreter on my own machine at home to test my programs.
Post Reply