Jump to content

DeanWhitehouse

Members
  • Posts

    2,527
  • Joined

  • Last visited

Everything posted by DeanWhitehouse

  1. Not without reloading the page. Show us how far you have got and we will help you
  2. Topic Solved , bottom left. Also when tired, sleep then work on the it when you wake up again because its hard to concentrate otherwise.
  3. I think he is saying he doesn't have a clue why he wanted to run it that many times :s Topic Solved? Bottom Left
  4. <?php $quotes = array( $var1, $var2, $var3 ); ?> Yes? This may help http://djw-webdesign.awardspace.com/code.php?snippet=8
  5. I have the following code on a page: <?php for($j=0;$j<$n;$j++) { echo "<input type=\"text\" name=\"mybid_rate[j]\" size=\"5\" />"; } ?> <script> var mybid=new Array( <?php foreach($mybid_rate as $br=> $brate) { print "'mybid.push(\"$brate\");',"; } ?>); </script> or something
  6. We are not here to write it for you , you need to learn from the links you were given and then try and make it yourself. Once you have done that, if you get an error come back here and we will help.
  7. AJAX uses PHP. It can call a PHP page without reloading.
  8. Ok, i will take that as you saying you don't want help from people.
  9. ok good, contacting the host can sometimes be the best way to root out problems
  10. Dude if you want help don't try personal insults, people on this forum are not paid and we give our time to help. If you want to be arrogant and not cooperate when i am trying to help you suit your self, but seeing as i am the only one trying to help maybe you should just do what is asked. You can't see why any other code is needed, yet you can't fix it , see a reason yet? And if you are going to be immature and throw personal insults then don't expect anyone here to even try and help.
  11. Have you contacted them asking? Also they may (again) only allow emails registered on the site to be used in the function. You will need to contact them about there settings.
  12. Look at http://djw-webdesign.awardspace.com/code.php?snippet=10 and http://djw-webdesign.awardspace.com/code.php?snippet=3 That may enlighten you, on my host i was only allowed to use a email that was registered on a site and i had to pay before the mail function could be used.
  13. <?php $linkd = "<a href=\"".$address."upload/". $ran1.$ran2.$_FILES['file']['name']."\">"; echo "<br>HTML Link (for websites): <input readonly=\"readonly\" type=\"text\" value=\"".$linkd."\">"; ?> Should of said that then
  14. I didn't ask for details i asked for code. Show us the variables and the execute function.
  15. try manually entering the keys, although i can't see why the keys would be dynamic any way they are for your reference really.
  16. Lol You should read up on HTML <input disabled='disabled' type=text value=$linkd> http://www.w3schools.com/tags/tag_input.asp
  17. Well one line of code is not enough to get detailed help from. And tbh i still doubt you wrote it or , or you know what it does/how it does it.
  18. I'm not sure if keys can be variables. Try <?php $_SESSION['amounts'] = array("$item1" => "$volume1" , "$item2" => "$volume2"); ?>
  19. If you wrote that line of code then you would be able to fix this and wouldn't call your self a noob. So i think we can assume you didn't write it, you most likely copied it or followed a tut and didn't understand. What you need to do is make an if statement outside of this line (before) and make sure the value is under 100 or make one in the class (i don't know much OOP)
×
×
  • 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.