Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    PHP




GET / POST Conflict In A Multi-page Form.


Wonder if anyone can help with this problem:

I am using an app with several pages, using a session to track vars
between the pages, and using an image map to re-direct back and
forwards between the pages.

The way I redirect is when the image map is clicked on, it posts to a
page called 'control.php' which passes the POST vars to the
corresponding SESSION variables, then redirects to another page, based
upon the co-ords of where the image map was clicked upon.

I have added text links at the bottom of the page:

i.e.

<--- previous page

----> next page

but because the image map POSTs the data to 'control.php', I can't
really add a GET query string to the link at the bottom of the page,
because nothing will be POSTed.

....But then again, I can't add a POST link to the HREF, because it
won't pass the co-ords, and I can't add a special variable to identify
the link to the control form -i.e. control.php?link=3 (as I could with
a GET) and re-direct accordingly.

So, after hours of thinking about this, I'm stumped.

The only idea I have is to hack the image map up into smaller pieces,
add ALT tags to each one, and make do with it - or add NEXT and
PREVIOUS submit images at the bottom of the page too.

If I make do one with large image map, it is no use to someone who is
visually impaired and relies on ALT wordings.

Is there any possible way to achieve what I am trying to do ?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Form Doesnt Show Due To Php Conflict
I decided to load some of my form via php as it was needed to generate a combo box with infomation from a query.. this is what i have yet it doesn't load up on my browser.. Code:

Multi User/ Multi Page Redirect To Particular Clients Page
I need all of my clients to be able to go to ONE login page. based on their user ID number and password be able to login to their particular page, I do not want them seeing any of my other clients information. seems easy... now why cant i figure it out.

I want the back end of it in mySQL, with a way for: admin to easily update the information located in there...ie: go to client 1 add new invoice information, new expiration date, etc. clients to easily update their billing information, etc from their personal page, is a must also. I just want to know if going with PHP is the best bet, or if there is another way..

POST Form To Dynamic Page Name
I've got a simple form with an HTML OPTION block. I'd like to POST the
form to a page whose name is based on the OPTION they select.

So for example say the user selected this option, I'd like to POST the
form to a page named "memory.php".

echo "<option value="memory">Memory Utilization</option>";

Getting A Form To Post To A Specific Page
How do i get it so that a form can be submitted and have the information post directly to a page that i can specify without having to use a database.  I just want a direct post that inserts the new information at the top of a page already created.  Basically so every time the form is filled out a new piece of information is above the last.

How To Post The Data From A Form To A Web Page Of Other Site
I WANT TO POST THE INFORMATION FROM MY FORM AFTER TAKING INPUT FROM THE USERS TO A WEBPAGE( PAYMENT PROCESSING SITE) WITHOUT VISTING THAT PAGE. I MEAN THE WEBPAGE SHOULD NOT BE DIRECTED TO THAT WEBPAGE(PAYMENT PROCESSING SITE). THE RECEPIENT WEBPAGE (payment processing page) RECEIVES THE INFORMATION THROUGH "GET" METHOD OF THE FORM. SO WE CAN USE "GET" METHOD IN OUR FORM.

Multi Demensional POST Array
$_POST['array['$variableneedstobeputhere']']what is the syntax for this?

Sending A Multi-part POST Using Fsockopen
I have a php processor script that loops through an xml doc, extracts video data (names, file names...etc) and does a bunch of other stuff. Within this loop I need to have the script perform a "POST" basically emulating an HTML form but ofcourse in this case I do not want any HTML.

I understand there are (mainly) 2 options to do this: fsockopen and curl. I would like to use fsockopen if possible, so I can get an http response code and hopefully analyze it when applicable.

I have tried to do this using fsockopen for a little over a day now with no success. I've read various posts and tutorials, but with no success so far. I know I could be missing something simple or maybe complex, I do not know any more, I'm going crazy with this Can you please give me some guidance on how to send a POST using fsockopen for this situation:

