User Profile

Collapse

Profile Sidebar

Collapse
tokcy
tokcy
Last Activity: Oct 14 '10, 06:23 PM
Joined: Sep 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tokcy
    started a topic Clean URL's in drupal on Windows Server
    in PHP

    Clean URL's in drupal on Windows Server

    Hi,

    I am having a problem with clean url's in drupal for windows server. When i am running my project on Linux server its working fine.
    But when i am configuring on windows server then some section of site are not working like. When i am trying to logging then its redirected to error page.
    Here is error:
    "
    404 - File or directory not found.
    The resource you are looking for might have been removed,
    ...
    See more | Go to post

  • tokcy
    started a topic How to pass varchar parameter in stored procedure?

    How to pass varchar parameter in stored procedure?

    Hi all,

    After a long time i am back with a new problem. Right now I am having a problem with stored procedure.
    I am using stored procedure with PHP/MYSQL. And evry time I am changing the condition of query in stored procedure. when I am passing numeric value then its working fine but when I am passing varchar or text in parameter then it ia not working. While I have declare variable as VARCHAR(255).
    Here is SP query......
    See more | Go to post

  • tokcy
    started a topic Keep session alive till browser closed
    in PHP

    Keep session alive till browser closed

    Hi All,

    I want to kip session alive until i closed the browser.
    Default session time 30 minutes and if we are using session.gc_maxl ifetime then i have to give specific time like 8 hrs or something like this. And i want to keep alive for all time till browser closed.


    Thanks in Advance.
    See more | Go to post

  • thank you very much for your co-operation...

    i will do the same according to your reply...
    See more | Go to post

    Leave a comment:


  • i have sent you the message with all the details...

    thanks
    See more | Go to post

    Leave a comment:


  • send me ur email id or how can i send PM via bytes
    See more | Go to post

    Leave a comment:


  • its showing unlimited
    See more | Go to post

    Leave a comment:


  • If i am using only on single server this name as hostname ''mysql50-30.wcl'' then its working fine i can do all the think like select, delete and insert command. on this server but its not working when i am trying to connect on another server.
    See more | Go to post

    Leave a comment:


  • I am getting this error

    Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'mysql50-30.wcl' (11001).

    and for permission i have to check but how will i check that server2 has given me permission to access database. If not then how will i enable the access...
    See more | Go to post

    Leave a comment:


  • No its not working...

    And server1 is that server where my registration page resides and i want to insert all data into database which is on server2 .
    But i am not able to do this...

    Thanks for your kind reply
    See more | Go to post

    Leave a comment:


  • Sorry for prev reply actually i had not notice that i am using same variable name in prev reply

    my actual code is:

    Code:
    <?php
    $r_hostname = "hostname1";
    $r_username = "username1";
    $r_password = "pass1";
    $link = mysql_connect($r_hostname,$r_username,$r_password);
    $db = mysql_select_db("db_name1",$link);
    ?>
    <?php
    ...
    See more | Go to post

    Leave a comment:


  • i am connecting two database server with this code.

    Code:
    For first server
    <?php
    $hostname = "hostname";
    $username = "username"; 
    $password = "password";  
    $con = mysql_connect($hostname,$username,$password) or die("Database not connected");
    mysql_select_db("database");  
    ?>
    
    For second server
    <?php
    ...
    See more | Go to post

    Leave a comment:


  • of course i know how to connect one database but i am facing the problem like if i connect two different databse on local server it works fike and when i upload that file to remote server its not working and i am using PHP 5.0/MYSQL .
    See more | Go to post

    Leave a comment:


  • tokcy
    started a topic Connect two different database server using PHP
    in PHP

    Connect two different database server using PHP

    Hi everyone,

    I want to connect two different database server using php/mysql.
    Suppose i have some dat on www.xyz.com and i want to select that data on www.abc.com
    How do i integrate two different database server please some body tell me...

    Thanks in advance
    See more | Go to post

  • tokcy
    replied to Read .RTF file using PHP
    in PHP
    Hi thanks for your reply but regex is working file with .DOC file and not working with .RTF file.
    I am sending all rtf format for file and original format also...

    Original format is

    Acknowledgment by Endorsement on Deed

    Paid a sum of Rs . . . . . . . . towards part-payment of the amount due on this pronote.
    Dated. . . . . . . .     A.B.
           ...
    See more | Go to post

    Leave a comment:


  • tokcy
    replied to Read .RTF file using PHP
    in PHP
    when i am trying to open the rtf file it looks something like this

    {\rtf1\ansi\ans icpg1252\deff0\ deflang1033{\fo nttbl{\f0\fswis s\fcharset0 Arial;}{\f1\fsw iss\fprq2\fchar set0 Arial;}"

    and i want to display the text of file as it is...
    See more | Go to post

    Leave a comment:


  • tokcy
    started a topic Read .RTF file using PHP
    in PHP

    Read .RTF file using PHP

    Hi everyone,

    I have some .rtf extension file and i want to read that file using php on html page but i am not able to do this.

    If it is .txt file then there is no problem but it is RTF and DOC file. Can any one tell me the soluion.

    i will be very thank full to all its very urgent.
    See more | Go to post

  • textarea focus while javascript validation using fckeditor

    Hi everyone,

    this is my first time when i am using FCKeditor and i have some problem while doing validation on textareas.
    I am checking if that textarea is blank then alert should come for filling the text area and its coming but when i am clicking ok button of alert box it should focus to that text area if i am using focus function but its not focusing to that text area.

    what should i do please tell me if anybody...
    See more | Go to post

  • tokcy
    started a topic error in php code of PARSING ERROR
    in PHP

    error in php code of PARSING ERROR

    Hi everyone,

    I have class and whenever i am running to this class it shows error like

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/sites/checkdemo.com/public_html/pathak/Paginated.php on line 7

    i am giving the code please help me out its very urgent

    Code:
    <?
    include("PageLayout.php");
    class Paginated
    ...
    See more | Go to post

  • tokcy
    started a topic Proble with embeding audio in web site

    Proble with embeding audio in web site

    Hi,

    I am embeding flash player in my site but i have some problem like...
    suppose i have 5 songs and i am playing one song but i want to play another while first one is not completed then both songs are playing that do not i want ...
    i want like at time only one shog should play.
    Is there any scripting to do this?

    I am giving the code which i have embed
    Code:
    
    
    ...
    See more | Go to post
No activity results to display
Show More
Working...