[PHP] code archive..

2003-11-04 Thread Ferhat
Hi, I am looking for a "code archive script set" like www.miranda-im.org. I want to open a code archive sub-site on my website. Anyone knows a free code like that? Volvo www.VentusVigor.com WindCodes.VentusVigor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[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

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.

Re: [PHP] Reading files

2003-02-27 Thread Ferhat Can
Hi Chris, You should delete the ; after the while statement because it causes an infinite loop. - Original Message - From: "Chris Blake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 16:29 Subject: [PHP] Reading files > Greetings... > > When t

Re: [PHP] gethostbyaddr woes

2003-02-26 Thread Ferhat Can
Hi Eric, You can test the gethostbyaddr function using the following script: It outputs 'mole.phpwebhosting.com' on my system. If it doesn't work the same way for you, then there may be trouble with the phpwebhosting. - Original Message - From: "erich" <[EMAIL PROTECTE

Re: [PHP] fopen woes....

2003-02-24 Thread Ferhat Can
Hi Chris, The mode rw is contradictory. You say open the file in the read-only and write-only modes. I think you the append mode(a) is the candidate to solve your problem. Ferhat Can - Original Message - From: "Chris Blake" <[EMAIL PROTECTED]> To: "

Re: [PHP] Session problem

2002-10-15 Thread Ferhat Can
Thank you for replying Jonathan, I set the session.cookie_domain in php.ini but it didn't work. I have too many session files in my /tmp directory. Everytime I refresh the page a new session file is created unfortunately. Ferhat Can - Original Message - From: &quo

[PHP] Session problem

2002-10-15 Thread Ferhat Can
r your help. Ferhat Can

Re: [PHP] about forms with php

2002-09-20 Thread Ferhat Can
Hi Meltem, Since you place return false in the onSubmit code, you cannot submit the form to the next page. What you need to do is that check if the email field is empty, if yes return false; if not return true. - Original Message - From: "Meltem Demirkus" <[EMAIL PROTECTED]> To: