Re: [PHP] confirm box ----- Resolved by E M I N

2002-10-09 Thread EMIN CALIKLI


Hi ,
Change  OnSubmit=return ConfirmDelete();.
Add your code return Like this :)

?php
//Guestbook admin page
echo 
form name=\admin\ onSubmit=\return ConfirmDelete();\; // --- -=-=-=- THIS LINE 
-=-=-=-
//The rest of my form
echo 
input type=\submit\ name=\submit\ value=\delete\
/form;
?

Have a nice day.







   
 
Davy Obdam   
 
info@davyobda   To: PHP Mailinglist 
[EMAIL PROTECTED], PHP-WIN
m.comMailinglist [EMAIL PROTECTED] 
 
 cc: (bcc: EMIN CALIKLI/FINANSBANK)
 
09.10.2002   Subject: [PHP] confirm box
 
17:17  
 
   
 
   
 




Hi people,

Maybe a bit off-topic, but i thought lets ask anyway. I have a guestbook
admin page were i can delete multiple items from the database using
checkboxes. So when i click on the Submit button i would like a
javascript confirm box coming up. I have done that, but it deletes the
item(s) anyway, also if i click on cancel.

This is my javascript code in the head of the document:

script language=JavaScript type=text/javascript
!--
function ConfirmDelete() 
{
  input_box=confirm(Are you sure that you want to 
delete the
selected items?);
 if (input_box!=true) 
{
   return false;
  } 
  else
 
{
   return
true;
}
}
//--
/script

This is what i use in my PHP code:

?php
//Guestbook admin page
echo 
form name=\admin\ onSubmit=\ConfirmDelete();\;
//The rest of my form
echo 
input type=\submit\ name=\submit\ value=\delete\
/form;
?

?php
//Delete items from guestbook
if(isSet($submit))
{
   //Delete items
}
?

Any help is appreciated, thanks for your time,

Best regards,

Davy Obdam,
mailto:[EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] confirm box ----- Resolved by E M I N

2002-10-09 Thread EMIN CALIKLI


Hi ,
Change  OnSubmit=return ConfirmDelete();.
Add your code return Like this :)

?php
//Guestbook admin page
echo 
form name=\admin\ onSubmit=\return ConfirmDelete();\; // --- -=-=-=- THIS LINE 
-=-=-=-
//The rest of my form
echo 
input type=\submit\ name=\submit\ value=\delete\
/form;
?

Have a nice day.







   
 
Davy Obdam   
 
info@davyobda   To: PHP Mailinglist 
[EMAIL PROTECTED], PHP-WIN
m.comMailinglist [EMAIL PROTECTED] 
 
 cc: (bcc: EMIN CALIKLI/FINANSBANK)
 
09.10.2002   Subject: [PHP] confirm box
 
17:17  
 
   
 
   
 




Hi people,

Maybe a bit off-topic, but i thought lets ask anyway. I have a guestbook
admin page were i can delete multiple items from the database using
checkboxes. So when i click on the Submit button i would like a
javascript confirm box coming up. I have done that, but it deletes the
item(s) anyway, also if i click on cancel.

This is my javascript code in the head of the document:

script language=JavaScript type=text/javascript
!--
function ConfirmDelete() 
{
  input_box=confirm(Are you sure that you want to 
delete the
selected items?);
 if (input_box!=true) 
{
   return false;
  } 
  else
 
{
   return
true;
}
}
//--
/script

This is what i use in my PHP code:

?php
//Guestbook admin page
echo 
form name=\admin\ onSubmit=\ConfirmDelete();\;
//The rest of my form
echo 
input type=\submit\ name=\submit\ value=\delete\
/form;
?

?php
//Delete items from guestbook
if(isSet($submit))
{
   //Delete items
}
?

Any help is appreciated, thanks for your time,

Best regards,

Davy Obdam,
mailto:[EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] -=-=-=- PHP help about Java SSL -=-=-=-=-

2002-10-03 Thread EMIN CALIKLI


