Jump to content

ck1mark

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ck1mark's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. crown that mofo! Thanks much =]
  2. [!--quoteo(post=363544:date=Apr 10 2006, 11:19 PM:name=kenrbnsn)--][div class=\'quotetop\']QUOTE(kenrbnsn @ Apr 10 2006, 11:19 PM) [snapback]363544[/snapback][/div][div class=\'quotemain\'][!--quotec--] Is $_POST['arr'] an array or is it a string? If you put the following line at the beginning of your script, what is displayed? [code]<?php echo '<pre>' . print_r($_POST,true) . '</pre>'; ?>[/code] Ken [/quote] I dont know how to get a result for that in flash. I dont think i like php arrays! I send an array and when i echo $s_arr i get the whole array element1, element2, element3, ..x if i index it $s_arr[0] i get the first letter.. which in my first post was x so i assume it is handling my values as a string
  3. i am sending variables from flash 8 to php: $s_arr = $_POST['arr']; i can echo and get what i sent values: x100y100, x110y100 but if i do a foreach it is empty, nothing happens foreach($s_arr as $coord){ echo "executed"; } what can i do?
×
×
  • 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.