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

    How do I Copy a Table from one Database and OS to another?

    I need to backup a table in a remote database (MySQL) onto a local one (in Access). Im using VB5, ADO and ODBC but cant fathom a decent solution without complex coding. Maybe... clone one recordset into another? Or... create a table replica? Thanks for your help folks. Will
  2. PGen

    Using LWP with ActivePerl

    Hi there, i'm a noobie to Perl and therfore need help. I have installed PWS and ActiveState's ActivePerl 5.6 on my Win98 PC. I need a little guidance on when to use Perl / PerlScript. And whether to do this in ASP or in PL files? ------------------------------------------- Im trying to get...
  3. PGen

    Perl with PWS

    Can someone point me to where I can download Perl for Win98SE's PWS? I hear its just a case of popping the files in a directory, fidling with a RegEdit key and creating file assosiations to .pl files in Windows. Any advice out there? And is installing modules easy? Need to install the libwww...
  4. PGen

    Headers???

    Can anyone guide me on use of Headers? Im trying to simulate a POST by creating headers. Ive got this, but it dosent wrk... <?php header(&quot;Content-Type: application/x-www-form-urlencoded&quot;); header(&quot;POST submited.asp http/1.0&quot;); header(&quot;User-Agent...
  5. PGen

    STDOUT to a remote CGI

    I need urgent help with STDOUT? Is it possible to stream text output to a remote CGI, if so how? I am hoping this is what i need to simulate a form data submission. Simualated to keep the data transfer server side because of security and performance. Many many thanks folks, Will
  6. PGen

    Click here to be sent your password via email &lt;- HOW?

    Is is possible to submit to a CGI from ASP without using form fields and the browser. EG. by manually creating HTTP headers I need this so that i can write a script that sends users their login password via email. Therefore I cant write the password to a hidden field on the browser, as this...
  7. PGen

    VBScript in CGI

    Anyone know how I write VBScript in a CGI?
  8. PGen

    VBScript in CGI ???

    I am wondering how I write VBScript into a CGI for execution on a Lynux server? Dont know how to program Pearl well. But have been successfully writing VBScript in ASP for some time. What I am trying to do is simulate form data submition without involving the browser!!! Im sure this can be...

Part and Inventory Search

Back
Top