Hi ,
I 'm using RedHat 7.2 +Apache 1.3.20 + Java 1.4.0 + PHP 4.2.1 (compiled with Java 
support) . I
configured php for using Java. I wrote some Java code which uses SSL certificate . I 
can run my code
from CLI (Command Line Interface) and it works fine but when I try to run from browser 
it returns
error code. Did anyone have some trick about this situation (Apache+PHP+Java+SSL).
Sincerely.

Emin CALIKLI


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] reading excel file

2002-04-03 Thread EMIN CALIKLI


Hi ,
I converted .CSV (comma delimited) file to MySQL it 's easy to use it...



   

Tyler 

Longren To: php-general 
[EMAIL PROTECTED] 
tyler@captaicc: (bcc: EMIN CALIKLI/FINANSBANK)

njack.com   Subject: [PHP] reading excel file 

   

03.04.2002 

04:30  

   

   





Hello List,

Has anyone ever converted an excel file over to a MySQL database via PHP?
I'm currently doing it with perl, and this isn't a very good option for me.
The client needs to login to a server via ssh every time they want to put
data from their excel file to mysql.  I'd like to find some way to do it
through a web browser.

Thanks for any suggestions,
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP + GD + IIS -=-=-=-=-=- I solved the problem -=-=-=-=-=-=-

2001-12-28 Thread EMIN CALIKLI


Hi Brian ,
I 've solved the problem :)... :)... :)... :)... :)... :)... :)... :)... :)... :)... 
:)... :)...
:)... :)... :)
I installed version of php 4.0.7 (php-4.0.7rc1-win32.zip) ;

