Jump to content

bhavik_thegame

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bhavik_thegame's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ya,, This is possible by Javascript Grids. Have to make use of extreme ajax. BhaviK
  2. Hello Guys, I have created a new view as a Table View showing some content(Images & Image title) All of this is working properly. Now I want to modify the designing aspects of the view. i.e I have some images on this view. All I want to do is to provide a banner in the header, above all the images. I don't think its possible to access the HTML of a view being created. So where will I put the code to call an image? Please help me. This is really urgent. Thanks in Advance...........!!! BhaviK
  3. 1. if($rs[1] == $txtUserName && $rs[2] == $txtPassword) { $_SESSION['uname']=$txtUserName; header('Location: index1.html'); } ================ Then on the login page write the following code on the top 2. if($_SESSION['uname']) { header('location:index1.html') } =================== Modify the code posted by you by point 1. We have just taken a session variable & stored the user name in that. Write the code point no. 2 on the above of the login page. This will check if a user is logged in or not. i.e username session variable is set or not. If it is set it wil not show login & redirect it to the index1.html ---- Dont foget to start the session on each page i.e "session_start()"
  4. Thanks a lot. I appreciate your suggestions...... So, can you please suggest me how can I come to know the flow of pages?
  5. Can I manually add a row to the database? I am integrating a project in drupal. By performing an "Add" operation I know which tables are being updated in the database. But I am confused about the nid(node id I guess) and the vid(I dont know whats this), I dont know from where these 2 things are inserted in the table. And I dont think its the right way to insert data in the database tables this way... Or is it?
  6. Yes, please give me more details on this...!! I will be happpy to help...
  7. Hii All, I am working on Drupal right now, well, the problem I am facing is that I am not being able to track the flow bcoz I am not familiar with the urls, for. e.g in the <form> tag the action attribute says "action=user/manage/books/add" What does this mean? On which page does the flow go on pressing submit? I just want to know on which .php page does the flow goes on pressing submit... ThanX
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.