Jump to content

Recommended Posts

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!

Link to comment
https://forums.phpfreaks.com/topic/161076-locationhref-whats-this-do/
Share on other sites

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!

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.