User Profile

Collapse

Profile Sidebar

Collapse
raaman rai
raaman rai
Last Activity: Feb 2 '12, 05:25 AM
Joined: Oct 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • raaman rai
    started a topic Joomla 2.5
    in PHP

    Joomla 2.5

    Has anybody tried Joomla 2.5? I cannot hide the article details despite me having hidden the following information of the article upon its creation:

    Category: Uncategorised
    Published on Wednesday, 01 February 2012 09:06
    Written by Super User
    Hits: 2

    Where have i gone wrong or is it the problem of the new version?
    See more | Go to post

  • raaman rai
    started a topic search engine

    search engine

    hello experts, i wanna know how do we create a search engine for your own database driven website. I wanna search the "ENTIRE MYSQL DATABASE" for any result matching the search text. Which means not only one or two tables. Plus i think this will certainly danger security because the tables include the table for storing username and password also. So, i wanna know the standard method followed.
    See more | Go to post

  • raaman rai
    started a topic Error in Database Restore

    Error in Database Restore

    Hi experts, i dumped my MySQL database and now when i restore it in another machine i cannot restore two of my tables. It restores upto some point and then stops. Both of these tables have around 700 and 200 long records. Now i dont know where the error is from.

    I feel there is something wrong in my records which is creating a problem while restoring. I mean some tags or some special characters used in my records which disallows the...
    See more | Go to post

  • raaman rai
    replied to database backup error
    It seems the problem is with the storage engine because my tables are of type InnoDB. Now how should i change the tables into type MyISAM?
    See more | Go to post

    Leave a comment:


  • raaman rai
    replied to database backup error
    Thankyou i was able to backup the database. But a new problem has arised. It is found out that the INSERT command terminates in halfway if you have huge number of records to be restored. It simply stops in between and shows the following information.
    [HTML]
    /*!40000 ALTER TABLE `tblcompany` ENABLE KEYS */;
    UNLOCK TABLES;
    [/HTML]
    Thereafter even if i give ';' it doesnt show the completed or "Query Ok" message....
    See more | Go to post

    Leave a comment:


  • raaman rai
    started a topic database backup error

    database backup error

    i am trying to backup my MySQL database using the following command but it generates error. I am using WAMP 2.0 server and is an XP machine.
    [HTML]
    mysqldump -u root -p 123456 db > backup.sql;
    [/HTML]
    [HTML]
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
    version for the right syntax to use near 'mysqldump -u root -p 123456 db > backup.sql' at line 1...
    See more | Go to post

  • Thankyou somuch for your help but i was able to make it work. But one thing i need to ask i.e why dont the CSS properties for the print region do not work. I mean in my printable region i want the tables and all to retain the styles as it is. Which means even when you print the page the page should have border as well as the subheads background colors appear in the print. I have copied the class required even to my print.css file but it doesnt work....
    See more | Go to post

    Leave a comment:


  • thankyou somuch, it worked.
    See more | Go to post

    Leave a comment:


  • setting different query parameters from multiple dropdown box

    i have 3 drop dropdown box which is used for searching my database. Either one of them can be selected to perform the search but if none of them is selected it will give an error. Well in reference to this i want the sql query to be based on the values selected by the users. A user might select value from one dropdown box and leave the others or a user can also select values from all three dropdown box. So in this case the query parameters for my...
    See more | Go to post

  • raaman rai
    replied to Web page has expired
    in PHP
    Yes i have unset the session on log out. Well then, what is the standard procedure followed in this type of situation?

    Ok i dont wanna use the " session.cache_l imiter " because my scripts works better except the "Web page expired" error is there. Now do i have any other solutions apart from GET method and the cache_limiter. I am sure there is a procedure to overcome this issue.

    If you could help...
    See more | Go to post

    Leave a comment:


  • raaman rai
    started a topic Web page has expired
    in PHP

    Web page has expired

    Guys i want some help in the given topic. Well i downloaded a login script from http://www.evolt.org/ and i have been using this script for my site.

    As i was working on with the script i got the "Web page expired" problem for which i searched the net and found out the solution as [HTML]ini_set('sessio n.cache_limiter ', 'private');[/HTML]. It get rid of the problem but when i log out from the admin control panel and click...
    See more | Go to post

  • Yes i am using print style sheet for this purpose....
    See more | Go to post

    Leave a comment:


  • raaman rai
    started a topic problem in creating user friendly print page

    problem in creating user friendly print page

    guys, i am stuck in between with reference to the cited subject. Well please check my table below

    [HTML]
    <table>
    <tr>
    <td>
    <div id="nav">
    here the menus are displayed
    </div>
    <td>
    <td class="contents ">
    here the main contents are displayed
    </td>
    </tr>
    </table>...
    See more | Go to post

  • raaman rai
    replied to help me with the PAGINATION code
    in PHP
    thankyou, for your reply but i must say it didnt work. Plus i wanna inform you that i cannot use > or BETWEEN condition in my query cause its not relevant at all. Let me give you an idea i.e i am displaying a bunch of records from my table in order with the number specified (each number is unique for each contractor). So i want the records displayed in ASC order of its number. So i just want the records be displayed correctly in each page. Please...
    See more | Go to post

    Leave a comment:


  • raaman rai
    started a topic help me with the PAGINATION code
    in PHP

    help me with the PAGINATION code

    Please help me with the following code. I have used this pagination script from the net and customized it but unfortunately it doesnt work as expected. The problem is, for the trial purpose i have 3 records in the table and i have set the limit value to 2 only for now (for trial). So it is expected that i have 2 records displayed in the first page and 1 record in the second page. The first two records are displayed normally with the NEXT link. When...
    See more | Go to post

  • raaman rai
    replied to Retain Form Values after EDIT
    in PHP
    Yea Nathj, you are 100% rite understanding my question. And i also acknowledge you for your idea which never came to my mind before. I am sure your idea will work and i am gonna try it now only. Wish me goodluck and thankyou so much.
    See more | Go to post

    Leave a comment:


  • raaman rai
    started a topic Retain Form Values after EDIT
    in PHP

    Retain Form Values after EDIT

    Hi Fellas, i need to understand how to retain the submtted form values during an Edit/Update operation.

    When i add the information from a form, i retain the form values in the following way incase there is something missing or the values are incorrect.

    [PHP]<input type="text" name="camount" tabindex="4" value="<?php echo $form->value("camount "); ?>" >[/PHP]...
    See more | Go to post

  • raaman rai
    started a topic Database Table Design

    Database Table Design

    I am working on Company information system. We have number of companies and each company is associated with projects (projects executed by the company) and i also want to include human resource information against each company. But the problem here is that i need to classify the human resource information into its subcategories like if a Company has an Engineer then I need to classify it into civil, electrical, or mechanical and masters, degree or...
    See more | Go to post

  • raaman rai
    replied to Configuring BBCode
    in PHP
    how to integrate BBCode classes in my pages

    i have been wanting know badly that how can i integrate readymade bbcode classes in my pages. i need the idea how it is done usually and also want to know which bbcode class is very popular. A step by step direction on this would be verymuch appreciated.
    See more | Go to post

    Leave a comment:


  • raaman rai
    replied to Configuring BBCode
    in PHP
    hello, thankyou for your help but i am very new to this and therefore i would appreciate if you could give me a good direction on this. You said to use some popular BBCode classes but i dont know how to go about and how i can integrate. Please help me on this!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...