User Profile

Collapse

Profile Sidebar

Collapse
sandeepsandeep
sandeepsandeep
Last Activity: May 13 '09, 01:37 PM
Joined: Dec 18 '06
Location: Pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Used the Unix command to hanlde to file permission like chmod,chgroup,c hown... it is the best way to handle permission.

    Regards,
    Sandeep Agarwal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to auto_increment
    Yes You can add prefix in Autoincrement..

    Make a CHAR (or VARCHAR) AUTO_INCREMENT column with mandatory
    PREFIX. MySQL would then assign values that start with the prefix,
    followed by a sequential number. The numbers could be chosen either
    from the whole INT set sequentially for all prefixes, or individually
    for each prefix, effectively multiplying the number of possible
    values - I don't really care...
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to uploading 20mb file
    in PHP
    Change the php.ini file and change the max_file_size to 20 mb

    thanks,
    Sandeep Agrawal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to write a PHP website for my customer
    in PHP
    You can give the your code in encodede format but required to purchase the licence to encode the code.Zend also provide the encoded the code and protect

    Thanks,
    Sandeep Kumar
    See more | Go to post

    Leave a comment:


  • Yes i resolved this issue...
    See more | Go to post

    Leave a comment:


  • Hi,
    This problem come due to if you are using any image source path in your code.Check your image path image path and image should be in your current directory not in home directory or any other sites if it is not in current directory then goes out session.


    Thanks,
    Sandeep Agrawal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    started a topic PHP session out when pop up window is opened
    in PHP

    PHP session out when pop up window is opened

    Hi,

    I am facing one problem related to session out. In my PHP page I am using PHP session and from that page I am opening one popup. Pop up PHP code also uses Session variable. I am able to get session variable at first time. But after closing the window my php session is getting terminated.

    Is this related to PHP code or any configuration issue? Because the same code is running on one server without any issue and on...
    See more | Go to post

  • sandeepsandeep
    replied to What Is LAMP technology ?
    in PHP
    Working on linux environment...b ecause most of company prefer the LAMP because it is open source.so first install the linux on ur machine then install the php and mysql the advantage of the LAMP u can handle the easily ur script as well as apache server.

    Regard,
    Sadeep Agarwal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Converting JavaScript variable to php
    in PHP
    Not,
    u can use php variable in javscript but cant use javascript variable in PHP because php can not parrsing the javascript value....

    Regards,
    Sandeep agarwal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    started a topic XML ERROR while processing the xml output
    in XML

    XML ERROR while processing the xml output

    Hi,

    I am getting these error when processing the xml data.



    Only one top level element is allowed in an XML document. Error processing resource 'http://

    i have got the xml data through a web service when i parsed this return data them gives the error

    Regards,
    Sandeep agrawal
    See more | Go to post

  • sandeepsandeep
    replied to exporting & importing database
    in PHP
    Give th efull path of the local machine and directory insteed of the File.sql gives the C:\mydata\filen ame.sql
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Modufying External stylesheet
    Hi,

    You can modify external stylesheet ..

    this script is not correct there are some small cheanges required.

    <script language="javas cript">
    var mysheet=documen t.styleSheets[0]
    var myrules=mysheet .cssRules? mysheet.cssRule s[0]: mysheet.rules[0]
    [SA] Change this lines if u want to used array then why are u used the CSS first element take all the element
    var myrules=mysheet .cssRules?...
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Sending SMS
    in PHP
    it is possible to send SMS messages from a website you might simply want to provide your viewers with Free SMS to drive traffic to your site.

    u can be used for any gateway that provides access via HTTP, it is based on TM4B's SMS Gateway

    they are the only gateway I know that have a simulation mode for tweaking your scripts

    use the curl in Php and send request to SMS Getway API.whose provide the free...
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to how to display image from database?
    in PHP
    hi
    change in the mysql_fetch_arr ay()
    [code=php]
    <?php
    $errmsg = "";
    if (! @mysql_connect( "localhost","ro ot",""))
    {
    $errmsg = "Cannot connect to database";
    }
    @mysql_select_d b("upload");

    $gotten = @mysql_query("s elect imgdata from pix");
    header("Content-type:...
    See more | Go to post
    Last edited by pbmods; Jan 17 '09, 12:43 AM. Reason: Added CODE tags.

    Leave a comment:


  • sandeepsandeep
    replied to Newsletters
    Hi,
    I am bit confused that what do u want ??

    can u send the full scenario in details.i am not understanding ur problem send me a full description to the problem..

    Regards,
    Sandeep Agrawal
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Newsletters
    u want to sent image in attachment or web page ????...
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Newsletters
    [QUOTE=Shalini Bhalla]<?

    $from = "xyz@yahoo.com" ;
    $to = "hij@yahoo.com" ;
    $headers = "From:$from\r\n ";
    $headers .= "Content-type: text/html";
    $subject = "Test mail";

    $message = "<html><hea d></head><body bgcolor='maroon ' text='white'> <font face='comic sans ms' color='white'>" ;

    (Here ...
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to "tinyMCE is undefined"
    in PHP
    Yes It is the same i have installed the same package on local as well as server.but not running on server..Have u any idea ......
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Newsletters
    Can u send the file so i think find out the problem....
    See more | Go to post

    Leave a comment:


  • sandeepsandeep
    replied to Newsletters
    Can u check email on different email clients check on differnrt email sites may be this prob is any specifice email sites..

    Use the dreamweaver design view for imagemap... Craete the some hotspots points and them set the hyperlink of these point.some email site support the Image map but not all.. like Gmail—a very popular email client—doesn’t support them consistently

    thanks,
    Sandeep Agarwal...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...