php-install Digest 17 Mar 2002 00:53:04 -0000 Issue 747

2002-03-16 Thread php-install-digest-help
php-install Digest 17 Mar 2002 00:53:04 - Issue 747 Topics (messages 6378 through 6385): Re: mysql_db_query is deprecated 6378 by: Andrey Hristov Re: how to get a php shell binary 6379 by: Ray Hunter Re: Javascript in PHP 6380 by: Ray Hunter 6381 by: pong-T

[PHP-INST] how to include the same file twice?

2002-03-16 Thread Joe Lira
so at my site: www.joe.to/live i have a php page that queries two counter-strike servers to get info on them but i can only get it to show ONE server at a time. i am a beginner with php and i can't figure out why it wont show two at once. the files there are for you to look at. if you can tell

[PHP-INST] problems with 4.1.2 build

2002-03-16 Thread Phil Glatz
(Extremely sorry for the cross post; I inadvertently sent this to php-general first) I'm trying to build PHP 4.1.2 with an existing static Apache 1.3.23 installation, and am having some resolution problems I haven't seen before. This is on a dusty old Free BSD 2.2.2 system, but I was able to b

Re: [PHP-INST] PHP and MySQL?

2002-03-16 Thread Pierre-Alain Joye
On Sat, 16 Mar 2002 11:23:05 -0600 "Randall Hobbs" <[EMAIL PROTECTED]> wrote: > Hi guys... I've got a little problem I'm sort of perplexed about. I have PHP >compiled on my system with MySQL support. PHPINFO shows the MySQL support >(http://www.expert-html.com/phpinfo.php). but it sure doesn't

[PHP-INST] PHP and MySQL?

2002-03-16 Thread Randall Hobbs
Hi guys... I've got a little problem I'm sort of perplexed about. I have PHP compiled on my system with MySQL support. PHPINFO shows the MySQL support (http://www.expert-html.com/phpinfo.php). but it sure doesn't appear to be there. MySQL works fine, as I can connect through DBI on the Perl sid

Re: [PHP-INST] Javascript in PHP

2002-03-16 Thread pong-TC
[EMAIL PROTECTED] writes: >Can anyone direct me to a tutorial that shows how to incorporate >javascript in a php script. > > I think if you know JS well. You can use it anytime when you want to in PHP ie. echo ""; echo "window.close();"; echo ""; Things like above, you can do it upon your imagi

[PHP-INST] Re: Javascript in PHP

2002-03-16 Thread Ray Hunter
All you do is echo or print out the javascript that you want to use... Ray Hunter "Thomas A. Dunlap" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can anyone direct me to a tutorial that shows how to incorporate > javascript in a php script. > > -- PHP

[PHP-INST] Re: how to get a php shell binary

2002-03-16 Thread Ray Hunter
PHP does not compile as a binary (CLI) and as a module at the same time. You will have to compile as binary first then compile again as a module. For compiling as a CLI do this: $ ./configure --prefix=/path/to/php $ make $ make install Move the files in the bin directory to somewhere like /usr/

Re: [PHP-INST] mysql_db_query is deprecated

2002-03-16 Thread Andrey Hristov
This is because it is better to do mysql_connect('','',''); mysql_select_db('some'); ... mysql_query().. ... After selecting the database with mysql_select_db() it is the default, so you don't need to provide its resource id. If you want to make a query to another db just call mysql_select_

php-install Digest 16 Mar 2002 11:26:11 -0000 Issue 746

2002-03-16 Thread php-install-digest-help
php-install Digest 16 Mar 2002 11:26:11 - Issue 746 Topics (messages 6374 through 6377): Zend compile problem on Solaris 8 6374 by: Tony 6375 by: Yasuo Ohgaki Javascript in PHP 6376 by: Thomas A. Dunlap mysql_db_query is deprecated 6377 by: Martin Administ

[PHP-INST] mysql_db_query is deprecated

2002-03-16 Thread Martin
Warning: mysql_db_query is deprecated; use mysql_select_db() and mysql_query() instead in i:\apache\htdocs\phoenix\online.php on line 18 What is thisWhy is the server responding in this way!!!? -- Martin Eriksson webdesigner & Utvecklare --