1- I extracted zip package ,
2- I copied (also configured) php.ini file to my \winnt folder. (with php_gd.dll and 
php_mssql.dll)
3- I copied php4ts.dll to /winnt/system32 driver (it's important for isapi)
4- I copied ntwdblib.php to /winnt/system32 driver (it's important for MsSQL 7.0 
extension)
5- I configured IIS to run php extensions with isapi .
6- I started the IIS service and I tested with my basic code which uses GD library .
7- And...Dadaa Everything is worked

I think php 4.0.6 (which makes me crazy) have a problem with GD library.
Sincerely.


-- 
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: [EMAIL PROTECTED]




Re: [PHP] gd_installation......................... :(

2001-12-25 Thread EMIN CALIKLI


Hi Brian ,
Thanks for your requests . I 'm using php 4.0.6 + IIS 4.0 (Web Server) . I tried many 
verisons of GD
library and failed. Did anyone tried php-4.1.0 verison on IIS 4.0 ? By the way Brian I 
configured my
local workstation with Apache 1.3.22 + php 4.0.6 and it works fine. I can use it GD 
extension. But I
must run GD on IIS don 't ask me why ? This is companies strategy . So I think I must 
work hard to
solve it.
Thanks again.




   
 
Brian Clark
 
brianj@fusionTo: PHP is not a drug. 
[EMAIL PROTECTED]  
werks.comcc:  
 
  Subject: Re: [PHP] gd_installation   
 
25.12.2001 
 
09:59  
 
   
 
   
 




* EMIN CALIKLI ([EMAIL PROTECTED]) [Dec 25. 2001 01:47]:

 ---
 A system error has occurred.

 System error 1067 has occurred.

 The process terminated unexpectedly.
 

Oh my goodness, you gotta love Microsoft. You crash your car and the
policeman asks, How did this happen? You then tell the policeman,
I drove the car. I hit mailbox 1067. Full of detail, right?

Unless someone else in this forum is using ISS and knows where to look
for a more detailed error (like an error.log?), my guess is that the gd
library needs something else and can't find it.

gd requires libpng, zlib and jpeg-6b. Now whether or not that DLL
already has that information built-in, I don't know.

Is there a tool for Windows that will let you see a specific DLL's
dependencies?

How did you install all of this? Did you use this package?

http://www.php.net/do_download.php?download_file=php-4.1.0-Win32.zip

Or are you using an older build?

Another thing I just noticed is the name of the file. Are you positive
the file isn't supposed to be named php_gd.dll instead of ph_gd.dll? Try
making a copy of it and renaming it php_gd.dll and try to load that
version.

If that doesn't work, try this DLL instead:

http://php.weblogs.com/php_gd

--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
How much deeper would the ocean be without sponges?


--
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: [EMAIL PROTECTED]






-- 
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: [EMAIL PROTECTED]




Re: [PHP] gd_installation......................... :(

2001-12-25 Thread EMIN CALIKLI


Hi Brian ,
I don't have any file like ph_gd.dll .



   
 
Brian Clark
 
brianj@fusionTo: PHP is not a drug. 
[EMAIL PROTECTED]  
werks.comcc:  
 
  Subject: Re: [PHP] 
gd_installation. :(
25.12.2001 
 
18:45  
 
   
 
   
 




* EMIN CALIKLI ([EMAIL PROTECTED]) [Dec 25. 2001 05:20]:

 Hi Brian ,

Hiya.

 Thanks for your requests . I 'm using php 4.0.6 + IIS 4.0 (Web Server) . I tried 
many verisons of
GD
 library and failed. Did anyone tried php-4.1.0 verison on IIS 4.0 ? By the way Brian 
I configured
my
 local workstation with Apache 1.3.22 + php 4.0.6 and it works fine. I can use it GD 
extension. But
I
 must run GD on IIS don 't ask me why ? This is companies strategy . So I think I 
must work hard to
 solve it.
 Thanks again.

What happened when you renamed the ph_gd.dll file to php_gd.dll? Did you
try that?

--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
The beatings will continue until morale improves.


--
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: [EMAIL PROTECTED]






-- 
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: [EMAIL PROTECTED]




[PHP] gd_installation

2001-12-24 Thread EMIN CALIKLI

Hi ,
I configured php 4.0.6 to run on IIS4.0 but I can 't load ph_gd.dll extension . I can 
use other
extensions succesfully (like php_mssql.dll ,php_pdf.dll etc.)  . Did anyone can help 
me about this
subject?
Sincerely.

Emin ÇALIKLI
E-mail : [EMAIL PROTECTED]


The information contained in this e-mail (including any attachments)
is confidential. It must not be disclosed to any person without
our authority. If you are not the intended recipient, please delete
it from your system immediately.

Finanbank A.S. makes no warranty as to the accuracy or completeness
of any information contained in this message and hereby excludes
any liability of any kind for the information contained therein or for
the information transmission, reception, storage or use of such
in any way whatsoever. Any opinions expressed in this message are
those of the author and may not necessarily reflect the opinions of
Finansbank A.S.


Bu e-posta'nin içerdigi bilgiler (ekleri dahil olmak üzere) gizlidir.
Onayimiz olmaksizin üçüncü kisilere açiklanamaz. Bu mesajin gönderilmek
istendigi kisi degilseniz, lütfen mesaji sisteminizden derhal siliniz.

Finansbank A.S. bu mesajin içerdigi bilgilerin dogrulugu veya eksiksiz
oldugu konusunda bir garanti vermemektedir. Bu nedenle bilgilerin
ne sekilde olursa olsun içeriginden, iletilmesinden, alinmasindan,
saklanmasindan sorumlu degildir. Bu mesajin içerigi yazarina ait olup,
Finansbank A.S.'nin görüslerini içermeyebilir.

==


--
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: [EMAIL PROTECTED]




Re: [PHP] gd_installation

2001-12-24 Thread EMIN CALIKLI


Hi ,
Thanks for your interests . The error is (when IIS starting);
Sincerely.

---
A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly.



   
 
Brian Clark
 
brianj@fusionTo: PHP is not a drug. 
[EMAIL PROTECTED]  
werks.comcc:  
 
  Subject: Re: [PHP] gd_installation   
 
25.12.2001 
 
00:11  
 
   
 
   
 




* EMIN CALIKLI ([EMAIL PROTECTED]) [Dec 24. 2001 09:47]:

 Hi ,
 I configured php 4.0.6 to run on IIS4.0 but I can 't load ph_gd.dll extension . I 
can use other
 extensions succesfully (like php_mssql.dll ,php_pdf.dll etc.)  . Did anyone can help 
me about this
 subject?
 Sincerely.

What's the exact error you're getting?

--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Hardware: The parts of a computer system that can be kicked.


--
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: [EMAIL PROTECTED]






-- 
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: [EMAIL PROTECTED]