User Profile

Collapse

Profile Sidebar

Collapse
RodPhp5
RodPhp5
Last Activity: Aug 12 '13, 01:29 PM
Joined: Apr 24 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Adding totals from CheckBox Controls and display in labels

    I need help on this im stuck...

    I am supposed to add price of the selected accessories and exterior finish if they have been checked, and display the result in Subtotal. Calculate sales tax on subtotal and display the result in Total label, and finally subract the trade-in allowance from the Total label to get Amount due. I have developed the code but my problem is that when i check the checkboxes the totals are not displayed, but...
    See more | Go to post

  • RodPhp5
    replied to How to validate a form using if statements
    in PHP
    When i say the password is not submited i mean, when i check the database for the data that i inserted using the form, everything is there except the password... I try to notify the user by using those if statements. Or if maybe you can just show me a sample logic on how i can validate my form before posting the data into the database.
    See more | Go to post

    Leave a comment:


  • RodPhp5
    started a topic How to validate a form using if statements
    in PHP

    How to validate a form using if statements

    Please i need help on the code i have posted below. I am supposed to validate the form before posting the data into the database. When i run the code on my computer it is submiting all the data into the database, but the password is not submited and before submiting the data for any missing fields the user must be notified. That is what i am trying to do with the if statements. Pleae help its urgent
    Code:
    <html>
    <head>
    ...
    See more | Go to post

  • RodPhp5
    started a topic Updating and deleting from database
    in PHP

    Updating and deleting from database

    I have to delete data from the database. here is the sample code.


    Code:
    <html>
    	<head>
    		<title>
    			Edit and delete fixtures
    		</title>
    	</head>
    		<body>
    			<?php
    					
    					$fixture_id = '';
    					$update = '';
    					$delete = '';
    					$opponents = '';
    					$date = '';
    					$venue = '';
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 29 '13, 03:37 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...