Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ScanX

  1. ScanX

    Consuming a web service written in ColdFusion

    Hello, I'm developping a website (in PHP of course) that requires to consume a webservice written in ColdFusion. All I have are 3 files with an adress like this : http://ws.somesociety.com/ctyUtils.cfc?wsdl The files are full of what looks like XML code starting with tags like <wsdl:types>...
  2. ScanX

    Coldfusion functions in PHP

    actually I have to integrate an SMS "spam" service on the website I'm working on (so people receive some informations on their GSM). Another company delivers that "SMS spamage" service. I have to use their WebServices so users of the website can register to that SMS option. The WebServices are...
  3. ScanX

    Coldfusion functions in PHP

    Hello, I would like to know if it's possible to use (call) coldfusion functions in PHP scripts. Those cf functions are written and stored in separated files located on another server. Thanx in advance for help
  4. ScanX

    Looking for a backup/restore mySQL DB application

    lgarner ok but I got told that the mysqldump has some problems to restore tables from large files (around 6Mb)...it was timeing out. Ever heard about this ? Know how to solve ?
  5. ScanX

    Looking for a backup/restore mySQL DB application

    Is it possible to use the mysqldump to backup to my HD a database located on a server with a simple command line in a bat file ? Is it possible to restore a DB from a file on my HD with it aswell ?
  6. ScanX

    Looking for a backup/restore mySQL DB application

    Hello, I'm looking for a very simple application to backup/restore a mySQL database. Actually, I would need to be able to launch the application from a command line so that I dont have to select a profile or anything like that...just put the command line in a bat file, run the bat file and...
  7. ScanX

    $_SESSION problem - expiration delay

    Sorry but none of theses solutions are what I'm looking for. I'm looking for a solution that allows me to click on the "back" button of the browser so I can modify the form i just filled for example...that is no redirection (because the form is being processed on the same php page than the one...
  8. ScanX

    $_SESSION problem - expiration delay

    no this aint a working solution
  9. ScanX

    $_SESSION problem - expiration delay

    Hello, I've been trying to make a simple script with a form in step 1 which, when being submitted loads the same page/script but goes in step 2. The problem is while I'm in step 2 and if I want to click on BACK in IE, I can't get my form in step 1 filled with all the values I entered before...
  10. ScanX

    Integrate an ASP form to a page

    Thand for your answer ingresman Actually the asp page wasnt written by me and I dont have any access to the code. What I want to do is to offer on my website the same form as the one I posted before and be able to work on the results. I can only access the code when I select view source on...
  11. ScanX

    Integrate an ASP form to a page

    Hello, I'm working on a website in PHP but I have to integrate a form coming from another website into it...the problem is that the form is coded in ASP and I have no idea how to make the results of a query appear in a page on my website. Here is the adress of the form I have to integrate ...
  12. ScanX

    Integrate an ASP form to a page

    Hello, I'm working on a website in PHP but I have to integrate a form coming from another website into it...the problem is that the form is coded in ASP and I have no idea how to make the results of a query appear in a page on my website. Here is the adress of the form I have to integrate ...
  13. ScanX

    execCommand - Weird result

    vongrunt I tried what you said and yes when I put a word between </a> and <a href...> it only removes the <a href...> link and the anchor is still there. You got any clue how to avoid the anchor to be modified ? thanx
  14. ScanX

    execCommand - Weird result

    actually when I use GetElem.execCommand('unlink'); it's the same problem, it's removing both the real link and the anchor
  15. ScanX

    execCommand - Weird result

    Hello, I'm trying to use the command ID 'Delete' with execCommand but oddly it's deleting too much of my code !! I'm using a WYSIWYG editor on my webpage...so I'm selecting my image and I click on the "Add/modify link" button. And at the end I click on OK to apply the modification. here is in...

Part and Inventory Search

Back
Top