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

2001-04-21 Thread Seung-woo Nam
ry, that's 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

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 su

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] 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 re

Re: [PHP] baffled :<:

2001-04-16 Thread Seung-woo Nam
f you have 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

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Seung-woo Nam
isoft asp interpreter but mixing both scripts on a same page is just pushing it. Maybe you could configure the webserver the way that it invokes both interpreters whenever it sees .php or .asp extensions but why on earth would you even want to try that kind of stuff? Seung-woo Nam Joe Truong

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

2001-04-16 Thread Seung-woo Nam
;t have 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

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(&

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/

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

2001-04-10 Thread Seung-woo Nam
wonder how will you possibly garantee the uptime you talk about 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-mai