User Profile

Collapse

Profile Sidebar

Collapse
rednarjess
rednarjess
Last Activity: May 22 '08, 08:45 AM
Joined: May 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you for reply;
    But every things is running and my classes is providing me with the expected output, but the problem is in generating javadoc.
    \Could you please tell me how to fix it.
    Thanks dear....
    See more | Go to post

    Leave a comment:


  • rednarjess
    started a topic IllegalArgumentException in generating Javadoc
    in Java

    IllegalArgumentException in generating Javadoc

    Hello every body;
    When I want to generate the Javadoc for my project,
    The result is fine at the bigining of the generating
    init:
    Generating Javadoc
    Javadoc execution
    Loading source file D:\workspace\Ja vaApplication4\ src\javaapplica tion4\Main.java ...
    Constructing Javadoc information...
    Standard Doclet version 1.6.0
    Building tree for all the packages and classes...

    the...
    See more | Go to post

  • rednarjess
    replied to Insert data into DB
    Dear;
    Thank you for your replay, but the problem is that no data entry in My database?
    I don't know why?
    Could you please guide me?

    Thank you alot...
    See more | Go to post

    Leave a comment:


  • rednarjess
    started a topic Insert data into DB

    Insert data into DB

    Dear all;

    I write a HTML form that ask user to post an announcement, the subject and body must be inserted into DB. But the problem that I face is the data is not inserted.
    Any body can help me please to tell me what is the error.
    Thanks.
    Here are my code.[php]<?php
    $host = "localhost" ;
    $user = "";
    $password = "";
    $db = "e-school";...
    See more | Go to post
    Last edited by ronverdonk; Apr 21 '08, 10:05 PM. Reason: warning: use code tags!

  • rednarjess
    replied to Getting Info. for specific record?
    in PHP
    Hi;;
    In vehicle.php I query some information about vehicle. Then there is a link bypass each record {more}. when a user click on it, the more detailed information about the vehicle will appeared in vehicle-info.php file. The problem was How can I get the specific infor for that record.
    Here are my files:

    vehicle.php
    ========
    <html>
    <head>
    <title>Displayi ng Your Vehicles</title>...
    See more | Go to post

    Leave a comment:


  • rednarjess
    started a topic Getting Info. for specific record?
    in PHP

    Getting Info. for specific record?

    Dear All;
    I have table in vehicle.php file that contains vehicle information(pla te number, vehicle model, reg. and exp. dates). I pprovided each record with href(more) if he want to know more about this specific vehicle in vehicle-info.php file. in vehicle-info.php I get the plateN and I pass it to the SQL command "Select * from $table where plateN = '$plateN';" However this was not working.
    Can you guide me.
    Thanks...
    See more | Go to post
No activity results to display
Show More
Working...