[PHP-DB] javascript question

2004-03-08 Thread Gamze Baaran
Hi everyone; First of all I'm sorry maybe I musn't send this mail to this list but I think that someone can help me. Here is my problem: I use pear templates. In my html template file there is an javascript like this: function validateAll (objForm){ if (objForm.comp_prg.selectedIndex ==

[PHP-DB] javascript question

2004-03-08 Thread Gamze Baaran
When I use this it isn't work an there is error but can't see it with internet explorer. I can't catch it :( Alert('?php echo $message; ?'); or Alert('?php echo $message; ?'); -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] how can I delete a record from txt file

2004-01-22 Thread Gamze Baaran
Hi; I take users from Active Directory with ldap functions and put them in a list menu. I have got two txt files. One of them hold the users which have got internet access and one of them holds the users which have got speedily internet access. Also may be a third file that hold the users which

[PHP-DB] character problem with mssql

2003-12-03 Thread Gamze Baaran
Hi; I use php and mssql. I have got a character problem. I must use turkish chracters. When I select datas from database it works true and I can see turkish characters but when I want to insert new datas to database it set wrong character. For example characetrs look like ? How can I solve this