[PHP] Re: Access violation for an EXE file

2003-06-13 Thread Ferhat BINGOL
The EXE file has been made by Delphi 6. A command line tool. (as far as I know) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Access violation for an EXE file

2003-06-13 Thread Ferhat BINGOL
Hi, I am using W2000pro. I have Apache 1.3.2 and Mysql 4 servers. I am using PHP 4.2.3. I have an EXE file. When I run it from command line it works perfect. But with PHP system command I got this error message. Untrapped exception :Access violation at address 0049403A in module run.exe'. Read o

[PHP] Re: howto write a DOS file output into a file...

2003-06-09 Thread Ferhat BINGOL
I go with run.exe > out.txt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] howto write a DOS file output into a file...

2003-06-09 Thread Ferhat BINGOL
Hi, When I use my system command in PHP I can run a old EXE file. It makes an output and output is automaticly printing on the web browser. I wanna save this output at the same time into a txt. Anyone knows howto do it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] howto set an address for a image

2003-06-03 Thread Ferhat BINGOL
that helped a lot .. thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: howto set an address for a image

2003-06-03 Thread Ferhat BINGOL
this works fine... a 1x1 transperant GIF file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] howto set an address for a image

2003-06-03 Thread Ferhat BINGOL
Hi, I wan to do something like that, I saw some sites do but how? I wanto code in HTML like that http://www.myserver.com/image.php?id=12321> so it will go and that the image like the id and display it in html.. TIA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] Re: phpauction 2.1

2003-06-02 Thread Ferhat BINGOL
can you send it to my address... I mean the whole package... "Chris Prior" <[EMAIL PROTECTED]>, iletide þunu yazdý news:[EMAIL PROTECTED] > ive read the read me file a hundred times ive done everything its says there > thankyou for the help > > "Ferhat Bin

[PHP] Re: phpauction 2.1

2003-06-02 Thread Ferhat BINGOL
pear looks like already installed ... your include diretory is mentined in the error message soput the necassary files there.. I think your answer MUST be in the README or INSTALL documentation. I mean they cannot let a package out without tellin people which files will be located where. There M

[PHP] Re: php auction 2.1

2003-06-02 Thread Ferhat BINGOL
PEAR is a module for PHP, it is a common space. If you put a file there you can include it any file you want by just given the command include("file.php") in any file... you have to put the password.inc.php file to your php "include" directory otherwise it does not matter if you edit the config fi

[PHP] Re: PHPAUCTION 2.1

2003-06-02 Thread Ferhat BINGOL
you did not edit the config file. PHP script is trying to connect to database with user "apache" (which is default for the server) and since there is also no password it does not work. you must enter USRNAME PASSWORD DATABASE NAME to the config file. Read the README or INSTALL file. "Chris Prio

[PHP] INTERRUPT DURATION

2003-06-01 Thread Ferhat BINGOL
Have you ever get INTERRUPT DURATION string while you are trying to read a binary file. I am getting something like this. ferhat NTERRUPT_DURATIO | Nbingol RUPT_DURAT there is 65 characters dummy at the beginning afterwards 24 byte string 16 byte string... I am using this $record_format = 'A6

Re: [PHP] reading binary data

2003-06-01 Thread Ferhat BINGOL
I am getting NTERRUPT_DURATION or similar text between the values.. this binary reading thing is dahm jard.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] reading binary data

2003-06-01 Thread Ferhat BINGOL
t;/path/to/file"); > > php.net/file_get_contents > > > On Saturday 31 May 2003 12:42 pm, Ferhat BINGOL wrote: > > Hi, > > > > I have binary data. I know the format but I do not know how to read it with > > PHP. I saw some articles and comments on the manual but

[PHP] reading binary data

2003-06-01 Thread Ferhat BINGOL
Hi, I have binary data. I know the format but I do not know how to read it with PHP. I saw some articles and comments on the manual but it seems taht it is not enough for me. Anyone to haelp, please? I just nedd a good documentation about it. TIA -- PHP General Mailing List (http://www.php.