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 bkrike 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: php
  • Content: Threads
  • Order by date
  1. php

    converting special characters into a XML file

    Hi, I need to create a XML file accepting special characters such as : é, ñ, .... The XML file should be created from a form (in asp) Any idea will be very helpfull . Thanks Philippe
  2. php

    including a loop into an xsl file

    Hello, i need to insert a loop into an XSL file at a HTML block <SELECT> so that it generates n lines as : <option value='n'>n</option> the following code doesn't work : <xsl:eval>doSelect(1,31,1)</xsl:eval> , using a doSelect() function defined within the <xsl:script><![CDATA[ ... block...
  3. php

    exporting the datas from a view to a external table in SQL Server

    Hi, - i'd like to send the data from a view to an external table, not possible in SQL server 7. - another solution would be perhaps to generate a script such as : CREATE TABLE ... ( tabledef ... ) AS SELECT ..... (with an inner join) but this doesn't work neither .... - i have no experience...
  4. php

    launching a cgi script into IIS

    I try to launch a cgi script from an asp page , and i get this error message : 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting...
  5. php

    Sending an image in a Mail using &quot;SMTPsvg.Mailer&quot;

    Hello, Is there a way to send an image embeded into a mail using the &quot;SMTPsvg.Mailer&quot; object, or is it necessary to use an other object such as &quot;CDONTS.session&quot; ? (there was a similary question of &quot;touamit&quot;, here, Feb 6th) Any answer would be very helpful...
  6. php

    Data Import in SQL Server 7 with DTS

    Hello, When trying to import datas from a remote server (SQL server 6.5) to another (SQL server 7), i get this message: &quot;The license for the installation of MS SQL server on your source and destination connections does not permit the use of DTS to transform data ...&quot; I'd like to...
  7. php

    connection to an Oracle DataBase

    Is it possible to create a trigger in SQL server that send datas to a distant database such as an Oracle DataBase

Part and Inventory Search

Back
Top