Does it this forum exist ? Because i haven't any comunications from
this forum last 6 days.
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How can I read data from word document (*.doc) use by php script ?
I konw only how to write and how to open word document.
Thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tanks all for help about session
I have other question.
In php.ini I set folder for sessions file on c:\tmp but what are
happens when disk is full, how to automatically delete nonactive
sessions files ?
thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
Hello, I'm novice in using sessions and therefore I need some help.
link
and when i click on link always I have in $count value 1 but I need
value 2,3,
how to do it ?
thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello, I'm novice in using sessions and therefore I need some help.
link
and when i click on link always I have in $count value 1 but I need
value 2,3,
how to do it ?
thanks
roman
.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Is it possible to convert pictures in gif format to jpg format in php
script ?
Thank you for yours responses.
Roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I need in my own web server with mysql database and php script some free
fulltext engine.
But i need search in slovak language (all data in database in slovak).
Can yopu help me where i can find some free fulltext engine ?
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
I have problem with creating word file in PHP script. I create table in
word document but sometimes php send me error message : "*Warning*:
(null)(): Invoke() failed: Exception occurred. *Source*: Microsoft Word
*Description*: There is insufficient memory" and then php script
generate only word
Please help me with this problem.
I need create pdf file who contains table with 4-5 columns and many rows
(it dependence by mysql export) in php code.
How can i do it ?
Thank you
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have problem with jpg pictures in php pages. Path and picture is
correct but when i want see picture in php script picture don't show.
I use PHP4.3.4 on apache server 2.0.44 on Windopws 2000 Server.
Thanks for help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
How can I create word document with table in php. I need insert some
data from php script to the word document but i need inserted this data
to the table.
Thank you
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How to install 2 different versions of PHP (4.3.4 and 5.0.0) on one
apache server in Linux ?
Thanks
Roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have problem with open file by fopen function on windows servers.
I need open some file in windows server, from php script but is it
possible that this script running
on some user windows account ?
example :
fopen("server\\data1\\text.txt","r");
system send me this error message : *Warn
Is it possible open rtf and xls file by php and than use some data from
this file ?
I only know create new xls file but how i open existing xls and rtf file
by php code ?
Thank all
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please help me.
I need create *.doc file in php script. In this file, will be data from
mysql database.
Is it possible ?
Thanks you
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Someone,can you help me ?
I need exported pictures that are inserted in word document to the jpg
(gif,tiff,bmp) format.
Is it possible and how ?
Thanks you very much
Roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have problem with variables in javascript and php.
I have code in php and in this code I insert some values from javascript.:
$color = "
";
when I write command echo $color - result is correct.
but when i need insert or select some values from d
>I have a blob in the database. I want to open a file=BLOB in the browser such
>a way as if I clicked on a link. So if it is pdf, its opened by pdf plugin,
>if it is doc, it is open by word plugin, if it is zip the dialog for
>opening/saving to disk is opened, if it is jpeg it is directly displayed
I have a blob in the database. I want to open a file=BLOB in the browser such
a way as if I clicked on a link. So if it is pdf, its opened by pdf plugin,
if it is doc, it is open by word plugin, if it is zip the dialog for
opening/saving to disk is opened, if it is jpeg it is directly displayed in
I can't install php on mandrake 9.1 from source binary.
When I do "make" command I have this error message : unresolved
reference to errno
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How to compare 2 strings in PHP
I hawe 2 array where I have only string values some values in both arrays
are same but if command don't send me a good result.
e.g
foreach ($array1 as $a1) {
foreach($array2 as $a2){
if ($a1 == $a2) echo "good"; //never system send me a good result
else
How to convert data from database to rtf file.
Example:
database :
column_1 column_2 column_3
1 aa 123456
2 bb234der
...
And I need rtf file which have this informations:
column_1 : 1
column_2 : aa
column_3 : 123456
next rtf file have this informations
Please Help me !
This is not a php problem but if someone knows how to decode this :
I have document in encryption type : B*C*N**N but I don't know how do
decode.
for example : b abbab abbab baaba
thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
If I want to secure the access to the database by asking for passwd, what
should I do ? I suppose I need a secure connection to transfer the username
and passwd between HTML form and the script - how do I make that ?
How do I secure the database file with passwords and user names so that
it cannot
I have variables $sk1,$fr2,$fr3,$sk4,
how i write values in this variables in statement for...
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How I show in IE source code of html page with php ?
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How to create pattern for function eregi_replace to
replace in html document every html tag for empty string.
Thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please help me with my trouble.
This is not php trouble but trouble with apache and perl scripts. How I
configure apache (httpd.conf) for running pearl script in web page. If I
create script with some name (e.g. test.pl) and if in www expoler write
http://server/test.pl result is source code of sc
This is offtopic guestion but i need help.
Please help me, does anyone know how to export shares folders and files and
his permissions in Windows NT4.0 or Windows 2000 to txt files automaticaly
Thank you very much
Roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
How to install or configure php 4.2.1 downloaded from www.php.net on Red Hat
Linux 7.0 that i used function imagettfbox().
I install php with this settings:
./configure --prefix=/usr --exec-prefix=/usr --with-config-file-path=/etc
--disable-debug --enable-pic --enable-inline-optimiza
How to install or configure php 4.2.1 downloaded from www.php.net on red Hat
Linux 7.0 that i used function imagettfbox().
I create install file with command
./configure --prefix=/usr --exec-prefix=/usr
--with-config-file-path=/etc --disable-debug
--enable-pic --enable-in
try echo Date("H:i:s");
roman
-Original Message-
From: Chris Grigor [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 27, 2002 2:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP] time
howdi all
anyone know how to get a simple time print ? all the functions I have
looked at gmtime() time() don
I want install php 4.2.1 (download from www.php.net) on ma linux red hat 7.0
server. configure ran good with no errors but when i do make install i get
this error message.
Making all in gettext
make[2]: Entering directory `/update/php-4.2.1/ext/gettext'
make[3]: Entering directory `/update/php-4.
When are set in php.ini (php version 4.2.1 on linux) register_globals = Off
how
I read variables from html files with forms in other php file ?
Thanks
roman
for example :
html file :
and in php file
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
I want install php 4.2.1 (download from www.php.net) on ma linux red hat 7.0
server. configure ran good with no errors
but when i do make install i get this error message.
make[3]: *** [gettext.lo] Error 1
make[3]: Leaving directory `/update/php-4.2.1/ext/gettext'
make[2]: *** [all-recursive] Erro
I have this code :
$text = file("http://www.hokej.sk/spravy/?id=16159";);
echo count($text);
for ($i=0;$ihttp://www.hokej.sk/spravy/?id=16159";) - Bad file descriptor
in d:\skuska.php on line 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
I have some text file, in this text file i write some information.
But my problem is : How write/append new information on beginning of
document but
old information will be there too. When I used fopen with option "a" or "r+"
and
with command rewind new information rewrited old information.
Thanks
How to execute dos\winnt command in php script, i need disk map in php
excample :
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How to convert string in windows-1250 to asci, I need convert special
national characters
to standard english characters.
Thank you
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please send me info : how to set path for *.pid file and ho to set path
where will be mysql.sock in mysql database on linux ?
i want : mysql.sock and localhost.pid in directory /var/lib/mysql
i install mysql with this command...
./configure --localstatedir=/var/lib/mysql --bindir=/usr/bin --lib
version of mysql is : 3.23.36 on linux redhat 7.0
-Original Message-
From: Cirstoiu Aurel Sorin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 2:50 PM
To: Roman Duriancik
Subject: Re: [PHP] Re: mysql
What MySQL version do you have installed
I have problem with backup and restore database in mysql.
When I backup or restore some table in mysql with command
backup table table_name to '/var/lib/_backup/' system send me error message
:
ERROR 1064: You have an error in your SQL syntax near 'backup table
table_name to '/var/lib/_backup/''
How to convert or discover from IPadress country visitors on my web ?
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have one small problem. I have array e.g $array but I don't know
how to finding arguments and values of this array.
e.g
$array["aa"] = 1;
$array["ab"] = "some";
...
and script send me :
arguments aa : values 1
arguments bb : values some
thanks, roman
--
PHP General Mailing
I have mysql table with 3 columns I need update all data in one rows that
all data in this rows will be same but without space.How I do this ?
Example
before
table:
ID memodata
1 21 ab vbd
2 ds 1 c 23
3
..
after
table:
ID memo data
1 21
Help me, I want create directory on local disc in php script, do you know
how ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I need insert some variable ito log.txt file but every item (variable) must
be on other line
how to do this ?
$fp1 = Fopen("D:\\log.txt","a+");
fwrite($fp1,$start);
fwrite($fp1,"$array[0]");
fwrite($fp1,"$array[1]");
.
fwrite($fp1,$end);
Fclose($fp1);
roman
--
PHP General M
How to delete from text documents mark end of line.
Example: In file I have some formatted text document with paragraphs, but i
need convert this document to new document without paragraphs (all text
document in one paragraph).
Thanks for yours help.
roman
--
PHP General Mailing Lis
Pleae help me !
I need delete record from table user.mysql in mysql database, i log on in
mysql like root and I log on on linux server like root. But when I write
command : delete from user where user=''; mysql send me error message :
ERROR 1036 Table 'user; is read only !
Thans for y
Pleae help me !
I need delete record from table user.mysql in mysql database, i log on in
mysql like root and I log on on linux server like root. But when I write
command : delete from user where user=''; mysql send me error message :
ERROR 1036 Table 'user; is read only !
Thans for y
Exist some php scripts (commands) to update files in linux server throgh
sftp protocol ?
Thanks
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMA
51 matches
Mail list logo