Cheap Commercial Posted June 4, 2006 Share Posted June 4, 2006 hey i was wonders how you can use php to load a url and then in the same php that loads the url have that url submit with a little javais that possible? Link to comment https://forums.phpfreaks.com/topic/11172-php-load-and-submit/ Share on other sites More sharing options...
wildteen88 Posted June 4, 2006 Share Posted June 4, 2006 Umm, can you explain that a bit more please! I dont get what you mean. Link to comment https://forums.phpfreaks.com/topic/11172-php-load-and-submit/#findComment-41788 Share on other sites More sharing options...
Cheap Commercial Posted June 4, 2006 Author Share Posted June 4, 2006 ok i want the php script to load a url lets use php include<?php include("http://www.othersite.com/filename.html"); ?> now i dont think that will work for thisbut so it gets a url but then i want to put in<script type="text/javascript" language="JavaScript"><!-- document.forms[1].submit(); //--></script> to make that url submitnow what i need help is to perfect that so it actually works Link to comment https://forums.phpfreaks.com/topic/11172-php-load-and-submit/#findComment-41794 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.