Search results

  1. B

    WMZ API for PHP shopping cart script?

    I'm trying to develop a PHP shopping card script to allow users to send money to the vendor via my script and for the script to check if the money has been sent and if so, add that amount to their account on my site. I was wondering if there was a WMZ api I could use to develop such a code. Is...
  2. B

    WMZ API for PHP shopping cart script?

    I'm trying to develop a PHP shopping card script to allow users to send money to the vendor via my script and for the script to check if the money has been sent and if so, add that amount to their account on my site. I was wondering if there was a WMZ api I could use to develop such a code. Is...
  3. B

    Analog Heart album by David Cook?! PLEASE HELP.?

    Does anybody know where I can find the pre idol album of David Cook's called Analog Heart?!?!?! ANYWHERE? please? im desperate. i know it was taken off itunes and amazon, but is there ANYWHERE else I could find it?!!? thank you in advance.
  4. B

    who else loves adam lambert and david cook?

    i LOVE both of them. i already saw david cook in concert...and i cant wait to see adam this summer. anyone else tottally obsessed with BOTH OF THEM? <3<3 :) just wondering.. if so, what is your favorite song of david cooks? and how many of you love adam lambert's "want"?
  5. B

    max letters in <textarea> PHP?

    $count = count(explode(" ", $_POST['message'])); <?php if ($count <= 10) { print "Please be aware of the character limit"; } elseif($count >= 10) { print "Sorry, but there are too many characters in your comment."; } ?> why isn't this working? 1) it allows more than 10 chars in the field...
  6. B

    JS + PHP (JS function results to PHP variable)?

    Basically, I'm trying to use AJAX to take the results of a JS script that has different results for ever visitor, and pushes it back into php, where I make it a variable and write it to an internal file. Here is my main code, with the function script taken out. <form name="inputform"> <input...
  7. B

    javascript script result to php variable?

    Alright, I don't need a fancy explanation or someone to tell me I need to use AJAX... I just want the source. I don't have the time to learn JS as this project is due tomorrow afternoon. The point of this is to have a JS code that throws a different result for everyone. I want to have the...
  8. B

    javascript script results = php variable?

    i need to take the result of a javascript script, make it equal to a php varible, fopen, fwrite, fclose let's say: <?php $yahoo = "?> <script>alert(document.cookie)</script> <? " it would take the writing, not the cookie result. instead of an alert popup, the result will be written onto the...
Back
Top