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
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for calvinmicklefin

I have the following code ... <?php // test $item_101_product_title = "MGT-101"; $item_102_product_title = "MGT-102"; $item_103_product_title = "MGT-103"; $item_104_product_title = "MGT-104"; $item_105_product_title = "MGT-105"; $item_106_product_title = "MGT-106"; $item_107_product_title = "MGT-107"; $item_108_product_title = "MGT-108"; $item_109_product_title = "MGT-109"; $item_110_product_title = "MGT-110"; $item_111_product_title = "MGT-111"; $item_112_product_title = "MGT-112"; $item_113_product_title = "MGT-113"; $message = …

Member Avatar for calvinmicklefin
0
181
Member Avatar for calvinmicklefin

I am trying to use an HTML form with radio buttons to choose a file to use as an include. It fails and I would like to know why ... Can anyone please identify my misteak? Here is my HTML [code] <form name="form1" action="pdfmaker.php" method="post"> <p><input type="radio" name="formradio1" value="1">Choice 1<br> …

Member Avatar for calvinmicklefin
0
2K
Member Avatar for calvinmicklefin

Hi, I have a folder on my server protected by Apache Basic Authentication, and a third party script in another folder that uses the same username and password for access. I would like to be able to click on a link or button on a page in the protected folder …

Member Avatar for calvinmicklefin
0
150
Member Avatar for Boat_2005

Until Microsoft released their security update to IE, I used an html form for the user to input his/her username/password which was passed to ‘username: [email]password@www.domain.com[/email]/restricted_directory’. The IE patch now restricts this. When AuthUserFile is in my .htaccess file and I try to access a restricted file, the browser brings …

Member Avatar for midget
0
3K