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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ScanX
  • Order by date
  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...
  16. ScanX

    Convert RTF/DOC to HTML

    Hello, I would like to allow the user to select a DOC/RTF file from his hard disk and upload it to the server BUT it has to be converted into HTML (and keeping the page layout). Selecting and uploading is of course no problem, but I wonder if the conversion is possible. So in summary : 1)...
  17. ScanX

    What is more performant : EXISTS or IN ?

    or maybe the combination of an (NOT) EXISTS and an (NOT) IN in the same query can affect the results too ? by the way : isn't it possible to edit posts ?
  18. ScanX

    What is more performant : EXISTS or IN ?

    Hi I'm wondering what is supposed to be more performant between an EXISTS or an IN because I always receive different performance results. Maybe someone can tell me which on is IN GENERAL more performant. Example : IN : ---- SELECT count(distinct DBA.fac_ind_opts.ind_key) FROM...
  19. ScanX

    Technical process behind a query

    Hi I would like to know if I could find some online information about how the data is processed behind an SQL statement Especially the JOIN issue, I would like to know what are the performances problems when you link a huge table (1 billion rows) with an average table (few thousands of rows)...
  20. ScanX

    duration of a query

    Hi I'm using Interactive SQL and I would like to know if there was a function that could return the execution time (duration) of the last query executed ? Thanx in advance

Part and Inventory Search

Back
Top