Search:
Type: Posts; User: Andrzej
Search :
Search took 0.02 seconds.
October 21st, 2011, 02:21 AM
Hallo Everybody
My question is:
Is there any way to insert text (which comes from another table) into <textarea> field.
I can manage the situation when insted of <textarea> field I have simple...
March 15th, 2011, 12:21 PM
thanks PeejAvery, know I've understood your unswer.
March 15th, 2011, 11:45 AM
I solved ...
$remote_path must be RELAVIVE PATH TO YOUR LOGIN DIRECTORY
I have change my login directory and now it works OK !
this is OK
$remote_path='../../public_ftp/data/mleko/';
but...
March 15th, 2011, 10:55 AM
thanks for the reply,
could you please give me the example, what my ftp_put() function parameter should be
to clarify:
my ftp.php script ( which includes ftp_put() ) is located on the:...
March 14th, 2011, 04:57 PM
Hello
I would like to upload a file:
script php with ftp_put() is on the: /public_html/mleko/ftp.php
source file is on the /public_html/mleko/temp.txt
remote file should be uploaded to...
February 10th, 2011, 07:39 AM
thank you for fast and helpful reply.
Unfortunately I need to print out html page on the client printer ( not on a printer connected to the server ).
Is it possile at all ?
especially when a...
February 10th, 2011, 04:21 AM
Hallo,
is there any way ( web technology, ... , etc. ) to run script ( php or other ) on the server side
which is able to print out some html page automaticly in every, let's say 1 minute.
...
December 8th, 2010, 12:38 PM
absolutly you are right.
I've get up at 6AM, next I opened php editor and within 10 sec. I found my fault.
5 hours before (during the night) I check "everything" and I couldn't solve my...
December 8th, 2010, 04:03 AM
please help
I'm confused I don't understand ( please find enclosed shootscreen file )
I have an array.
I load 10 elements in the array {0,1,2,...9}
and as result I have sizeof($arr) equal...
September 24th, 2010, 02:13 AM
Thank you
it works, thank you that you was patient with me.
September 23rd, 2010, 03:26 PM
sorry, maybe my english is not good enough
for instance:
$field_name = GetFieldName();
$HTML .= '<form method="post" name=".myform" action="'.$this->ScriptFileName.'">';
September 23rd, 2010, 01:44 PM
I hve solved it but in a other way, it means that I put in my Form the field with the fixed name. But I still thin if it is possible
what I wanted to do:
my php code creates a FORM where the...
September 23rd, 2010, 11:57 AM
so it means that there is no way to do it,
Am I right ?
September 21st, 2010, 07:06 AM
Hallo,
I can not manage some task
$field_name = "surname";
/* then I need to put this value to the $_POST array
something like this */
August 9th, 2010, 01:35 PM
Hello,
I can not find query to get result which is described in enclosed PDF file.
Please take a look at this file ....
Is there any trick to get the result ?
thank you in advance.
December 16th, 2008, 07:30 AM
Hello
I've been looking for any suggestion about - what Windows.Forms I should use to create an report.
I don't want to use CrystalReport.
I have DataGrid controll filled with MS SQL data. I...
December 2nd, 2008, 12:56 PM
thanks for help.
I found the solution.
The problem wasn't in my ConnectionString but there was a bug in MS SQL 2000 SP3.
1. I downloaded the last SP ( MS SQL 2000 SP4 ,...
November 24th, 2008, 03:06 AM
thanks for replay,
Data Source = 192.36.66.139:1433
it throw new error "Specified SQL Server 192.36.66.139:1433 not found"
November 23rd, 2008, 12:37 PM
Hello
I try to play with Microsoft SQL 2000 ( 8.0 ).
I'm able to connect when I run my application where the MS SQL 2000 is installed.
Could you please help me to build ConnectionString to make...
September 8th, 2008, 05:05 PM
Hello
I have been trying to solve my problem for few hours and I have to give up.
Could you please help me to solve it ?
I have the table /please find enclosed shootscreen below/.
I would...
September 1st, 2008, 11:39 AM
Thank you very much for your concrete, perfect answer.
August 31st, 2008, 02:25 PM
Hello
In Framework 2.0
this.rtb = new RichTextBox();
rtb.DetectUrl = true;
rtb.AppendText("c:/text.txt");
August 26th, 2008, 04:55 AM
yes, my tables name are:
Table1 Name / "ReelGradeData"
Table2 Name / "ReelGradeDetail"
August 25th, 2008, 04:47 PM
Hello
I use MS SQL 2000. I need to present some rows as new columns.
Thanks to help hspc I know how to do it but ...
I think that my query ( please find enclosed file ) is simply wrong.
To...
August 24th, 2008, 02:37 PM
Thanks a lot.
There are very usefull links. Unfortunately I'm not able to rate your perfect post.
by the way
please find answer below for my issue
USE ABBMeasureHistory
SELECT T1.X,
Click Here to Expand Forum to Full Width