-
Content Count
2,568 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout jlhaslip
-
Rank
Devoted Member
- Birthday 10/29/1953
Previous Fields
-
Languages
(x)html, css, (some) php, nothing tricky...
Contact Methods
-
Website URL
http://
-
ICQ
0
Profile Information
-
Location
South Eastern BC, in the Rockies
-
Different Browsers and changed to positioning/formatting
jlhaslip replied to POWERPLAY27's topic in General
Instead of using "Flash", create an animated gif. -
Sounds very much like a Forum software that you need.User profiles, sign-ons, messaging, and most Forums allows "groups" which you could use to offer various levels of authority.PHP and MySql are a great combination for this application.
-
try this google search: dating site software freeware
-
Also, change the file name after it is uploaded so the user can not guess at the name of the uploads folder and the filename contained inside.And either of the methods above should work for security, but having the uploads folder outside of the web-accessible path would be more secure. IMHO
-
Define "annoying, erratic results", please.
-
Alternately, simply apply the same CSS to the :hover state as the non-hover state and it will not change colour.Personally, I would simply comment out the existing :hover CSS in case you needed it back some day.
-
I guess this Topic is complete now.
- 13 replies
-
- javascript
- languages
-
(and 2 more)
Tagged with:
-
Can you check the mysql DB to see if the information is stored in it?
-
anything by Larry Ullman
-
place your login credentials in a config file with a php extension.locate the config.php file outside of your web root folder.use an include statement to have the config.php file added to your script.
-
where is the code for this function?checkUser()
-
http://ca3.php.net/manual/en/function.fgets.php
-
It sort of depends on the code you have created and also on what you mean by 'move freely'...Margins, padding and floats are used to 'move' things. Sometimes position: relative or absolute. Or possibly a Span tag might be needed.Let us see the code you have created so far.
-
a {text-decoration: none}
-
Nice and clean page. Good luck with it.