User Profile

Collapse

Profile Sidebar

Collapse
ditditsasa
ditditsasa
Last Activity: Aug 25 '15, 10:38 AM
Joined: Mar 30 '12
Location: ayyapa nagar, ngo a colony, tirunelveli,tamilnadu,india
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Woocommerce free plugins for quantity based pricing

    Hi,

    Please tell me there is any free plugins for woocommerce quantity based on discounts.

    For example,
    If user buys 3 leather leashes he should get 20% discount
    same if he buys 10 he should get more discount

    Thanks,
    See more | Go to post

  • ditditsasa
    started a topic How to send bulk email using php
    in PHP

    How to send bulk email using php

    Hai,

    I want to sent email using php.

    In my database there are more than 100000 emailid for recipients.

    When i send email it will display mail send sucessfully but

    it cant send

    Pls tell me how to send it
    See more | Go to post

  • ditditsasa
    replied to text file change to php file
    in PHP
    thanks friend,

    i have a configuration file which values can be given as manual but i want to get the value by database and stored in the configuration file and use for several files
    See more | Go to post

    Leave a comment:


  • ditditsasa
    started a topic Google chrome issue
    in PHP

    Google chrome issue

    hi friends,

    Im sucessfully finish the task, but in my chrome browser can display error. I have 4 frame in my home page.
    i have check box for clicking top frame to hide or bottom frame to hide.
    i drag bottom frame up then i have click the top frame hide, and remove hide all parts of bottom frame can stay or placed in before top frame.

    only chrome have this issue

    pls help...
    See more | Go to post

  • ditditsasa
    started a topic how to display AND and OR conditions IN QUERY
    in PHP

    how to display AND and OR conditions IN QUERY

    MY CODE FOR THIS IS CORRECT?TELL ME

    Code:
    function fetchCancel_noshow( $from_date, $to_date, $patient_id = null, $provider_id = null, $apptstatus_id = null )
    {
    
    	$where = "";
    	if ( $provider_id ) {
    	$where .= " AND e.pc_aid = '$provider_id'";
    	if ( $patient_id )  {
    		$where .= " AND e.pc_pid = '1'";
    		
    		$apptstatus_filter = " AND e.pc_apptstatus
    ...
    See more | Go to post
    Last edited by Rabbit; Jun 12 '12, 03:15 PM. Reason: Please use code tags when posting code.

  • ditditsasa
    started a topic text file change to php file
    in PHP

    text file change to php file

    hi friends,

    i have a configuration file, its values access to several of files. i want to give the values from database into the configuration file. i dont know how to do? pls help me.

    Code:
     
    [TPA]//namespace
    URL = https://demo3.intrix.com/tpawebservice/TPAWebService.asmx?wsdl
    VendorId = INTEVen
    WebUid = INTEWeb
    WebPwd = EVAL12345// these values are get by database
    See more | Go to post

  • ditditsasa
    started a topic Uploaded image cant display in php
    in PHP

    Uploaded image cant display in php

    hi friends,

    I upload an image in php, it works well for storing the folder but on viewing the image cant display, anybody can help me pls.
    See more | Go to post

  • ditditsasa
    started a topic smtp email in php not send mail
    in PHP

    smtp email in php not send mail

    hi friends,

    My email sending function display error

    Error: it was not possible to read line from the SMTP server: data access time out

    pls help me
    Code:
    <?php
    require("smtp.php");
    require("sasl.php"); //SASL authentication
    $from="support@yourwebsite.com"; 
    $smtp=new smtp_class;
    $smtp->host_name="www.website.com";
    ...
    See more | Go to post

  • ditditsasa
    started a topic how while loop value prints outside loop
    in PHP

    how while loop value prints outside loop

    Code:
    while (false !== ($sfname = readdir($dh))) {
      if (substr($sfname, 0, 1) == '.') continue;
      if ($sfname == 'CVS'            ) continue;
      $sitedir = "$OE_SITES_BASE/$sfname";
      if (!is_dir($sitedir)               ) continue;
      if (!is_file("$sitedir/sqlconf.php")) continue;
      $siteslist[$sfname] = $sfname;
        }	echo $sfname;//here not prints sfname value
    the value not prints...
    See more | Go to post

  • ditditsasa
    started a topic getting php value to javascript
    in PHP

    getting php value to javascript

    Code:
    while (false !== ($sfname = readdir($dh))) {
      if (substr($sfname, 0, 1) == '.') continue;
      if ($sfname == 'CVS'            ) continue;
      $sitedir = "$OE_SITES_BASE/$sfname";
      if (!is_dir($sitedir)               ) continue;
      if (!is_file("$sitedir/sqlconf.php")) continue;
      $siteslist[$sfname] = $sfname;
      //echo $sfname;
    }
    hi friends i want to print the sfname value to...
    See more | Go to post
    Last edited by gits; Apr 12 '12, 03:23 PM. Reason: added code tags

  • ditditsasa
    replied to This webpage has a redirect loop
    in PHP
    because login failure can redirect the login page
    See more | Go to post

    Leave a comment:


  • ditditsasa
    started a topic This webpage has a redirect loop
    in PHP

    This webpage has a redirect loop

    in my php page have the following error

    The webpage at http://localhost/emr4all/multiclient/index.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

    Code:
    <code>$filename=$GLOBALS['OE_SITE_DIR'];
    if (file_exists($filename)) {
        require_once($GLOBALS['OE_SITE_DIR']
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 11 '12, 04:15 PM. Reason: Please use code tags when posting code.

  • simple format is to give the url as form action="example .com/myfolder/test.htm"
    See more | Go to post

    Leave a comment:


  • ditditsasa
    replied to how to pass php variable to ajax url
    in PHP
    thanks for ur reply the ajax url can get the php value of username and password then to redirect the given url
    Code:
     <?php
    $ignoreAuth = true;
    include_once("interface/globals.php");
    $site_id=$_GET['site_id'];
    $authUser=$_GET['authUser'];
    $clearPass=$_GET['clearPass'];
    //echo $site_id;
    if($_GET['$site_id'])
    {
    if (!empty($_GET['site']))
      $site_id = $_GET['site'];
    else
    ...
    See more | Go to post

    Leave a comment:


  • ditditsasa
    started a topic how to pass php variable to ajax url
    in PHP

    how to pass php variable to ajax url

    i want to redirect a login page. i have three text box. these values are get by php and passed through the ajax url.how can i do that
    See more | Go to post

  • thanks for ur reply, dont mistake me i cant give else statement, then it runs sucessfully sorry. then i want to redirect a login page. i have three text box. these values are get by php and passed through the ajax url.how can i do that
    See more | Go to post

    Leave a comment:


  • ditditsasa
    started a topic validation not working: function not defined error
    in PHP

    validation not working: function not defined error

    this javascript cant run error comes to firefox as function not defined

    Code:
    function chk_hash_fn()
    {
     if(document.getElementById("site_id").value=='')
       {
        alert("Enter Facility");
    	document.getElementById("site_id").focus();
    	return false;
       }
    }
    See more | Go to post
    Last edited by Niheel; Mar 30 '12, 06:04 AM.
No activity results to display
Show More
Working...