Viewing topic:Building a PHP Registration Script into a Website - Help Please.
Page:
1
22-05-2008 - 22:22
Hi, i am currently building a website, in HTML, that is hosted for free on Ripway.com
Here is the url http://h1.ripway.com/xboxlivegaming/index.html
Ok, now ive read the tutorials and stuff to create a registration system, but i have no idea how to build it into my website? Since my pages are .html does that mean they dont support .php?
could really use some help.
Thank you.
PS I am not a programmer, i know some html but new to php. lol.
So need a bit of help actually building one for my site.
Here is the url http://h1.ripway.com/xboxlivegaming/index.html
Ok, now ive read the tutorials and stuff to create a registration system, but i have no idea how to build it into my website? Since my pages are .html does that mean they dont support .php?
could really use some help.
Thank you.
PS I am not a programmer, i know some html but new to php. lol.
So need a bit of help actually building one for my site.
23-05-2008 - 12:03
Hi, welcome to out humble community 
You can check very easily if it supports PHP by creating this page:
phpinfo.php
contains:
When you see a big list of information you support php.
All php pages should be saved with a .php extention.

You can check very easily if it supports PHP by creating this page:
phpinfo.php
contains:
| code | |
|
1 2 3 4 5 |
<?php phpinfo(); ?> |
When you see a big list of information you support php.
All php pages should be saved with a .php extention.
24-05-2008 - 03:47
thanks. my email is dude_ant2@hotmail.com
Can you please help me install a Registration system into my exisiting HTML website?
Just email me and ill reply with stuff i need help with. Thanks.
Can you please help me install a Registration system into my exisiting HTML website?
Just email me and ill reply with stuff i need help with. Thanks.
24-05-2008 - 12:27
24-05-2008 - 17:41
25-05-2008 - 21:17
Ok if that works thats good, now we need to know if your webhost let you access a MySQL database, I will only help you via this forum so you need to ask your host yourself if you can use one.
Page:
1
Reply to topic
Reply to topic


First try the sugestion I made earlier.