Since 6/3/2012 1:41:00 PM, vol30w60 has written 6 articles and participated in 5 conversations. vol30w60 signature: vol30w60
vol30w60's articles:
Items(6) /1
How to get Perl CGI working on Mac OS 10.5?1022 (7/10/2008 5:27:53 PM) comp.lang.perl.misc I've tried searching this topic and only found a few tutorials on this, but I still cannot get CGI working. The machine is Mac OS 10.5.3 I do have Perl installed by default: perl -v This is perl, v5.8.8 buil... vol30w60
File Upload - how do I get full path, or cache a reference?232 (6/25/2008 4:08:30 PM) comp.lang.php Is it possible to store the full path of a file upload, and return it in the value= attribute? Here is the scenario: A web form with some basic fields (name, address, etc.) plus a file upload field. If the u... vol30w60
Using html_mime_mail -- cannot get message + attachment working043 (4/9/2008 3:59:31 PM) comp.lang.php I'm trying to send an e-mail message with plain text, HTML, and an attachment. I'm using "html_mime_mail_2.5". My server is running PHP 4.4.1 The problem is when I add the attachment, the attachment comes th... vol30w60
stripslashes() and MySQL1128 (2/25/2008 6:03:48 PM) comp.lang.php What is the proper way to use of the following functions: mysql_real_escape_string() and stripslashes()? Typically, I will use mysql_real_escape_string() when inserting a value into the database, and I use s... vol30w60
Launching an application: Does PHP limit network connections?027 (7/5/2007 8:37:21 PM) comp.lang.php Hi folks, I am having a problem using PHP to launch an application on the server. All the basics work, but I cannot launch more than 4 instances of the application. This application functions as a server its... vol30w60
Launching a program with exec & pstools/psexec.exe427 (4/9/2007 7:58:32 PM) comp.lang.php Hi folks, I am trying to launch a program with PHP code. I am running Apache on Windows XP SP2. I am using the method noted here: http://us2.php.net/manual/en/function.exec.php#59428 To simplify things, I a... vol30w60
vol30w60's replies:
Items(4) /1
Launching a program with exec & pstools/psexec.exe427 (4/9/2007 7:58:32 PM) comp.lang.php Hi folks, I am trying to launch a program with PHP code. I am running Apache on Windows XP SP2. I am using the method noted here: http://us2.php.net/manual/en/function.exec.php#59428 To simplify things, I a... vol30w60(11)
Staring another application from PHP311 (5/7/2007 6:30:02 AM) comp.lang.php Hi, I have to start an application from PHP and the application should run on its own then onwards. I have tried with system(), exec() etc... and I am not scuccessul. Please help me in solving this problem. ... venkat.muvva(2)
stripslashes() and MySQL1128 (2/25/2008 6:03:48 PM) comp.lang.php What is the proper way to use of the following functions: mysql_real_escape_string() and stripslashes()? Typically, I will use mysql_real_escape_string() when inserting a value into the database, and I use s... vol30w60(11)
File Upload - how do I get full path, or cache a reference?232 (6/25/2008 4:08:30 PM) comp.lang.php Is it possible to store the full path of a file upload, and return it in the value= attribute? Here is the scenario: A web form with some basic fields (name, address, etc.) plus a file upload field. If the u... vol30w60(11)