Results 1 to 14 of 14
Related
-
Resource Partnership/Resource Sharing (Invitation for Guest Blogging) Forum: Link Exchange
Replies: 0 -
PHP book Forum: PHP Forum
Replies: 0 -
PHP Guest Book Help Forum: PHP Forum
Replies: 2 -
book store Forum: General Discussion
Replies: 2
-
09-05-2001, 07:30 PM #1
How to make a Guest Book and a Counter
Hello Again,
I need some Serious Help.
I want to make (1) A Guest Book, and (2) A Counter
To be honest I have never done any of the two, and I do not know how to do them.
Can anybody give me any advice?
Thank you very much in Advance
-
09-05-2001, 09:12 PM #2
u ever used php?
that should do both, I think u can do it with javascript but php is better, dean and ziare the pros with php so I'll just let them answer, but if they don't answer pretty soon I'll just research the script for ya
-
09-05-2001, 10:32 PM #3
christofides, If you want to put this on the page you have on your profile, you can seach around Geocities. If you do not care for what they have you can do a search for "remotely hosted scripts". You would not be able to install any off the shelf scripts though.
Dave
-
09-05-2001, 11:20 PM #4
Hrm
If you want, I could whip up a quick php/mysql coutner..
Bascilly, in php, to make a counter, you do something like so
Code:<? $counter = '0'; ++$counter; echo "$counter"; ?>
If you want a demo of how this could work, you could use
Code:<? $counter = '0'; while($counter <= 10) { ++$counter; echo "$coutner"; } ?>
-
09-05-2001, 11:27 PM #5
My while statement above doesn't "work"
This is correct,
Code:<? $counter = '0'; while($counter < 10) { ++$counter; echo "$counter<br>"; } ?>
-
09-06-2001, 12:07 AM #6
Dear Zaire,
Thank you for your reply.
I know some basic about tables in html.
But I can not say that I know how to make tables in the mysql and such.
But I can learn, as I learned what I know up to now.
Is there in the web a guide or something, about that?
-
09-06-2001, 01:25 PM #7
Here ya go
This is a great place for php - http://www.php.net
also, http://www.zend.com
php is a server-side scripting language, and probably the easiest language to learn out there.
Not sure if Geocities support it? Anyone know?
If you want 'plug in' guestbook, counter and all the other myriad goodies available the you won't go far wrong at
http://www.bravenet.com
Where BraveNet score is the ease of install. It's usually a case of cut+paste. However, using a 'plug in' you will not learn a thing about how it works. Also, you get banner ads.
Depends on your priorities. To be honest, I would learn about HTML indepth, CSS, Javascript, http and then server-side (php or asp). Then you will have really learned the nuts and bolts of web design/development.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
09-06-2001, 03:52 PM #8
Javascript?
I don't think so.......
hehe
-
09-06-2001, 05:19 PM #9
have you never mixed JavaScript and PHP? Maybe I got a few tricks I can show you...If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
09-06-2001, 05:38 PM #10
Hehe, maybe you shuold show me....
-
09-06-2001, 05:49 PM #11
Back to square 1 yet? Geocities does support its own cgi scripts, not others. They do not support PHP, this is why I suggested to use those that Geocities offer or to try a "remotely hosted" script.
As Dean stated Bravenet does offer this, however I would not recommend there http://www.geekvillage.com/forums/showthread.php?s=&threadid=12486
mickey mouse operation
Dave
-
09-06-2001, 07:22 PM #12
Hello again to all of you.
I am willing to learn all the tricks you can tell me.
to Dave: Thanks for the Info. I will have that in mind.
Christofides Costas
-
09-07-2001, 12:32 PM #13
Gah. Cheers for the info, Dave. I'll stop recommending people that don't even understand how there own system works.
Chris, for remotely hosted scripts, Dave has a whole directory of tried and tested providers -
http://www.ahfb2000.com/cgi-bin/links/pages/Scripts/Remotely_Hosted/
Better than Bravenet!If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
07-01-2007, 09:56 AM #14
Re: How to make a Guest Book and a Counter
Hi,
I need help also i want to know i can make same bravenet Guest Book some where else bcoz on bravenet so many ads so that's y i dont like. some one can edit bravenet Guset Book code. anyone knows any PHP or CGI forums website so can install Guest Book code
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum