User Profile

Collapse

Profile Sidebar

Collapse
thallasridevi
thallasridevi
Last Activity: Nov 3 '08, 05:09 PM
Joined: Dec 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thallasridevi
    started a topic mysql connection problem.
    in PHP

    mysql connection problem.

    when i am trying to connect to mysql from my php page i got the below message
    Warning: mysql_connect() : Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/d/e/a/dealersmax/html/db.php on line 6

    Warning: mysql_select_db (): supplied argument is not a valid MySQL-Link resource in /home/content/d/e/a/dealersmax/html/db.php on line 7

    I am using the below php...
    See more | Go to post
    Last edited by Markus; Nov 3 '08, 10:32 AM. Reason: added # tags

  • thallasridevi
    started a topic problem with payment gateway integration
    in PHP

    problem with payment gateway integration

    Hi All,
    I am using Orbit payments API for my website but when integrating it I got response from gateway as:
    Code:
    response=2&responsetext=Invalid currency - contract curreny and transaction currency does not 
    match.&authcode=&transactionid=813667826&avsresponse=&cvvresponse=&orderid=&type=sale&response_code=11
    I am using ISO codes for country .

    My country code is...
    See more | Go to post
    Last edited by Atli; Sep 14 '08, 07:17 AM. Reason: Added [code] tags

  • thallasridevi
    started a topic problem with curl
    in PHP

    problem with curl

    Hi All,

    I need to run a program with curl support. I am using php 4.3.6 and i have copied the php_curl.dll file into windows/system32 and c:/php folders and also i have copied the libeay32.dll and ssleay32.dll files into the same directories and uncommented extension=php_c url.dll in php.ini file. But when i try to execute the program i got a warning message says: unable to load dynamic library php_curl.dll the specified module could...
    See more | Go to post

  • thallasridevi
    replied to conversion of java to php code
    in PHP
    I have restarted the IIS. But i am unable to run the program....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    replied to conversion of java to php code
    in PHP
    I too got the same problem.
    I have installed php/java brodge and made changes to php/ini file. I am using IIS on windows XP.

    But i could not be able to run the program(php) which contains the creation of java object

    Please suggest a solution....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    replied to problem with php-java
    in PHP
    Now the java module is showing up in phpinfo() but when i tried to run the java1.php file, it shows a "page can not be displayed" page. What do i need to do to execute this page?
    See more | Go to post

    Leave a comment:


  • thallasridevi
    replied to problem with php-java
    in PHP
    Otherwise Please tell me any alternative way of calling the java object in php if any.
    Please help me....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    replied to problem with php-java
    in PHP
    I have copied the configuration files to the windows directory but it does not load the java mocule in phpinfo() and the php file which uses java object is not working. Please suggest me a solution....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    started a topic problem with php-java
    in PHP

    problem with php-java

    Hi all,

    http://www.hiveminds.c o.uk/node/3811
    I have followed the instructions from the above link to execute a java class from a php page. I have set up all as mentioned and when i used phpinfo(), it does not show the java part and when i tried to run the php program which contains the java method call is not running.

    Can any one please tell me how to do this.

    Thanks in advance,
    Sridevi.
    See more | Go to post

  • thallasridevi
    replied to Image upload
    in PHP
    is there any way to upload directly from someone harddisk?
    See more | Go to post

    Leave a comment:


  • thallasridevi
    started a topic Image upload
    in PHP

    Image upload

    I would like to be able to select few pictures and upload them all at once or even select a folder and upload all the pictures in that folder at once

    Can anyone please tell me how can i do this?

    Waiting for your response.

    Thanks,
    Sridevi.
    See more | Go to post

  • thallasridevi
    replied to Need a small help in looping
    in PHP
    Hi,
    Thanks for your reply.
    Can you please tell me how to use cron or launchd for my requirement?

    Thanks,
    Sridevi....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    started a topic Need a small help in looping
    in PHP

    Need a small help in looping

    i want to execute a script for every 10 seconds . and the loop is 10 minutes long.
    I written the code like this but i got timeout warning. i have changed the execution time too in .ini file. please tell me what is wrong or give me a sample code for this:
    [code=php]
    $time = time();
    $timeafter10min s = $time+10*60;
    $result = mysql_query("se lect * from tbl_outbox where UniqueID like '%12345%'");
    while($time...
    See more | Go to post
    Last edited by pbmods; Jul 20 '08, 12:55 PM. Reason: Added CODE tags.

  • thallasridevi
    started a topic Execute script every 10 seconds for ten minutes
    in PHP

    Execute script every 10 seconds for ten minutes

    i want to execute a script for every 10 seconds . and the loop is 10 minutes long.
    I written the code like this but i got timeout warning. i have changed the execution time too in .ini file. please tell me what is wrong or give me a sample code for this:

    [PHP]$time = time();
    $timeafter10min s = $time+10*60;
    $result = mysql_query("se lect * from tbl_outbox where UniqueID like '%12345%'");
    while($time...
    See more | Go to post
    Last edited by acoder; Jul 19 '08, 06:00 PM. Reason: Added [code] tags

  • Changing all to lowercase when getting the nodevalue

    Hi all,
    I have an xml file like this:
    <?xml version="1.0"?>
    <links>
    <link>http://webservices.ama zon.com/onca/xml?Service=AWS ECommerceServic e,AWSAccessKeyI d=1E0AQ8SH3JCMJ FBG96G2,Operati on=ItemSearch,B rowseNode=1000, ItemSearch.Shar ed.ResponseGrou p=Medium,ItemSe arch.Shared.Sea rchIndex=Books, ItemPage=4</link>

    </links>
    While parsing through getNodeValue() method,...
    See more | Go to post

  • thallasridevi
    started a topic Problem with ActiveX Object

    Problem with ActiveX Object

    Hi All,

    I have used ActiveX object in my program. When i enable "Intialise and script ActiveX controls not marked as safe" at intenet->tools->security->customlevel ,
    i am able to run the program and when i diable activex controls mrked as safe, i am unable to run the program.

    Is there any way to enable it through programatically in javascript?
    Can anybody pls help me?

    ...
    See more | Go to post

  • thallasridevi
    replied to where to download php_curl.dll
    in PHP
    I have done this already. But i could not find out any dll file in the zip downloaded....
    See more | Go to post

    Leave a comment:


  • thallasridevi
    started a topic where to download php_curl.dll
    in PHP

    where to download php_curl.dll

    Hi All,

    I could not find out where to download the php_curl.dll. Can anyone please tell me where can i get this?

    Thanks,
    Sridevi.
    See more | Go to post

  • How to forward a request object with request data in php?

    Hi All,

    I have page called page1.php with some hidden fields and i submitted the page to page2.php. I page2.php, i am able to get the values of hidden fields through $_REQUEST. And from this page 2 i need to forward the values of hidden fields to page3. Is any way to send the previous request directly to page3? or do i need to again write the values into hidden fields and get them in page3? I have a total of 70 hidden fields getting...
    See more | Go to post

  • thallasridevi
    replied to How to get values from vbscript to php
    in PHP
    Thank you very much for your reply.

    I need to write the values of vbscript to Database. is there any way to that from vbscript directly?

    Thanks,
    Sridevi,...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...