Jump to content

moshina786

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

moshina786's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi Guys, I have a webpage which has subsequent pages stored in a database e.g. index.php?id=1 The problem being, is that id=1 has it's data pulled from a database. This was fine & dandy until I started to insert PHP...I am trying to get the below to executre <?php $rater_id=1; $rater_item_name='Rate This'; include("rater.php");?> However nothing shows & nothing happens, I know eval can be used but have not been succesfull in implementing this, can someone please help!
  2. Nothing in the console....and same result when replacing with body! Pulling my hair out with this one!!
  3. Yup: <script type="javascript"> window.onload = function() { document.myform.submit(); } </script> <form id='myform' name='myform' action='<?php echo $_SERVER['PHP_SELF']?>' method='get'><br /> and the form goes on.... Any ideas ?
  4. Hi Beegro, I entered this <script type="javascript"> window.onload = function() { document.myform.submit(); } </script> However it doesnt seem to do anything!
  5. The menu has the full link within it so that's ok, but if a user navigates to www.test.com/page.php the parameters arent added. In more details, the parameters are for a form to be submitted to show all results. Is there such a thing as to submit a form on page load? Which in essence I suppose I am asking.
  6. Hi All. I have been really struggling with this for a while! When a URL loads I wish to load with parameters entered & those parameters entered on a page but cannot get my head round it. Any help will be much appretiated... So when a user navigates to www.test.com/page.php I wish to to actually pull back www.test.com/page.php?term=&submit=Go Any help will be really really appretiated.
×
×
  • 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.