lets say I want to send 3 pieces of data: clipTitle='Funny Clip', clipDescr='this is some descr', clipCategory='humor'
and I want to send (as if i'm uploading a file) file='1234.mpg' this file resides in the same dir as the script running this fsockopen.

Multi-page Results....
I'm working on an engine to search a MySQL database of a bunch of forum messages. The PHP code retrieves the results from the database, then stores them into an multi-dimensional array for processing.

Once stored, the code parses each result and assigns it a relevancy score, and once all of the results are scored, it then sorts all of the results according to relevance. The end product off all this is an array that holds all of the retrieved messages relevant to the search, holding such information as title, author, date, msgID, blah blah blah. now that i've kinda explained what's going on, i'll get into the problem i've bumped into.

Being that there's roughly 16,000 messages in the database (not to mention the 800,000 lines of message text) that could possibly be the results from a query, displaying it all on one page is most definately out of the question (it still takes a few seconds to load on my cable line with only a few hops to the T3'd server. I'd hate to see what a 33.6 or 56k user would be waiting for).

The real problem all comes down to: how am I going to pass the results from one page to the next? an array of a few thousand messages is a *little* large for an http post action, and storing the results in a table in the mysql database posses a few problems as well (namely, how long to keep the table around after the user has executed the search. temporary tables are out of the question, as they die as soon as the mysql connection is closed, but a persistent mysql connection would create exactly the opposite problem: ei, temp. tables never die).

Multi-page Forms With Php?
I need to make a multi-page form with php? I am looking for some
tutorials on how to do this in a simple way, but I need to store the
result of the multiform in sessions registered variables.

So a bunch of links to tutorials will do the trick..

The tuturials I have found is a litle over the top for my project,
security is not an isue, the data passed is not sensitive. I am trying
with something along these lines.

<?php
session_register("BoatID");
session_register("SailID");
?>
<?php
echo "GUIDE -1-<br>";
echo "sailidname".$sailidname."<br>";
echo "BoatID".$SailID."<br>";
echo "boatidname".$boatidname."<br>";
echo "BoatID".$BoatID."<br>";
echo "
<form method=post action='guide2.php'>
<input type="radio" name="boatidname" value="0"
checked="checked">
<input type="radio" name="boatidname" value="1">
<input type="radio" name="boatidname" value="2">
<input type="radio" name="boatidname" value="3">
<input type="radio" name="boatidname" value="4">
<input type="radio" name="boatidname" value="5">
<input type="radio" name="boatidname" value="6">
<input type="radio" name="boatidname" value="7">
<input type="radio" name="boatidname" value="8">
<input type="radio" name="boatidname" value="9">
<input type=submit>
</form>
";
?>

Multi Page Comment System
I would like to have a Multi Page Comment Box.. so i people can comment on different images on different page.. But it also has to be able to make them log in befor commenting.. Anyone know of a good script or has a tutorial.

PEAR Conflict
Iam running a server and PEAR is compiled with PHP. Before some days I have
upgraded PHP from 4.3.4 to 4.3.7 using Apache update from WHM (cPanel). This
went well but after that one client contacted me to tell me that he have
problems with showing some variables. The thing is that he told me that he is
using his own PEAR installation in his web hosting account !

This is part of the code which had a problem:

$ID_rubrike =$row[ID]; //THIS VARIABLE NOT SHOWING

$ID_stranice =$row[ID_stranice]; //THIS VARIABLE NOT SHOWING

$tip_vijesti =$row[$naziv_tablica];//THIS VARIABLE WORKING OK

Problem was found but it is weird. In his configuration od DB.php file following
value was changed :
define('DB_PORTABILITY_LOWERCASE', 0); This value was somehow set to "1" so "ID"
was watched as "id"

Then he change it back to "0" and it is OK now. I inspect server's PEAR
installation under PHP and found that this value default is "1" . But it seems
that his scripts are using his PEAR installation and not server PEAR.

Session ID Conflict
I have a system where the member can log in and edit their profile or download articles relevant to their area. These two links are on the index page. Editing the profile grabs the ID from the logged in session and pulls up the members details from the "MEMBERS" table (username and password also resides there). On the downloads page I have a table containing all the downloadable articles. This page uses a table called "FILES". This table has it's own ID field.

My problem comes in when you download an article. Once you've done that (that works fine, by the way), and return to the index page, the "Edit Profile" links adopts the ID of the downloaded file on the downloads. I think it's because on the downloads page there is a "isset" script for the ID. So it brings that ID back to the index page. How do I prevent that? How do I get it that even after a file is downloaded, returning to the index page has the "Edit Profile" link referring to the logged in session and not the ID that was set on the downloads page. I've tried "unset(&_REQUEST['id'])" - excuse the syntax, it's just an example - but that didn't work either.

Session Of Incomplete Multi Page Order?
In a 2-page order form, not all applicants will complete it due to
field validations. If I want to see data from incomplete orders, can
this be done using some sort of session control so that each form page
data saved (each press on submit will save data to disk) will have a
session number attached to it?

Thus if the order log contains several line entries from submit
attempts, then I can locate the lines that belongs to the same order
based on this session ID?

Or is there another or more clever way?

Handling Of Partially Completed Multi-page Forms
info or references on script/code that
would enable partially completed multiple page forms that can be saved,
retrieved and completed at a later date.

MySQL Apache PHP Conflict Problem
I'm having a problem that I'm not sure of the source for... so I'm asking
here as the Apache group doesnt seem to know anything about the error
message Apache generates.

The error message is "Your program accessed memory currently in use at
00003f13 from 167f:02fe"

This only happens if I start mysqld.exe then apache then shell out of a
web page using PHP exec() to execute another program.

If mySQL isn't loaded there is no error which initially suggests mySQL is
the problem however its apache that errors out but only if I shell out
to PHP suggesting a confilct problem.

I'm using
-----------
Win98
Apache 2
PHP 5.0
mySQL 4.1.22

Has anyone seen anything like this - googling produces nothing I can find
that seems relevant.

Multi User Form Search
I have a multi page form that creates forms on the fly and keeps an array of values as you move through the code. I want to store these values as the pages are created so I can incorporate a User Search that automatically fills out the form information from a mysql database query. The program logic is fairly straight forward.

I am try to figure out the best way to save the variables as it moves through the dynamic pages. I want to be able to do a database search and return to the same instance of the page that it originated from. Sessions and Cookies both give me Header Cache errors.
Code:

How To Update MYSQL From Multi Row Form
I'm trying to update rows in MySQL using a dynamically generated form. PHP Code:

How Do You Do Selected In A Multi-value List Box In A Form?
I am populating a list box from a dictionary table and then picking
muliple values to insert into a detail table. How do I get the list box
to have multiple selections highlighted when I pick one of the master
items?

Multi-pages Form Using Session Variables
I am trying to break a very lengthy php form into several pages but I am having some problems partly b/c For testing purposes I created 3 very simple forms: page1.php, page2.php and page3.php which shows contents from page1 and page2. Eventually I would like to send this data to the database. PHP Code:

Basic Multi-form Database Upload Question
I'm learning php and mysql. As an exercise, and in order to create something I need, I am building a page builder.

So how would the following process take place best with php and mysql?

I have a series of form pages containing inputs for collecting information that will be used to build a 'breeder listing' page.

Once the user has filled in each page and submits the third page, he will be sent to a review page showing how his listing page will look except with an 'Upload' button and an 'edit' button, allowing him to review his page.

This will then create a new page.

If I understood how this process is done, I can look up all the details, but I'm confused on the process.

Update And/or Post To Web Page
I need to create a form that will:
1.) Open with the current data already in the form fields.
2.) Allow you to update the database from same form.
3.) Allow you to submit to post on a web page that users can see, (but not without being updated FIRST).

