User Profile

Collapse

Profile Sidebar

Collapse
howie
howie
Last Activity: Mar 17 '11, 03:08 AM
Joined: Feb 22 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • howie
    replied to How to update database rows with a form?
    in PHP
    hey! tq for that. and sorry for my explanation, im not that good in english though.
    See more | Go to post

    Leave a comment:


  • howie
    started a topic How to update database rows with a form?
    in PHP

    How to update database rows with a form?

    hello there, can anyone explain to me how can i update a data from a form so that the data in the database will change also.
    what are the required coding that i should use?
    i have a table in a database that user will insert data, after that, i will search the data according to NoId, after found it retrieve all the data and show in a form, how can i edit the data from the form and the data in database will change same according to the...
    See more | Go to post

  • howie
    replied to connect two tables on php
    in PHP
    thank!! now its doing good.. thanks for the info all.. ^^
    See more | Go to post

    Leave a comment:


  • howie
    replied to connect two tables on php
    in PHP
    i have try the:
    select * from main,reference where NoID like '%$term%'
    and it show an error:

    Warning: mysql_fetch_arr ay() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs \MaklumatPesaki t\search.php on line 9

    ok, i have two tables 'main' and 'reference', and in 'main' i have a reference field where i hope to connect to 'reference' table to show the data. is it possible?

    or i just...
    See more | Go to post

    Leave a comment:


  • howie
    replied to connect two tables on php
    in PHP
    im still new to this thing.. can u give code example for retrieving data?
    See more | Go to post

    Leave a comment:


  • howie
    started a topic connect two tables on php
    in PHP

    connect two tables on php

    I got two tables on a database but I dont know how to run independently. All I want is each table to run independently once tracked.
    the first table is doing ok, but i dont know how to put the second table in the coding.

    <?php
    mysql_connect ("localhost" , "root","") or die (mysql_error()) ;
    mysql_select_db ("maklumatpesak it");

    $term = $_POST['term'];
    ...
    See more | Go to post

  • howie
    started a topic connect three table in a database coding php
    in PHP

    connect three table in a database coding php

    i have 3 tables in mysql database, and i have form where i can search from only one table in the database and it show all the data from the 3 tables. the problem is i can't figure the coding for search from only one table and it show all the data in database. ok maybe i need to join the table in database, but that also i don't know how to do. anyone can help?

    there are 3 table:
    1. registration
    2. reference
    3. ...
    See more | Go to post
No activity results to display
Show More
Working...