- 0
PHP help sending data to script.pl file
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By branfont · Posted
It comes just weeks after the Black Sabbath star took to the stage one final time with his band mates at Villa Park in Birmingham. He died "surrounded by love", a statement from his family said on Tuesday night. The family said: "It is with more sadness than mere words can convey that we have to report that our beloved Ozzy Osbourne has passed away this morning. "He was with his family and surrounded by love. We ask everyone to respect our family privacy at this time. "Sharon, Jack, Kelly, Aimee and Louis." https://www.thesun.co.uk/tvandshowbiz/23619758/ozzy-osbourne-dead-black-sabbath-parkinsons/ -
By +sphbecker · Posted
I hard disagree on Edge being great. I actually spent a lot of time on Internet Explorer, even in the days when IE was basically a dead system and most had already switched to Chrome. I kept using IE because I was basically a Microsoft-fan-boy back then. When I first started using Windows 10, I of course started using Edge. Some things were a lot more responsive, but it had so many issues it basically was unusable. I think it's a pretty big condemnation when someone who was fine using IE11 says that Edge is what finally drove me to start using Chrome. Yes, Edge did get better over its few years before it was replaced, but it had already failed in the minds of most users. -
By LoneWolfSL · Posted
EA will unveil Battlefield 6 this week, the 'ultimate all-out warfare experience' by Pulasthi Ariyasinghe The Battlefield franchise is finally returning, and its first trailer is only a couple of days away. Following months of teasers, closed testing sessions, and leaks, an announcement went out today via official channels that confirmed the highly anticipated game's name will be Battlefield 6 and that the reveal is happening this Thursday, July 24. This is set to be the 13th game in the franchise, arriving four years after the launch of Battlefield 2042. "BATTLEFIELD 6. July 24. Reveal Trailer," said the simple announcement today across Battlefield social media. Attached to it was a simple 2D-animated teaser with four modern-age soldiers (hinting at the return of the class system from the get-go) looking over a massive city going through a battle, with a couple of jets dogfighting across the sky. The YouTube teaser's description reads, "Prepare for the ultimate all-out warfare experience in Battlefield 6." As mentioned before, the game is set to return to the Assault, Engineer, Support, and Recon class system from the start, unlike what happened with Battlefield 2046, while all weapons will be freely usable by any class. However, using the designated weapon type for their class (sniper rifles with Recon, for example) will offer some additional gameplay bonuses. Recent leaks from playtests have revealed that destruction has been massively improved for this entry, while immersive features like dragging teammates away from battle for revives, combat dives, crouch sprint, landing rolls, and other abilities are being implemented too. There are also reports of being able to grab onto moving vehicles while on foot. Battlefield 6 is in development across a wide range of EA development teams, including DICE, Motive Studio, Criterion Games, and Ripple Effect, with Vince Zampella from Respawn Entertainment overseeing the project. While EA has yet to give Battlefield 6 a release date, the company confirmed to investors earlier this year that it plans to launch the massive game during its 2026 fiscal year. This is the 12-month time frame between April 1, 2025, and March 31, 2026. Going by previous Battlefield releases, an October or November 2025 release date for Battlefield 6 is likely, targeting PC, Xbox Series X|S, and PlayStation 5. -
By SidVicious · Posted
"It is with more sadness than mere words can convey that we have to report that our beloved Ozzy Osbourne has passed away this morning," the family statement reads https://www.bbc.com/news/live/cn0qq5nyxn0t -
By nathanm · Posted
If it’s still Snapdragon, I’d say pass.
-
-
Recent Achievements
-
SmileWorks Dental earned a badge
Week One Done
-
vZeroG went up a rank
Community Regular
-
Snake Doc earned a badge
Collaborator
-
Snake Doc earned a badge
Week One Done
-
Johnny Mrkvička earned a badge
One Month Later
-
-
Popular Contributors
-
Tell a friend
Question
modem
Hello,
I'm doing some small work for my company website that takes user input information on a traditional HTML form that then is processed by PHP to save to a file and then pass the original information over to a perl script file located on another server. Currently the website takes the form information as a POST method using an action of action="http://www.differentwebsite.com/scripts/formdata.pl". This script is hosted on a different site so we just can't modify it to do what we want right now unfortunately. So the goal is to write in PHP code that will capture information like city and state, dump it into a file without interrupting the same information that is being passed over to the script on the other site. Basically my company wants to have a 'demographics' log.
Anyway last night I started work on this and I successfully can have PHP capture the data and save it to a log, but can't have it pass it through to the perl script on the other website. I also was able to write the code that passes the information to the remote website's perl script, but unable to get it to capture and save the data to a log. It's been one or the other.
So far I have created PHP variables of $data1, $data2, etc at the top of the page before the form is used. Then later down in the actual form I inserted <input type="text" size="12" name="<?php echo $data1; ?>" value=""> which of course now I see this morning only passes the value of $data1 which I defined as $data1 = that field name.
Advice, help?!
Thanks!
Brad
Link to comment
https://www.neowin.net/forum/topic/947944-php-help-sending-data-to-scriptpl-file/Share on other sites
6 answers to this question
Recommended Posts