The structure of the database is simple. The most complicated part of it, is that it queries to get a "Percent Change" and "Price Change" and gives a choice (checkbox) of what lists it posts in. When "Post" is clicked, it inserts data into checked lists to be displayed. For example: Code:

Page Does Not Respond To POST To Itself
I developed my page at home, on a home server, now I am putting it on the web, I am using a normal post, so that the values will be posted onto itself for testing.

<form id="form1" name="form1" method="post" action="thispage.php">

Is works find at home, but when I put it on the web it does not! What happens: the page appears good, when I click submit, the page goes blank. What should happen is, it should get redirected to next page or show itself. Somthing is not correct, has anyone meet this before?

Post A Variable To The Same Page
I am posting a form onto itself to verify input entry, I can get the value of text box and combo box, but how can I get the value of a “variable” (don’t use cookie or session)? That is if I use

if ($_POST["$Variable"]!=1){}.

Processing Data From Multiple Multi-line Textareas Into A Multi-dimensional Array
I know that this sounds like something overly complex - because it is.
However, if I can keep the user interface the way it is, my users will
be ultra happy! That is the goal...

In general, this is an inventory receiving piece of an overall larger
web-based ERP system.

What I have is a form in which I have a dynamic number of multline
textareas for inputting (possibly barcode scanning in) many serial
numbers per line item recieved.

