RE: [PHP-WIN] XML parsing

2002-05-10 Thread Aziz Durmaz
Hi, I have a problem with inserting image into the mysql database (Blob field) with php codes... How can i insert a image into the mysql DB with php codes... I find some codes but they are not work Sample code to upload ... Upload Sample code to show thanks... Aziz

RE: [PHP-WIN] Session - Cannot recall variable

2002-05-14 Thread Aziz Durmaz
try this; - session_start(); session_register("counter"); print($counter[num]); $counter[num]++; - -Original Message- From: Donny Hariady [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 20

[PHP-WIN] Sendmail.php

2002-05-15 Thread Aziz Durmaz
hi, i want to make a sendmail.php but i know only some variables (Example: who, redirect, subject). Others variables is changeable and i dont know its names. How i can write other variables into mail body -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

RE: [PHP-WIN] Sendmail.php

2002-05-15 Thread Aziz Durmaz
) -Original Message- From: Alberto. Sartori [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 1:42 PM To: Aziz Durmaz Subject: R: [PHP-WIN] Sendmail.php You mean the headers like REPLY-TO, SENDER etc..? -Messaggio originale- Da: Aziz Durmaz [mailto:[EMAIL PROTECTED]] Inviato: mercoledì

RE: [PHP-WIN] Displaying checkbox values selected

2002-05-17 Thread Aziz Durmaz
Bon Jovi N'Sync Boyzone Britney Spears try this. -Original Message- From: C Sims [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 6:01 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Displaying checkbox values selected Hi all, would appreciate any help with this (newbie) questi

RE: [PHP-WIN] PHP Sessions

2002-05-20 Thread Aziz Durmaz
Find your php.ini file and change this line session.save_path = c:\winnt\temp or session.save_path = c:\windows\temp if you use W2k give all permission the temp dir for everyone... -Original Message- From: Ben [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 6:40 AM To: [EMAIL PR

[PHP-WIN] Flash + PHP +Mysql

2002-05-27 Thread Aziz Durmaz
Hi, How we can store swf movies in the mysql database and how we can show them... What header needs? For example in jpeg image we use - header ("Content-type: image/gif"); - For swf movie what we are use?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP-WIN] Flash + PHP +Mysql

2002-05-27 Thread Aziz Durmaz
--Original Message----- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 10:39 To: Aziz Durmaz Cc: Php Win32 list Subject: RE: [PHP-WIN] Flash + PHP +Mysql > How we can store swf movies in the mysql database and how we can show > them... BLOB's. (but

[PHP-WIN] Flash + PHP How???

2002-05-27 Thread Aziz Durmaz
How we can use PHP codes or variables in flash??? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php