No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 = … | |
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> … | |
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 … | |
Re: [quote=harrow124;342280]I am also having a problem very similar, i want to create a login excatly like the way .htaccess works but without the Annoying Dialogue Pop-up(i hate them) .. Can anyone help me?[/quote] I am coping with the same problem. Anyone know a solution? Maybe including login information in the … |
The End.