Search found 4 matches

by webatzman
Thu Jul 03, 2003 11:57 pm
Forum: PHP - Code
Topic: Message for script execution
Replies: 3
Views: 351

Message for script execution

Hi:

How I can to put a message in the page when a script
is executing?
by webatzman
Mon Dec 16, 2002 5:23 pm
Forum: Javascript
Topic: ftp_put problem
Replies: 0
Views: 1831

ftp_put problem

Hi I have this code if(ftp_put($FtpConn,$directorio2,$tok1,FTP_BINARY)){ echo "Imposible cargar el fichero IMG1"; exit; } $directorio2 is server directory $tok1 is file name and the HTML page generate Warning: ftp_put: Opening BINARY mode data connection for XXvideo_01.jpg in /var/www/html...
by webatzman
Fri Oct 11, 2002 11:30 am
Forum: Databases
Topic: Install php_oci8.dll extension
Replies: 1
Views: 1015

Install php_oci8.dll extension

How set up the php_oci8.dll in W2000 Advanced Server, the Oracle DB 8i and Apache 1.3.x is running and PHP 4.2.2 is running.
All in the server (local -host 127.0.0.1- ).
by webatzman
Thu Oct 03, 2002 4:45 pm
Forum: PHP - Code
Topic: javascript in php code
Replies: 2
Views: 636

javascript in php code

I have a sentence in php

$stmt = OCIParse($conn,"select * from kedo where claveedo = $i");

how i can to put javascript in

$stmt = OCIParse($conn,"select * from kedo where claveedo = $javascript_variable");

thanks ur help