Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
a php session var an be reinitialized directly or it must first unset ?
Old 08-29-2008, 07:26 AM a php session var an be reinitialized directly or it must first unset ?
Experienced Talker

Posts: 34
Trades: 0
A problem from the quote you get [on the left] of
http://www.poliscarhire.com/ ...
to the mysql repeat region, repeat buttons 2-6 do not work[js] the other 1, 7-16 buttons work properly, why this error ? After all is it, just a repeat [to work all?] ?
Answer and this: a php session var an be reinitialized directly[re-asign a new value to it] or it must first unset ? required the unset ?
lse123 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2008, 07:30 AM form1's submit button work but form2's not work,why[total 16 buttons] ?
Experienced Talker

Posts: 34
Trades: 0
form1's submit button work but form2's not work,why[total 16 buttons] ?
Code:
<td align="center" valign="middle"><form action="../customeradmin/booking-review.php" method="post" enctype="application/x-www-form-urlencoded" name="form1" target="_self">
      <input type="hidden" name="datep" value="10:00 Friday August 22nd, 2008">            
      <input type="hidden" name="dated" value="10:00 Sunday August 31st, 2008">
            <input type="hidden" name="Locationp" value="Polis Office">
            <input type="hidden" name="Locationd" value="Polis Office">
            <input type="hidden" name="days" value="9">
            <input type="hidden" name="mostdaysrate" value="28">
            <input type="hidden" name="off" value="50.4">
            <input type="hidden" name="cat" value="B1">
            <input type="hidden" name="finalprice" value="231.84">
            <input type="hidden" name="car" value="Group B1-Hyundai Atoz or similar">
<a href="javascript:form1.submit()"><img src="../images/but_bookit.gif" width="80" height="22" border="0"></a>
    </form></td>
  </tr>
</table>
</fieldset>  
  </td></tr>
  <tr><td><hr size="3" /></td></tr>
<link href="/css-styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #000000}
.style4 {color: #006699}
.style5 {color: #006600}
-->
</style>
    
  <tr><td><fieldset><legend>Subcompact</legend><table width="580" border="0" cellpadding="5" cellspacing="0" class="menutext" summary="quote result table cell">
  <tr>
    <td width="132" rowspan="2">&nbsp;</td>
    <td width="298">&nbsp;</td>
    <td width="120">&nbsp;</td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle"><table width="104%"  border="0" cellpadding="1" cellspacing="0" class="menutext" summary="characteristics table of car for rent">
      <tr>
        <td width="32%" align="left" valign="middle"><span class="style4"> model </span></td>
        <td width="68%" align="left" valign="middle"><span class="style2">
          Opel Corsa or Toyota Yaris        </span></td>
      </tr>
      <tr>
        <td align="left" valign="middle"><span class="style4">people/door</span></td>
        <td align="left" valign="middle"><span class="style2">
          5          &nbsp;/&nbsp;
          3</span></td>
      </tr>
      <tr>
        <td align="left" valign="middle"><span class="style4"> trans </span></td>
        <td align="left" valign="middle"><span class="style2">
          manual        </span></td>
      </tr>
      <tr>
        <td align="left" valign="middle"><span class="style4"> size/fuel</span></td>
        <td align="left" valign="middle"><span class="style2">
          1000cc
&nbsp;/&nbsp;
Petrol</span></td>
      </tr>
      <tr>
        <td align="left" valign="middle"><span class="style4"> luggage </span></td>
        <td align="left" valign="middle"><span class="style2">
          2 small        </span></td>
      </tr>
      <tr>
        <td align="left" valign="middle"><span class="style4"> status </span></td>
        <td align="left" valign="middle"><span class="style2">
        Available</span></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
    <td rowspan="2" align="center" valign="middle"><p>&nbsp;<span class="text_normal20pxbold">€
      32.5    </span>/day
          </p>
      <p>&nbsp;<span class="style4">total&nbsp;€
            269.1      </span>            <br>
            &nbsp;<span class="style5">save&nbsp;€
            58.5&nbsp;&nbsp;20% OFF
        </span></p>      </td>
  </tr>
  <tr>
    <td height="38" align="center" valign="middle"><img src="/images/cars/b2_toyota_yaris.jpg" alt="Opel Corsa or Toyota Yaris" border="1" /></td>
    </tr>
  <tr>
    <td height="65" align="center" valign="middle"><p>Group&nbsp;
          B2    </p>
      <p>
          
        </p></td>
    <td align="center" valign="middle"><form action="../customeradmin/booking-review.php" method="post" enctype="application/x-www-form-urlencoded" name="form2" target="_self">
      <input type="hidden" name="datep" value="10:00 Friday August 22nd, 2008">            
      <input type="hidden" name="dated" value="10:00 Sunday August 31st, 2008">
            <input type="hidden" name="Locationp" value="Polis Office">
            <input type="hidden" name="Locationd" value="Polis Office">
            <input type="hidden" name="days" value="9">
            <input type="hidden" name="mostdaysrate" value="32.5">
            <input type="hidden" name="off" value="58.5">
            <input type="hidden" name="cat" value="B2">
            <input type="hidden" name="finalprice" value="269.1">
            <input type="hidden" name="car" value="Group B2-Opel Corsa or Toyota Yaris">
<a href="javascript:form2.submit()"><img src="../images/but_bookit.gif" width="80" height="22" border="0"></a>
    </form></td>
  </tr>
</table>
lse123 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to a php session var an be reinitialized directly or it must first unset ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16248 seconds with 12 queries