Ok, I'm currently making my own web-site and i've come to a slow halt with the registration page.
I'm new to HTML and PHP, well take that back i know the basic, and thats why i'm making my own site...to learn.
I've coded the registration page with the help of my brother (with me looking over his shoulder), and it uses JS.
I understand the basics of Form's and the input process, then i come to the "Submit" button.
"onclick=" is blank, but i need it to take the input of the Form fields and save it on the server.
I've readed about using PHP, but all i find is where it send the info to an e-mail address.
I just cant figure it out, i'd ask my brother but he's out of town for a month
HTML/PHP
HTML/PHP
“Yes, I am a criminal. My crime is that of curiosity.”
-
- cyber messiah
- Posts: 1201
- Joined: 30 Apr 2006, 16:00
- 18
- Location: 127.0.0.1
I kow this is a n00b question...
i have an account with a web hosting company
i've never dne any business with a hosting company so i'm a little lost
i have a php script for the counter for my site:
in the script i need to point to a certain file in my account
$location_counter = "count.txt";
how can i point to that file:
i've tried to url the URL link to the file but that doesnt work
the file is in same folder as my index
i have an account with a web hosting company
i've never dne any business with a hosting company so i'm a little lost
i have a php script for the counter for my site:
in the script i need to point to a certain file in my account
$location_counter = "count.txt";
how can i point to that file:
i've tried to url the URL link to the file but that doesnt work
the file is in same folder as my index
“Yes, I am a criminal. My crime is that of curiosity.”
-
- cyber messiah
- Posts: 1201
- Joined: 30 Apr 2006, 16:00
- 18
- Location: 127.0.0.1
Hello
Don't know if this helps but I wrote a simple login script a while back (pretty old code)
www.techshinobi.de/software/login.zip
let me know if you would like some help setting it up
Cheers
Maboroshi
www.techshinobi.de/software/login.zip
let me know if you would like some help setting it up
Cheers
Maboroshi
PHP Designer doesnt write the code... Its just an IDE to help with the correct syntax for different program languages...for n00bs like me...lol
Maboroshi, thanks for the code, it gives me an idea of how to do it... if i ever get the site finished, i'm goin to make an area of thanks to suck-o and the people that helped me understand what i'm doing
Thanks again guys
Maboroshi, thanks for the code, it gives me an idea of how to do it... if i ever get the site finished, i'm goin to make an area of thanks to suck-o and the people that helped me understand what i'm doing
Thanks again guys
“Yes, I am a criminal. My crime is that of curiosity.”