![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving files which are generating time to time | Renjesh | Shell Programming and Scripting | 4 | 02-18-2009 06:41 PM |
| Convert Epoch Time to Standard Date and Time & Vice Versa | DrivesMeCrazy | Shell Programming and Scripting | 5 | 02-07-2009 01:40 AM |
| Need to get 4 Hrs back time and compare with successive time | maanik85 | UNIX for Dummies Questions & Answers | 2 | 07-15-2008 09:48 AM |
| Linux Going Big Time and Prime Time Against Windows, UNIX (WSJ) (Addict 3D) | iBot | UNIX and Linux RSS News | 0 | 06-21-2007 05:10 PM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-22-2007 02:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
[PHP] Post and get (at the same time (?))
Hi, i'm programming a very tiny website for a friend. But i have some doubts...
I have a page called form.php, it receives a variable using the get method... (form.php?variable_importante=datos)... In form.php i have a form, and it sends data to form_manager.php using POST method... But the problem is that i need to pass the first variable (the one called variable_importante that was pased to form.php by GET) to form_manager.php... how can i do that??? I've been reading a lot but i could't find the answer.... thanks in advance!!! bye! |
|
||||
|
I keep on reading and i found the answer!!!
It's really easy to do what i wanted to do... <form methond='post' action='web_page.php?variable=valor'> in my specific case <form methond='post' action='web_page.php?variable= <?php echo $_GET['variable'] ?>' enctype='text'> bye! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|