Go Back   GameTavern > House Specials > Happy Hour
Reply
 
Thread Tools Display Modes

Does anyone know PHP?
Old 04-04-2007, 04:14 PM   #1
MrCoffee
Knight
 
MrCoffee's Avatar
 
MrCoffee is offline
Location: 127.0.0.1
Now Playing: WoW
Posts: 629
Default Does anyone know PHP?

Just wondering if anyone here knows alot of php? I need someone I can ask opinions about structure and sometimes troubleshoot for me...
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-04-2007, 04:23 PM   #2
Professor S
Devourer of Worlds
 
Professor S's Avatar
 
Professor S is offline
Location: Mount Penn, PA
Now Playing: Team Fortress 2, all day everyday
Posts: 6,608
Default Re: Does anyone know PHP?

I don't even know what that is... God I'm old.
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-04-2007, 04:57 PM   #3
Angrist
Dutch guy
 
Angrist's Avatar
 
Angrist is offline
Location: Someplace funny
Now Playing:
Posts: 8,638
Default Re: Does anyone know PHP?

I see that in website urls. .php..... that's all I know.
__________________
It may have other powers than just making you vanish when you wish to... The One Ring
  Reply With Quote

Re: Does anyone know PHP?
Old 04-04-2007, 04:58 PM   #4
Happydude
Tavern Legend
 
Happydude's Avatar
 
Happydude is offline
Location: Toronto
Now Playing:
Posts: 6,124
Default Re: Does anyone know PHP?

php is a code used to make websites...like HTML but more advanced...and i don't know it
  Reply With Quote

Re: Does anyone know PHP?
Old 04-04-2007, 05:37 PM   #5
GameMaster
★★★
 
GameMaster's Avatar
 
GameMaster is offline
Now Playing:
Posts: 14,194
Default Re: Does anyone know PHP?

Contact gekko. He knows.
  Reply With Quote

Re: Does anyone know PHP?
Old 04-04-2007, 06:33 PM   #6
Crash
Mr. Mjolnir
 
Crash's Avatar
 
Crash is offline
Location: Austin, TX
Now Playing: Re:4 Wii
Posts: 3,218
Default Re: Does anyone know PHP?

i've been trying to study php for months now. I have a half dozen books, and some are really nice. But, as far what you're looking for, I'm not who you're looking for.
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 01:25 AM   #7
gekko
Knight
 
gekko's Avatar
 
gekko is offline
Now Playing:
Posts: 3,890
Default Re: Does anyone know PHP?

I know PHP. Not the end-all expert, but been working with it for many years, made a good chunk of the backend for The Wiire before I deployed.

Actually been trying to learn ASP.NET and move away from PHP.
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 01:50 AM   #8
Crash
Mr. Mjolnir
 
Crash's Avatar
 
Crash is offline
Location: Austin, TX
Now Playing: Re:4 Wii
Posts: 3,218
Default Re: Does anyone know PHP?

is that pronounced the wee-er
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 03:35 AM   #9
Dyne
Or should I say.. smanger
 
Dyne's Avatar
 
Dyne is offline
Location: Vancouver
Now Playing: Infinity Blade II, Duke Nukem Forever, Skyrim, Vanquish
Posts: 9,435
Default Re: Does anyone know PHP?

Yeah, but I could stand to know more. I'm so damn saturated with so many languages now. PHP is my roots.
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 09:02 AM   #10
manasecret
aka George Washington
 
manasecret's Avatar
 
manasecret is offline
Location: New Orleans, LA/Houston, TX
Now Playing: CSS
Posts: 2,670
Default Re: Does anyone know PHP?

Quote:
Originally Posted by Dyne View Post
Yeah, but I could stand to know more. I'm so damn saturated with so many languages now. PHP is my roots.
So so true, the amount of languages out there is much higher than it should be -- it's not as if any one language is fundamentally doing all that much more than any other language. They're all controlling computers, which at their core are essentially the same thing -- CPU, memory, ROM, I/O. I'd like to see one Grand Theory of Languages, perhaps known as GTL, that supersedes all other languages.

Though, perhaps it's still useful to have the more specialized languages (PHP for instance). But I think GTL could overtake very many languages by incorporating the best of each one without any of their individual problems. Is that possible?
__________________
d^_^b
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 11:48 AM   #11
gekko
Knight
 
gekko's Avatar
 
gekko is offline
Now Playing:
Posts: 3,890
Default Re: Does anyone know PHP?

Quote:
Originally Posted by Crash View Post
is that pronounced the wee-er
No, pronounced wire.

Quote:
Originally Posted by manasecret View Post
So so true, the amount of languages out there is much higher than it should be -- it's not as if any one language is fundamentally doing all that much more than any other language. They're all controlling computers, which at their core are essentially the same thing -- CPU, memory, ROM, I/O. I'd like to see one Grand Theory of Languages, perhaps known as GTL, that supersedes all other languages.

Though, perhaps it's still useful to have the more specialized languages (PHP for instance). But I think GTL could overtake very many languages by incorporating the best of each one without any of their individual problems. Is that possible?
You can go back to Assembly, which is the most basic you're going to get. The problem then is it becomes very unreadable, which goes back to why we have programming languages in the first place. But the more readable the language is, the less powerful it is. Part of the reason so many languages are used for different things. C++ is a horrible language to learn, but it's not going away anytime soon because it's power is unmatched. In the gaming industry, tools are now being coded on C# because it's faster and easier, but the game itself it still on C++.

PHP is a very easy language to learn, and let's all remember folks, easy = no power! If you use PHP as a base language and try to expand, you'll be getting a lot of headaches. PHP is very generous and allows you to code very sloppy and still run just fine. You can define variables just about anywhere, change their data type without issues, and very rarely do you have problems with scope. It's nice to new programmers, since it allows you to learn about different concepts without being flooded by errors you don't understand.

But every language has its ups and downs. With PHP you fully control the HTML that is outputted. ASP.NET is a better language than PHP hands-down in every possible way, but using web controls, ASP.NET automatically outputs the HTML for you, and it has a lot of problems with it being valid, since Microsoft embeds data into hidden input strings, and has runat="server" attributes, and runat is not valid for anything.
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 12:06 PM   #12
MrCoffee
Knight
 
MrCoffee's Avatar
 
MrCoffee is offline
Location: 127.0.0.1
Now Playing: WoW
Posts: 629
Default Re: Does anyone know PHP?

I joined computer info systems 11 last year, because I was interested in programming now Im full into it, thats practically my past-time, along with other scripts which I have uselessly picked up like the entire syntax for openkore macro plugin (bot for ragnarok online) i never actually used it to play or get leveled just for the fun facted that i could write this massive 1000 line script and make my character move and do stuff, completely automated it was fantastic. I really enjoy programming, php is one of the languages that i wish was a little more powerful, I hope to learn C, C# and C++, and various other languages after I graduate at BCIT...anyway the reason I asked is because I made a game last year very cool, I am going to add custom graphics this year instead of stolen ones or really crappy designed by me, and add a few massively multiplayer aspects which will be pretty intense from my point of few.
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 05:52 PM   #13
manasecret
aka George Washington
 
manasecret's Avatar
 
manasecret is offline
Location: New Orleans, LA/Houston, TX
Now Playing: CSS
Posts: 2,670
Default Re: Does anyone know PHP?

Quote:
Originally Posted by gekko View Post
You can go back to Assembly, which is the most basic you're going to get. The problem then is it becomes very unreadable, which goes back to why we have programming languages in the first place.
Ever used Forth? Forth users seem to worship it as the best of both worlds, i.e. good readability but without the loss of precise control of the cpu, memory, rom, i/o etc. that comes when you use other high-level languages. I'm learning Forth because I'm forced to for my senior design project. At the moment I don't have an opinion on it except that it's okay. I don't know if I want to worship it yet.

I've never had my own philosophy on which programming language is better or best. I usually just learn them as they come, for jobs or school or otherwise. I don't program things like Half-Life 2 so I've never needed really precise control of the computer innards. This project I'm doing now is probably the closest I've come to needing that precise control.
__________________
d^_^b
  Reply With Quote

Re: Does anyone know PHP?
Old 04-05-2007, 07:21 PM   #14
MrCoffee
Knight
 
MrCoffee's Avatar
 
MrCoffee is offline
Location: 127.0.0.1
Now Playing: WoW
Posts: 629
Default Re: Does anyone know PHP?

Quote:
Originally Posted by manasecret View Post
This project I'm doing now is probably the closest I've come to needing that precise control.
out of curiosity what are you working on now?
__________________
  Reply With Quote

Re: Does anyone know PHP?
Old 04-24-2007, 01:31 AM   #15
manasecret
aka George Washington
 
manasecret's Avatar
 
manasecret is offline
Location: New Orleans, LA/Houston, TX
Now Playing: CSS
Posts: 2,670
Default Re: Does anyone know PHP?

Quote:
Originally Posted by MrCoffee View Post
out of curiosity what are you working on now?
Sorry for the late reply, this month has been crunch time! If you're still interested, I uploaded the four page IEEE four-page format summary of the project. Opinions and criticism are very much wanted. I'd also like to know how hard or easy it is to follow.

http://studentweb.tulane.edu/~ddrinn...04_19_2007.doc
__________________
d^_^b
  Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump



All times are GMT -4. The time now is 08:12 AM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
GameTavern