LiveZilla Live Help
 


Go Back   Chime Host - Web Hosting Forum > World Wide Web > Programming / Scripting / Coding Forum > PHP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

PHP The most widely used server-side programming language for web applications.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-23-2008, 06:48 PM
Junior Member
 
Join Date: Jan 2008
Lucky Raccoon is on a distinguished road
Default Getting Set Up

Alright, I wanted to ask here because the internet help I've googled up is geared towards the more knowledgeable.
I need to set up a page with PHP and PostreSQL and I have no money with which to purchase hosting, hence why I am here. I already have the Source Code I need for the page (organizing a large game in my area akin to this http://www.webfeatsdesign.com/hvz/). And now that it's come time to implement it I'm absolutely lost as to what to do now. I have almost zero html or php knowledge, but I don't consider myself a dumb man and I'm a pretty fast learner. Can you help me out here?

So far I have FlashFXP and am waiting on the submit screen at Profuse Host.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-23-2008, 11:36 PM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Sounds like an interesting project, I am very interested in stuff like that.

I have some minor experiences in php as well as in html (building a webpage is no problem).

About your problem what do you mean by
Quote:
it's come time to implement
. Do you only want to setup the homepage on the server, so that everybody can access, or do you want to connect it or implement it in an already working project and transfer some variables and stuff like that ?

Just want to build a homepage ? here we go:
-request a web hosting account (I recommend Free Web Hosting, Free Domain Hosting, Free Web Hosting with No Ads, Post For Host - Home)
-connect via FTP (download an FTP software connect to the server ftp.*****.profusehost.net enter your username and password)
-there is a folder called public_html
-inside this folder place your php and html files.
-(for cgi scripts if required just contact me again)

first try something simple like:

index.html
Code:
<html>
<head>
<title>Hey</title>
</head>

<body>
Hello World
</body>
</html>
The next thing to do is to setup the database, therefore just use cpanle !
That is all for further questions, just reply !

I am very interested in your results, the flash side looks nice.

Regrades Snoop1990
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-08-2008, 10:05 PM
Junior Member
 
Join Date: Jun 2008
bokepwap is on a distinguished road
Default

You want to convert this html tag to php file?
Code:
<html>
<head>
<title>Hey</title>
</head>

<body>
Hello World
</body>
</html>
This is this html files php code:
PHP Code:
<?php
echo '
<html>
<head>
<title>Hey</title>
</head>

<body>
Hello World
</body>
</html>
'
;
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 03:20 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ChimeHost, a Profuse Solutions LLC company