For example:
lineitem01 = widget01; qtyReceived = 2;
lineitem02 = widget02; qtyReceived = 3;
lineitem03 = widget03; qtyReceived = 10;

This would display a form that will generate 3 textarea elements (1
per lineitem received). Inside each textarea element will be input the
serial numbers for each of the widgets received per lineitem. i.e. 2
serial numbers will be entered for widget01; 3 for widget02; and 10
for widget03;

So, what I am trying to do is pass this data over, possibly as a multi-
dimensional array to another form ( or possibly $_SERVER['PHP_SELF'] ) to update a MySQL database to store the widget/serial numbers.

Page Expired After Going Back From Del. Pageto Form Page Where Comment Is Submitted..
i've made a submit comment form with php and mysql, the form has an action to itself with a hidden var like this: input type=hidden action=add

When i delete a comment on the page i go to a page called delete.php3 and there is a link with a javaline which goes -1 back in my history..

When ive added a comment, the comments page contains action=add and when i delete a comment, i want to click on the link to go back to the comment page, but then, it doesnt work and it says:

Page has expired.

I wondered how to deal with this kind of problems........

Session Var Is Setting ONLY AFTER I Reload Page, Form Var Displays First Page Load
Page1 has a form that calls Page2. The beginning of Page2:
<? php session_start();
$s=$_POST['sSelected'];
session_register("s"); ?>

in the middle of Page2 I have a form varaible:
<?php echo $_POST['stateSelected']; ?>
<?php echo $_SESSION['s']; ?>

The form var displays the first time the page loads. The session var
displays only after reloading the page2.

Clear GET & POST Value On Refresh Page
Hi everyone.

when I fill a form and then submit it , it works right
[address?value=sth]

But I wanna if then form refreshed by user, address changes to
[address] without POST & GET.

