ethan6 Posted June 5, 2009 Share Posted June 5, 2009 hi, i have this bit of code that i think sends my php variables, but i'm not really sure: <script language="JavaScript"><!-- location.href = 'repair4.php'; //--></script> it's on the page here: http://myipodbroke.com/repair3a.php or the source here: http://myipodbroke.com/repair3a.txt Thanks! Quote Link to comment Share on other sites More sharing options...
Maq Posted June 5, 2009 Share Posted June 5, 2009 Firstly, this is a JS question, not PHP. Secondly, you can Google the "location" object to find your answer. Quote Link to comment Share on other sites More sharing options...
ethan6 Posted June 5, 2009 Author Share Posted June 5, 2009 I think i figured it out.. i'm pretty sure it's just a redirect. my problem then is larger: i have a form that collects data (on the above mentioned page), and it currently sends the data (via POST) to the same page, which then emails the data via a mailer script (configure_repair.php) and then uses javascript to redirect the page. any suggestions how i could do this: collect data, send email, redirect WITH some variables? (ie. I want to send the variable $screen_type2 to the page repair4.php) Thanks! Quote Link to comment Share on other sites More sharing options...
ethan6 Posted June 5, 2009 Author Share Posted June 5, 2009 Firstly, this is a JS question, not PHP. Secondly, you can Google the "location" object to find your answer. yep thanks, i was working in my php file and not really thinking what it was. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.