Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Amenotep

    Doubt with Code

    Thank you again !
  2. Amenotep

    Doubt with other Code

    Thank you jpadie !
  3. Amenotep

    Doubt with Code

    Thank you jpadie !
  4. Amenotep

    Doubt with Code

    The code does not calculate the balance.
  5. Amenotep

    Doubt with other Code

    What is wrong with this code ? I don't live in Berlin/Europe, I live in Recife-Pernambuco-Brazil ! <?php $time=time(); $time_now=date('d/n/Y e H:i:s',$time); $time_modified=date('d/n/Y e H:i:s', strtotime('-5 hours')); echo 'The time now is '.$time_modified; ?>
  6. Amenotep

    Doubt with Code

    What is wrong with this code below ? <html> <head></head> <body> <p align="center">Balance Table</p> <table align="center" width="75%" border="1" bordercolor="#0000FF"> <tr> <td><form align="center"><input type="text" name="$value1" size="40"></form></td> <td><form align="center"><input...

Part and Inventory Search

Back
Top