Re: [PHP] Buggy Java GUI? (just a tad OT)

2001-04-21 Thread Seung-woo Nam
what you get. I have 224MB on my machine and Forte is still slow. Seung-woo Nam Plutarck wrote: I've been toying around with Java to possibly interface with PHP, but I have a question about it. Is it just me, or is the GUI in most standalone java applications remarkably (and annoyingly

Re: [PHP] PHP Polls in popup window

2001-04-18 Thread Seung-woo Nam
Hi: You can use JavaScript for a popup window. Look up for window.open() function. You can pass the result to that output from PHP script. Seung-woo Nam Mohamedou wrote: Hello all, I have integrated a simple text based poll script in my homepage. But I want get the survey results

Re: [PHP] baffled ::

2001-04-17 Thread Seung-woo Nam
a function that returns a handler, the syntax would be something like: include "connect.inc"; $db = db_connect(); This is assuming you have a function called db_connect() that returns a database handler in your 'connect.inc' file. Seung-woo Nam Peter Houchin wrote: yes i know it

Re: [PHP] Javascript mailing list

2001-04-17 Thread Seung-woo Nam
How about newsgroups instead? comp.lang.javascript seems to be pretty active. Seung-woo Nam "Boget, Chris" wrote: A bit OT, yes, but I don't want to ask an inappropriate question here (not that this isn't an inappropriate question :p). Can someone recommend a good Javascript ma

Re: [PHP] MySQL data

2001-04-17 Thread Seung-woo Nam
Hi: The easiest way to do it is using mysqldump. mysqldump creates a file that contains SQL statements to reconstruct a database, which you can easily execute on the other database. It will create tables with same names and all the records will be copied, too. Seung-woo Nam Augusto Cesar

Re: [PHP] (Absolute beginner) .PHP3 and .HTM

2001-04-16 Thread Seung-woo Nam
to do everything in PHP like in your first script. Seung-woo Nam [EMAIL PROTECTED] wrote: My configuration: Win98 / Xitami / PHP3 / MySQL PHP is installed in the path of Xitami. path xitami\cgi-bin\HELLO2.PHP3 "http://localhost/cgi-bin/hello2.php3" It works! My bloody newbi

Re: [PHP] list table by date

2001-04-15 Thread Seung-woo Nam
You can sort in descending order in your sql statement select * from messagem where flag-1 order by date desc Seung-woo Nam Augusto Cesar Castoldi wrote: I have a little mysql question. I'm using php to list a table from mysql. I'm doing: $result=mysql_query("select * from mes

Re: [PHP] ezpublish install

2001-04-11 Thread Seung-woo Nam
http://developer.ez.no/filemanager/list/1/ There are installation doc files near the bottom of the page. Seung-woo Nam Peter Van Dijck wrote: Hi, I think I finally found a cms that does most of what I want it to: ezpublish ( http://developer.ez.no/article/archive/4/ ) I'm trying

Re: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Seung-woo Nam
on the site? $8 is a cheap price only if you can actually provide certain level of service. Seung-woo Nam -- 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