Search results

  1. V

    Random X and Y Variables popping up

    This is the code... <form method="GET" action="cart_processor.php"> <table border="0" cellspacing="1" cellpadding="0" class="carttable"> <tr class="carttableheader"> <td><b>Remove</b></td> <td><b>Product Name</b></td> <td><b>Description</b></td> <td><b>Qty</b></td>...
  2. V

    Random X and Y Variables popping up

    I am creating a shopping cart with PHP, and I built a form using the GET method. When I submit the form, two variables show up in the URL. One x variable and one y variable, and their values are just random numbers that change every time I submit the form. I have ABSOLUTELY no idea what is going...
  3. V

    help with a project?

    Flash would be your best bet
  4. V

    I want to connect to another server... not localhost

    I have been working with mysql for about a year now, and I have never needed, until today, to connect to a database on a seperate server than the one I am running my php scripts on. Can anybody tell me what I have to put into the host argument of mysql_connect() to connect to a different server?
Top