User Profile

Collapse

Profile Sidebar

Collapse
sreenisha
sreenisha
Last Activity: Jul 11 '09, 02:21 AM
Joined: Aug 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sreenisha
    started a topic Locking host file

    Locking host file

    Hi
    I am using windows XP for my pc which has no username or password to login.I have editted the hosts file in order to deny others(espicial ly children) from visiting unwanted sites.But now i found out that the hosts files are frequently editted and used before browsing.After browsing ,the commented entries are kept as before and file is saved.So any one plz help me in password protecting the host file or etc folder .Also plz let...
    See more | Go to post

  • sreenisha
    started a topic php user login
    in PHP

    php user login

    HI
    I have got a php login form and the database entries for that form are just username and password.I have got 3 users-Admin,Accountan t and guests (which is the users who access from outside like john,David etc..etc).How can i set the login form such that when each type of user logs in there home page should be seen.I have tried it but for all the users the same page is seen.My database is postgresql.

    Anyone plz help...
    See more | Go to post

  • sreenisha
    started a topic Locking Host Files in XP

    Locking Host Files in XP

    Hi all
    I am using WIn XP service pack2. Anyone plz help me in locking the windows XP host file of teh home PC.
    Thanks in advance
    See more | Go to post

  • sreenisha
    replied to php user greeting
    in PHP
    Thank u all.
    I got the output the way i want.I prepared a detailed note abt sessions and cookies and learnt that.Then i managed to get the output.Once again thanks for all necessary informations provided for me.
    See more | Go to post

    Leave a comment:


  • sreenisha
    started a topic php user greeting
    in PHP

    php user greeting

    hi
    i have a login database which has got usernames and passwords.NOw when i logs in i want a geetings from the server side like "Welcome $user" and also a logout link. i am talking abt the way bytes forum greets the user.
    LIke when the user logsin the forum page 's top the username (logout) appears.I need a php script.
    Anyone plz help me.
    Thanx in advance
    See more | Go to post

  • sreenisha
    replied to php session
    in PHP
    Ok.
    But how it is done?Can u provide me with a piece of sample code for setting the sessions.
    Thank u.
    See more | Go to post

    Leave a comment:


  • sreenisha
    started a topic php session
    in PHP

    php session

    HI all
    I have a problem regarding registration forms.I have a long form for registration.So i am planning to set personnal details in one page,Educationa l in another page etc.I am also maintainging separate tables for each forms.Now for me when one page is completed, a next button will be there to go to next page.But whenever i, do this the next page is opened but the values entered in first page is lost.
    I need help in completeing...
    See more | Go to post

  • PHP Import text from a database and display it as pdf

    Hi all
    I have spend a long time in this issue.I have got a form where the user enters his resume or details entered into a single field as text in a pgsql database.I want an option with pdf symbol in the webpage which can generate a pdf of the text entered when clicked .The pdf could be saved also.
    Any one please help.
    Thanks in advance.
    See more | Go to post

  • sreenisha
    replied to populating a combo box without using ajax
    in PHP
    hi
    There is no problem in the department box.It is working.All the departments are shown properly.But in the section combo box nothing is displayed.
    pg_query not found error is coming.
    Plz tell me what i actually has to do for the subselection
    Thank u
    See more | Go to post

    Leave a comment:


  • sreenisha
    replied to populating a combo box without using ajax
    in PHP
    HI
    Actually i dont know Ajax Programming.Tha ts why i specified "without using ajax.Here is my php code.

    [PHP]//To Populate The First List Box $quer2="SELECT * FROM department order by dept_name;"; $res_div=pg_que ry($quer2); //To Populate The Second List Box $cat=$HTTP_GET_ VARS['cat']; // This line is added to take care if your global variable is off if(isset($cat) and strlen($cat)> 0) { $quer="select...
    See more | Go to post
    Last edited by Atli; Sep 19 '08, 09:47 AM. Reason: Added a formated version of the code, to make it easier to read.

    Leave a comment:


  • sreenisha
    started a topic Vista-Problem with IE

    Vista-Problem with IE

    Hi
    I am having Windows Vista in my laptop.Now whenever i connect to the network a windows explorer browser will open n times.At that time we cant even type a single letter also.I am using Avira Antivirus for virus protection.
    What may be the problem.How can we resolve it.Plz help me.
    Thankx in advance.
    See more | Go to post

  • sreenisha
    started a topic populating a combo box without using ajax
    in PHP

    populating a combo box without using ajax

    HI

    Plz tell me how to popoulate a section field in combo box when a particular department is selected.I tried it but only department is displayed the other doesnt work.Plz tell me how to write the query for this subselection.Pl z help .
    See more | Go to post
    Last edited by sreenisha; Sep 19 '08, 06:39 AM. Reason: code attached wrong

  • sreenisha
    replied to Combo box selection
    in PHP
    HI
    Thank u for the suggestion but I dont want to use ajax.I know it is possible in Php .
    Plz tell me how to popoulate a sectionfield in combo box when a particular department is selected.I tried it but only department is displayed the other doesnt work.Plz tell me how to write the query for this subselection.Pl z help .
    See more | Go to post

    Leave a comment:


  • sreenisha
    replied to Combo box selection
    in PHP
    Thank You
    It is working now.
    can I populate a combo box for section which has got dept_id,section _id and section_name fields in section table.That is when i select a particular department only the sections coming under that department should appear in the combo box.
    Plz help me.
    See more | Go to post

    Leave a comment:


  • sreenisha
    started a topic Combo box selection
    in PHP

    Combo box selection

    Hi
    I have a department table which consists of dept_id and dept_name.I have an Employee table in which dept_id is the foreign key.In the form i am displaying the department names from department table in a combo box using php code.Even if display of combobox is department name the inserted value should be dept_id which is the foreign key.How can i insert in that way. [PHP]
    <tr>
    <td>Departmen t</td> ...
    See more | Go to post
    Last edited by Atli; Sep 11 '08, 06:18 AM. Reason: Added a few linebreaks to make the code readable.

  • sreenisha
    replied to Bad date error
    hi some how i managed to correct the date format.Now i have a problem with the phone number field.I have specified while creating the table as phone integer.But when i try to insert a value which has more than 10 digits,it shows error.No validation has done yet.
    How can i correct it.
    See more | Go to post

    Leave a comment:


  • sreenisha
    started a topic Bad date error

    Bad date error

    HI
    Can Anyone help me in correcting the error.I have a datbase in psql which has a date field.While trying to insert it using php form i am getting the error:


    But When i try to insert directly from Database it is working.
    What may be the problem??Anyone please help.

    Thank u in advance....
    See more | Go to post

  • sreenisha
    started a topic Export a file
    in PHP

    Export a file

    Hi
    I am using php and psql.My databse has got a Report field of type text.I want to know how can i acess that report entered as text in the pdf or document format.Is it possible to do that.Or should i upload it to the databse in document format only to retrieve it.
    Anyone Please Help me .
    See more | Go to post

  • sreenisha
    replied to form validation
    in PHP
    Hi
    you have to use javascript for that.You can either include an external javascript file or can use it internally.Whic h all the fields you want to validate?
    I hope You may get better help from javascript forums
    All the best.
    See more | Go to post

    Leave a comment:


  • sreenisha
    started a topic COmbo box
    in PHP

    COmbo box

    Hi all
    This may appear as silly question.But if anyone knows please help me.I am using php and mysql.
    I have got a combo box to select Employeee Department.
    After choosing a Department ,section should be selected.Then the related sections of that particular department should only appear in that combobox.
    I am using an html form to enter these details.How can i embed the php code for this in that form.
    ...
    See more | Go to post
No activity results to display
Show More
Working...