User Profile
Collapse
-
I appreciate the response. Actually, my problem was simply that I was not submitting the .ASPX page, but merely hyperlinking to the .PHP so since nothing was submitted, no values were being read.... -
Code:<form id="frmDefault" runat="server" method="post"> ... other stuff </form>
I guess generally I was asking if this was even a possibility. I really do not want to use querystrings, but if there is no other way, I have no choice....Leave a comment:
-
Code:<?php include '../includes/pdf/class.ezpdf.php'; $c_fullName=(empty($_POST['hidFullName'])) ? "" : stripslashes($_POST[hidFullName]); $c_ownPerct=(empty($_POST['hidOwner_T'])) ? "" : $_POST[hidOwner_T]; $c_SSN=(empty($_POST['hidSSN_T'])) ? "" : $_POST[hidSSN_T]; $c_address=(empty($_POST['hidAddress'])) ? "" : stripslashes($_POST[hidAddress]); $c_city=(empty($_POST['hidCity']))
Leave a comment:
-
[CODE - dropdown issue]
Protected Sub commdrop_Select edIndexChanged( ByVal sender As Object, ByVal e As System.EventArg s) Handles commdrop.Select edIndexChanged
Try
label.text = "message"
Catch ex As Exception
End Try
End Sub
Protected Sub sitedrop_Select edIndexChanged( ByVal sender As Object, ByVal e As System.EventArg s)...Leave a comment:
-
Retrieve POSTed .NET control values in .PHP page
I have values in a .ASPX page that I would like to pass and retrieve in a .PHP page. I am using $_POST[controlname], but it is not retrieving any of the values. What am I doing wrong?
BTW - The values I want to retrieve from the .ASPX are .NET controls. I have even written the values into conventional hidden controls (input type="hidden") but still no values are being retrieved in the .PHP page. All values are contained within... -
Pass .NET Control Values to PHP page
I have values in a .ASPX page that I would like to pass and retrieve in a .PHP page. I am using $_POST[controlname], but it is not retrieving any of the values. What am I doing wrong?
BTW - The values I want to retrieve from the .ASPX are .NET controls. I have even written the values into conventional hidden controls (input type="hidden") but still no values are being retrieved in the .PHP page. All values are contained...
No activity results to display
Show More
Leave a comment: