Re: [PHP-WIN] Register Globals

2003-10-21 Thread toby z
no ! ! ! ! --- [EMAIL PROTECTED] wrote: > Just out of curiosity, if I was to work with register_globals set > to on (on > my home/testing/devel server), and then transfer my scripts across > to a hosting > server for them to be run live, will my scripts run if the PHP.ini > file is > configu

[PHP-WIN] background image

2003-10-21 Thread Rinku Shivnani
I am using the tag to set backgroung image. But its not working. Any suggesstion pls. Thank you. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] background image

2003-10-21 Thread Ignatius Reilly
Spelling error: BTW: 1. this question is not very much PHP nor Win-related 2. is deprecated in favour of CSS attributes. HTH Ignatius _ - Original Message - From: "Rinku Shivnani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 9:22 A

[PHP-WIN] Re: background image

2003-10-21 Thread Joe Crawford Jr
check your spelling first of all lol the last letter in background isn't a G also when you say "path" are you actually using a php variable or what? just saying "path" will get you no where at all. Please post an example of your code for me to see :) Joe On Tue, 21 Oct 2003 12:52:53 +0530, [EMA

[PHP-WIN] Re: background image

2003-10-21 Thread Joe Crawford Jr
please post an example of your code the last letter in background is not a G also when you say "path" are you using a php variable there or just as it is here because "path" will get you nowhere. Joe On Tue, 21 Oct 2003 12:52:53 +0530, [EMAIL PROTECTED] (Rinku Shivnani) wrote: > >I am using th

[PHP-WIN] size for background image

2003-10-21 Thread Rinku Shivnani
I want to set one image as background and on whole page. But I cant do it as it comes in tiled form. So what to do to set the size for backgroung image.. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Felipe Nascimento
Hi all, I´ve seen some coments on the subject already, but I couldn´t put it to work. My set up is: Php 4.3.3 under Win - MSSQL 2000 - Win 2000 server - IIS 5.0. All in the same server. php_mssql.dll is set as an extension, ntwdblib.dll is in the system32 directory. My call to mssql_connect is:

php-windows Digest 21 Oct 2003 12:11:13 -0000 Issue 1967

2003-10-21 Thread php-windows-digest-help
php-windows Digest 21 Oct 2003 12:11:13 - Issue 1967 Topics (messages 21841 through 21848): Re: Register Globals 21841 by: DvDmanDT 21842 by: toby z background image 21843 by: Rinku Shivnani 21844 by: Ignatius Reilly 21845 by: Joe Crawford Jr

Re: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Luis Ferro
The SQL Server wraper functions in PHP are based on SQL Server Client DLL's which can or can't be already on the system. I would check to see if they are present in the machine that is running PHP... Cheers and good luck ;) Luis Ferro TelaDigital.net Felipe Nascimento wrote: Hi all, I´ve seen

RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Felipe Nascimento
I guess they are, as there is SQL Query Analyser working. Or is there anything else I should do? Isn´t ntwdblib.dll responsible for that? Tks Felipe -Mensagem original- De: Luis Ferro [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 21 de outubro de 2003 09:32 Para: [EMAIL PROTECTED]

Re: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Svensson, B.A.T. (HKG)
The error message "Warning: MS SQL: Unable to connect to server:" Includes an colon (:) in the end which suggest that there is some additional error message supplied to the. Would it be possible to find out what that says? otherwise one can start to speculate in hardly anything, like broken netwo

[PHP-WIN] error mysql_num_rows()

2003-10-21 Thread sdogos elias
Hi, i made i search script and in localhost it works ok. But when i 'll publish the script in the web i see that error msg Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/expressfilm.gr/www/demo/results.php on line 51 Here is the code of the scripot i

Re: [PHP-WIN] Register Globals

2003-10-21 Thread trystano
Ok, thanks. Is that because on the hosting server that I transfer my scripts to, they have their own PHP.ini file that relates to all scripts that are run on that server? Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Felipe Nascimento
Here is the complete message. Warning: mssql_connect(): Unable to connect to server: '192.168.1.115' , 'sa', '' in C:\Inetpub\timesheet\lib\class_dbconnect.inc on line 14 tks Felipe -Mensagem original- De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 21 de

RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Felipe Nascimento
I got it!! :-) My mistake... Sorry.. $conn = mssql_connect(" '139.82.24.185' , 'webusa', '1234' "); Everything was a big string, and that is wrong for MSSQL. I come from Linux+PHP+Postgres, and pg_connect receives one big string. Sorry and tks everyone. Felipe -Mensagem orig

RE: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Svensson, B.A.T. (HKG)
Was that php line hardcoded in class_dbconnect.inc? -Original Message- From: Felipe Nascimento To: [EMAIL PROTECTED] Sent: 10/21/2003 7:49 PM Subject: RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to server I got it!! :-) My mistake... Sorry.. $conn = mssql_connec

RES: RES: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Felipe Nascimento
Inside a class method, yes. -Mensagem original- De: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 21 de outubro de 2003 14:10 Para: 'Felipe Nascimento '; '[EMAIL PROTECTED] ' Assunto: RE: RES: [PHP-WIN] mssql_connect() - Unable to connect to server Was that p

[PHP-WIN] ftok() for shmop on windows?

2003-10-21 Thread Eliot Shepard
The shmop functions really require the ftok() hashing function to generate keys for shared memory blocks. Unfortunately, this function lives in the System V shm/semaphore package, which of course doesn't exist on Windows. Having a theoretically portable module be dependent on a non-portable one do

Re: [PHP-WIN] Register Globals

2003-10-21 Thread toby z
:) when u r workin with regs on u catch ur form variables just like $variable but when u work with regs off . u need to catch ur variables with $_POST[variable] or $_GET[variable] ur scripts will run fine on ur machine with regs on n variables $variable but ofcourse when u transfer them to

php-windows Digest 22 Oct 2003 04:44:31 -0000 Issue 1968

2003-10-21 Thread php-windows-digest-help
php-windows Digest 22 Oct 2003 04:44:31 - Issue 1968 Topics (messages 21849 through 21859): Re: mssql_connect() - Unable to connect to server 21849 by: Luis Ferro 21850 by: Felipe Nascimento 21851 by: Svensson, B.A.T. (HKG) 21854 by: Felipe Nascimento