Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~206 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for kevinwcaulfield

I am new to PHP, and I have this website. I want to know if i can have a page that is password protected (i know how to do that part), where the user can edit a variable from a text area. Example: if i had a $news variable, and …

Member Avatar for Member #120589
0
119
Member Avatar for BlueCharge

At the very top of your pages, before the HTML add an xhtml doctype, which insures uniformity most of the time: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Member Avatar for kevinwcaulfield
-1
87

The End.