[PHP] Re: order of elements in $_POST super global

2006-06-09 Thread Mindaugas L
sociative array of form elements. http://bugs.php.net/bug.php?id=37276 Enjoy Mindaugas On 6/9/06, Ben Liu <[EMAIL PROTECTED]> wrote: Hi Mike, Thanks for pointing that out. I hadn't thought of it but you are right. But I still don't think this addresses the issue of ordering. The

[PHP] Re: popup window from php page

2006-06-08 Thread Mindaugas L
ailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Mindaugas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Escaping double quotes

2006-05-25 Thread Mindaugas L
slashes, htmlspecial etc etc but none did what I was looking for > http://us2.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Mindaugas

Re: [PHP] calling JS function from php

2006-05-25 Thread Mindaugas L
quot;<span style=padding-left:14.2cm><font size=2 face=Arial color=#55><script type=\"text/javascript\">"; > print "clientTime()"; > print "clientDate()"; ?> Your functions are returning values, but you aren't printing out those values. Try: print "document.write(clientTime());"; Rabin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Mindaugas

Re: [PHP] storing single and double quote in MySQL

2006-05-25 Thread Mindaugas L
Yesterday I read this discussion and looked at php manual for mysql_real_escape... There is good example with extra function to check php magic quotes status. I like the idea, because the code is more portable. You don't have to add .htaccess files nor configre php.. Beginner Mindaugas On

[PHP] how include works?

2006-05-23 Thread Mindaugas L
Hi can anybody explain how require works, and what's the difference between _once and regular? What's going on when php file is processed? In manual is written just, that it's readed once if include_once. What does to mean "readed"? Thank You -- Mindaugas

[PHP] Fwd: Error loading php_mysql.dll

2004-11-16 Thread mindaugas kuksa
_mysql.dll) PS.: my system is: OS: WinXP Pro WEB: Apache v2.0.50, PHP v5.0.2 HELP PLEASE:) Mindaugas Kuksa [EMAIL PROTECTED] +37067106156 __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- End

[PHP] Hosting +PHP

2003-10-24 Thread Mindaugas
Hi, How to do secure web server hosting +PHP? I don't want clients to see filesystem usage, processes, etc. - even readonly on filesystem root "/", except on WWW CHROOT for example"/home/user1". Thanks -- Mindaugas -- PHP General Mailing List (http://www.php.net/) To