How Can I Get List Of POST Fields In A Second Page?
I have a form on a page that is built on results from a db query. The user
can tick boxes/edit fields etc, and then submit to a second page that will
update the db. How do I know what my POST fields are and how many in the
second page (I am naming my fields in the form on the first by being a
common name with a unique ID from each record on the front, ie. each record
has a id_name, id_email etc etc.

Back Button, Page Expired, GET And POST
I have read you can solve the back button problem with the page expiration by using GET method instead of POST. When I use the GET method with form data, it doesn't work.

I have a page with a dropdown submitting to a page getting the variable via POST. Then it links to another page, and I want them to be able to come back to the second page. When I use GET instead of POST I get an error.

Is There A Function That Can Find Out What Page A POST/GET Request Came From?...
Is there a function that can stop people from posting from a form that is off the server? So it will ONLY allow people to post from a certain page?

Parsing Info From Other Page (method POST)
- i want to get some info from the page XYZ to my page. XYZ page has a FORM where you can select DAY, MONTH, YEAR and you get the info about a day you selected.

- now, if i want to grab the info from let's say 20. august 2002 my url will look like this: http://XYZ/file.php?day=20&month=8&year=2002.

- THE PROBLEM is, their form has the POST method, which means, if i want to direct link the 20 august, it will bring me to the FORM page and not to DATE page.

is there any ways to bypass this?? I REALLY NEED THAT INFO?!

Sending Post Request To ICQ Web Page Messenger
I would like to get a icq web pager message whenever a certain webpage is called (e.g. when SEs hit my 404 page!). I have this but it seems not to work: PHP Code:

How To Pass Current POST Data To Next Page ?
I got 2 php pages, called A.php and B.php.

A.php will display all the selected records to the user and ask for confirmation before any attempt to delete. Let say the user click on the submit button, the action of the form is pointed to B.php.

So my problem is, how can I pass all the current POST data in A.php to B.php as well ?
I need that cauz the POST data in A.php contains the data needed like ID, to perform the deletion.

I can manually write a VBScript to transfer the existing data into a query string and transfer it to the next page. However, it's not a POST data in nature. It wil become GET data right ? So what should I do ?

How Does One Send A Large String As A POST To Another Web Page?
If I've a big string and I want to send it to another web page as a GET
request, I just use file(). I've done this often.

But what command do I use when I want to send the same string as a POST
request?

Redirecting To Target Page Along With POST With CURL...
I want to send some POST data with cURL and then also redirect to the location where Im sending the POST data. Ive been running around like crazy and unable to find a way. This must be something very simple. Heres what I have thus far, except this doesnt redirect to my target page. Code:

Forward To Page Alongwith Variables In POST
How to forward a page to another page alongwith the parameters passed into it

I mean I have page a.php
which is called with some parameters in $_POST and I require to pass these to another page with same variables in $_POST

Dynamic Include Page Post Data
I have a index file which carry content as included page. Its take parameters like this (index.php?page=katlist). So I am trying to send data from form inside page as (index.php?page=katlist&searchterm=blabla) but I dindt success.....

Getting Form Name From Post
how do i get the name of a form thats just been submitted i.e. here how do i get "new_form"... Code:

Form Post
i am making a form but every time it trys to send it it has to send it through outlook i wont the page to send it by its self without it coming up about outlook and stuff or is there a way i can send it to a text file if so is there a good tut for it.

Form Post
I am using 15 text areas for the user to put in 15 names. so we have user1, user2,....user15. How can I do this below:

$user1=$_POST['user1'];
$user2=$_POST['user2'];
$user3=$_POST['user3'];
$user4=$_POST['user4'];
$user5=$_POST['user5'];
$user6=$_POST['user6'];

to input the data in a table without actually having to type out 15 lines.

Form POST
I am having my data emailed to me, but the data does not seem to be picking up the user's IP address, the Browser type, the URL that he/she came from, nor the email address they are entering on the form. Code:

Multiple Page Generation Based On Post-length
Ok, first I'd like to apologize if this has been covered before, but I couldn't find it via the search options and it's been a long time since I've been here.

I'll give you a summary of what I'm trying to do, and you all can point me in the best direction on how to go about it!

I'm trying to design an online article posting section, where the members can post articles about things. The problem that arises imediately, is post length. What if someone posts a "3 page" article by word-processing-program standards, and then outputted this to the website? It would be a really long page and if the page was setup with a specific UI size design in mind, it would blow this apart.

I'm sure you can understand what I mean.

So, I need to be able to get the post's length, figure out how many pages I'll need to break that length up, then break it apart for output to the screen in segments with links for next page continuing the article.

Now, the post's length isn't hard, (strlen) and figuring out how many pages isn't that hard, dividing the post's length by the desired amount of characters wanted in the UI.

The part I'm stumped on is breaking apart the post into many peices that break at 'spaces' not in the middle of words, and that continue where the last one left off, not leaving any words out.

If this has already been covered, or someone knows of another site that has it, please post it!
If someone knows of a really simple way to do this, by all means, dazzle me!

Passing Variables In Frame Page By Post Method
Is it possible to send  variables by post method through a submit button to a frames page, and have all 3 pages in the frame pick up the variable using the $_request[var] ?In other words, I click on a submit button. in form action method call index.php the index page has a top, main, and a left frame.how do i get each one of those to receive the variable, when i can only sendit to one page? or is it possible to send it to more than one page, but only action to one page?

Multi Sorting Multi Dimensional Array?
I have been using usort to sort my multi dimensional arrays ...

function cmp($a, $b){
if($a[0] == $b[0]){
return 0;
}
return ($a[0] < $b[0]) ? -1 : 1;
}
usort($searchResults, 'cmp');

Which works fine, but I need to sort by one element in the array, then
another, preserving the previous sort.

lets say the array is as follows:

array[0] = array[0] = foo
[1] = 2
[1] = array[0] = foo
[1] = 0
[2] = array[0] = bar
[1] = 1
[3] = array[0] = bar
[1] = 0
[4] = array[0] = foo
[1] = 1
[5] = array[0] = bar
[1] = 2

Initially, I sort the array in to groups based on array[?][0] using
usort as above so the output is :

foo, 2
foo, 0
foo, 1
bar, 1
bar, 2
bar, 0

Next though, I would like to sort this output by number (array[?][1])
in the groups so that the output is :

foo, 0
foo, 1
foo, 2
bar, 0
bar, 1
bar, 2

Is this possible? I am completely at a loss as to how to do this ...

Post Data W/out Form
I want to post variables to a php script, but I do not want to use a form to do this... is there some sort of header I can use to redirect and post values to another page?

Cookies and sessions are not an option, URL line ('get') variables can't hold large enough a string...

Form Post Method
I am new to PHP. have worked in many languages in the past.
I have a HTML page which posts back to the mail.php which mails the
contents of the input text boxes. I wish to impose some error checking
on the HTML form with JavaScript. How do divert to the javascrpit
method and then do the POST after all checks OK....

Form Post Doesn't Work
I have RH9 Linux with the versions of Apache and PHP that came with
it. The PHP is version 4.2.2 on the CD, I believe. Apache, I think, is
version 2.0.

I found I can do some regular PHP stuff like pull data back from MySQL
and show it, but posting form data from one web form to another web
page simply doesn't work for some reason. Has anyone seen this?

Example:

XML Form Post To External URL
I'm far enough along in PHP to know how to create input forms, grab the form input as $_POST variables, do some basic validation checks and present the errors to the user for resubmit if needed. For the life of me I can't understand why I can't post data as an XML document to one of my advertisers.

For example, a lead form is complete with Name, Address, Phone, and so on. I capture the form data and submit as an XML document. This particular advertiser will only accept data as an "External XML Post." I tried using Javascript and PHP with cURL, but I'm going in circles trying snippets of other people's code -- it's been a week. At this point all I want to do is assume IE7 (nothing else!) and no data checks, just "here's the XML, here's the external URL" and show me that HTTP POST actually works. Right now I'm thinking it's a bunch of junk :-) Someone please help.

Here's my server info:

PHP Verion 4.4.4
Apache/2.0.46 (Red Hat)
CURL support enabled
CURL Information libcurl/7.15.4
DOM/XML enabled
DOM/XML API Version 20020815
libxml Version 20510
HTML Support enabled
XPath Support enabled
XPointer Support enabled
XML Support active
XML Namespace Support active

Here's a sample of XML, let's call it "data.xml"

<?xml version="1.0" encoding="UTF-8"?>
<DataFormSubmit>
<individual id="12345">
<FirstName></FirstName>
<LastName></LastName>
<Address></Address>
<Phone></Phone>
</individual>
</DataFormSubmit>

POST XML document to URL on an external website for example:
http://www.example.com/othersite/xml.aspx

Response XML is equally simple. There is no mention of MethodCall, MethodResponse and Params like the books say, so please don't use those elements in your reply to me. There is mention of field requirements like "Text field" "255 character max" "Numeric" but I think this can be handled by the input validation scripts. I'm just trying to POST and get a response.

I've received errors refering to "permission denied" "access denied" "object expected" but at this point I've edited my code so many times I don't know what's right or wrong any more. Here's one of my failed cURL examples:

<?php
// XML data as string
$request = '<?xml version="1.0" encoding="UTF-8"?>'
$request .= '<DataFormSubmit>'
$request .= '<individual id="12345">'
$request .= '<FirstName></FirstName>'
$request .= '<LastName></LastName>'
$request .= '<Address></Address>'
$request .= '<Phone></Phone>'
$request .= '</individual>'
$request .= '</DataFormSubmit>'

// Create Headers
$header[] = "Host: www.example.com";
$header[] = "Content-type: text/xml";
$header[] = "Content-length: ".strlen($request) . "
";
$header[] = $request;

// Send using CURL
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, "http://www.example.com/othersite/xml.aspx"); // URL to post
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 ); // return into a variable
curl_setopt( $ch, CURLOPT_HTTPHEADER, $header ); // headers from above
curl_setopt( $ch, CURLOPT_CUSTOMREQUEST, 'POST' ); // special POST with specified Content-type
$result = curl_exec( $ch ); // runs the post
curl_close($ch);

echo $result; // echo reply response
?>

And I tried a Javascript variations using code like
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP") but I'll save that for a followup post since this is getting long.

Anyone out there doing external XML form post?

Php Post Script No Form
How to generate the headers to submit POSTED variables to a page? i know this will be brief, just need to know how to construct the headers with the posted var...


Copyright © 2005-08 www.BigResource.com, All rights reserved