Jump to content
  • 0

Help..


CybeR

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

What should i download to view php coding?

Because when i view php coding it only show's the coding of the index.php

...

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  764
  • Reputation:   220
  • Joined:  11/14/11
  • Last Seen:  

I think you're talking about a website, right?

Just open it with your web browser.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

when i open the browser it only shows the code..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  764
  • Reputation:   220
  • Joined:  11/14/11
  • Last Seen:  

Well, in that case I'd assume that your PHP file isn't a website but a script...

I never coded in PHP so I'm not a big help, but I think you need to install a framework / tool kit. (Zend or something like that.

Nevermind. I my brain was in stand-by while writing this....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

when i open the browser it only shows the code..

So you're trying to setup a web server on your computer?

Did you install PHP?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

i'm trying to edit flux control panel....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  764
  • Reputation:   220
  • Joined:  11/14/11
  • Last Seen:  

Just do as Brian said and install PHP. Otherwise your browser wont be able to parse your PHP file.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

i'm trying to edit flux control panel....

and pages are displaying like this instead of this ?

What steps have you done so far to setup and configure your web server and PHP?

Which web hosting company are you using, or is this your computer?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

i'm trying to edit flux control panel....

and pages are displaying like this instead of this ?

What steps have you done so far to setup and configure your web server and PHP?

Which web hosting company are you using, or is this your computer?

I'm using my computer for editing some of php coding...

and pages are displaying like this instead of this ?

Yeah i wanted to see it like that..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

There are some video guides to setting up FluxCP here:

http://code.google.com/p/fluxcp/wiki/Screencasts

If you use Abyss Web Server (like in their example), this page explains how to setup PHP:

http://www.aprelium.com/abyssws/php.html

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  241
  • Reputation:   46
  • Joined:  11/08/11
  • Last Seen:  

install wamp

http://www.wampserver.com/en/

after you install it you should have a folder

C:/wamp/htdocs

put the flux files there like this

C:/wamp/htdocs/fluxfiles/

then in your browser type

http://localhost/fluxfiles/

where fluxfiles is the name of your folder where you put flux

and boom

you prolly get some errors because you need to execute ro sql files :) but your close

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...