[PHP] error not understood

2002-03-09 Thread Kancha .
what does this error mean. What should i do to make it portable to future version of php. I'm using version 4.1.0 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name]().

[PHP] need help converting code to more efficient loop

2002-03-09 Thread Timothy J. Luoma
Hello! I am trying to reduce the size of the code below, which I believe can be simplified. I checked the 'for' entry in the manual as well as googling for some similar code, but did not have any luck. Here is what I have: $ICON_COUNT=0; if ($SHOW_WAI_ICON != no) { $ICON_COUNT++ ;

Re: [PHP] Database abstraction layer oci

2002-03-09 Thread Thies C. Arntzen
hi, the fastest and most powerful is always to use the native api. i would use the PHP oci driver. tc On Fri, Mar 08, 2002 at 09:00:17AM -0500, Andrew Hill wrote: I suggest simply using ODBC. Best regards, Andrew Hill Director of Technology Evangelism

[PHP] Re: uploading images

2002-03-09 Thread Filippo Veneri
George Whiffen wrote: Wierd, sounds like it could be a bug. What's the actual code you use for the upload? I presume you are running vim from the command line of the box to which the image is uploaded. Content-Type: image/jpeg is, of course, what Apache would add if you requested a

Re: [PHP] error not understood

2002-03-09 Thread Jason Wong
On Saturday 09 March 2002 17:25, Kancha . wrote: what does this error mean. What should i do to make it portable to future version of php. I'm using version 4.1.0 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference,

[PHP] HTML Writer library functions

2002-03-09 Thread S.Murali Krishna
Hi All, Lets have a look at the following link to library functions to write HTML tags in easy way. Its very easy to use interface including documentation and Algorithm. http://phpBuilder.com/snippet/download.php?type=snippetid=948 [EMAIL PROTECTED] APU (A Php User)

[PHP] gd-library ...

2002-03-09 Thread Marcel Besancon
Hi, i'm trying to use the gd-library under windows, but it doesn't work. How can I include the gd.dll? Where do I put this file? I tried some different directories which are written in the php.ini as include-directories. What am I doing wrong? Is there a way to use this library under

Re: [PHP] HTML Buffer

2002-03-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Mario Montoya Martínez declared I'm used to a function in ASP which is HTMLBuffer. Never mind :-) This allows the script to send HTML code to the browser while the script is running. I've seen that PHP scripts don't send any

[PHP] check for bigger link

2002-03-09 Thread Martin Kampherbeek
I made a script that looks in a URL for jpg's and their links. So the result is: s1.jpg links to b1.jpg s2.jpg links to b2.jpg etc etc But now I would like to check if b1.jpg is bigger then s1.jpg, if not the script must stop. But I can't figure out to do this. My script so far: ?

php-general Digest 9 Mar 2002 12:40:13 -0000 Issue 1216

2002-03-09 Thread php-general-digest-help
php-general Digest 9 Mar 2002 12:40:13 - Issue 1216 Topics (messages 87835 through 87870): Re: Graphing Question 87835 by: Michael Kimsal Re: Query bug, what is wrong? 87836 by: hugh danaher Re: session_id database 87837 by: Andy Finding variable names in

Re: [PHP] Dynamically creating PHP before it is executed

2002-03-09 Thread Bogdan Stancescu
Why don't you try it? It works! Simply echo(TD CLASS=\$itemclass\.$$col./TD) and see what you get... I'm probably very late with this reply, but just in case... Bogdan Jonathan Duncan wrote: Sam, The questions you write are good. I am not sure why they can't. I just assumed that if I make

[PHP] Error Handler Problem

2002-03-09 Thread S.Murali Krishna
Hi All, I tell my requierment first. Just in short I want to capture a error of Undefined Function .so and so... . I set Error Handler to E_ALL ~E_ERROR and I set my own Error Handler to capture errors then I called a Non-Existent Function intentionally. in this case

Re: [PHP] mysql_connect() help

2002-03-09 Thread Ellis M. Mendez-Hidaka
Thank you ruler. That did it. I was wondering which socket was supposed to be doing this. I was using a book with an old version of MySQL and I guess the names are missmatched. Thanks again Ruler wrote: What I did is made a symlink from /var/run/mysql.sock to /tmp/mysql.sock example: ln -s

RE: [PHP] Error Handler Problem

2002-03-09 Thread Dan Vande More
I'm not understanding completely, but could this have something to do with it? [quote] error_reporting() has no effect if you have defined your own error handler with set_error_handler() [Editor's Note: This is not quite accurate. E_ERROR, E_PARSE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR

[PHP] apache and php installation problem

2002-03-09 Thread Duncan
Hi, i currently installed latest apache and php on my RH 7.2 system. However, i allways get the following error now: /usr/local/apache/bin/apachectl configtest Syntax error on line 216 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server:

[PHP] Re: Changing an XML-file

2002-03-09 Thread Henrik Hansen
[EMAIL PROTECTED] (Léon Hoeneveld) wrote: I want to use XML-files not just for reading but also for writing. In fact I want to update values in an XML-file as if they were database tables. Does anyone have an example or link for that? Look at the domxml functions for php. -- Henrik

[PHP] Re: Congrats to Rasmus?

2002-03-09 Thread bill
Congratulations to all three of you! Michael Kimsal wrote: It doesn't seem to have been mentioned here unless my newsfeed is very slow, but phpdeveloper.org has a quick mention of the new addition to Rasmus' family. http://www.phpdeveloper.org/ Well, everyone's favorite PHP developer

[PHP] Homesite 5.0 and PHP

2002-03-09 Thread Chuck \PUP\ Payne
I am wanting to know is there any add-ons for Macromedia Homesite 5.0. I see it set up for ASP and JSP and a couple others but not PHP. Chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] what is the limit of Vars in Session ???

2002-03-09 Thread Beta
Can somebody tell does one session has limit of storing the variables, or does it has any limit in size (eg KB); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with maximum execution time

2002-03-09 Thread Victor Usjanov
Hello I got a problem with php and apache. I have installed latest squirrelmail(1.2.5), that uses php. When i point browser to the webfolder of squirrelmail, i get the login form just fine. This means that php works ok. But when i try to log on, the only thing i get is: Fatal error: Maximum

RE: [PHP] Homesite 5.0 and PHP

2002-03-09 Thread Cal Evans
Chuck, I've been a Homesite zealot for several years now. I LOVE 4.5. 5.0 (at least the very first release of it) was a piece of crap. I crashed more than it ran on my Win98 box. I would install it on my new Win2k box (same box but I bit the bullet and bought the upgrade) but now I have to ask

[PHP] Re: Can someone tell me about database....

2002-03-09 Thread David Johansen
Here's a good PHP and MySQL tutorial. http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html Dave Genesis Designs [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, Can anyone tell me about database driven web sites? I want to learn

[PHP] Authorize.net example

2002-03-09 Thread David Johansen
Could someone tell me where I could get a basic Authorize.net example to work off of. I'm sure that I could do it all from scratch, but a base to start from would be nice and make it a lot faster. Thanks, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] which linux?

2002-03-09 Thread Floyd Baker
This is a bit ot but 'related', and I know you guys know... I'm about to buy a new machine and want to install linux instead of ms. I've never touched the stuff before but I hear Mandrake 8.1 is good for easy install, etc. Would anyone have suggestions on buying a new machine, chip

[PHP] 5 Records in a row displayed!

2002-03-09 Thread Thomas Edison Jr.
Hi, I'm looking to display 5 records in one rows, from the database. What i mean is, basically, let's take the emails as an example. I have a table with 100s of email addresses. Now i want to display these email addresses on a page, but i want to display only 5 email adresses in one line, then

RE: [PHP] which linux?

2002-03-09 Thread Cal Evans
www.gentoo.org Source based. Everything is built. On a new machine it will take aprox 4 hours to get up and running but it is tweaked out specifically for your HW. Also, this is one of the easiest distro's I've ever had to manage. I've played with Caldera, Corel, RH , Mandrake, and SGL (now

[PHP] re-number the array index

2002-03-09 Thread Reuben D Budiardja
Hi, Is there any easy efficient way to re-number the array index? for example, if I have an array with only something like: $arr[1] = t $arr[4] = e $arr[7] = s I would like the index to be re-numbered so that I can have $arr[0] = t $arr[1] = e $arr[2] = s This is useful sometime because a

[PHP] Re: Checking to see what value error_reporting is set at?

2002-03-09 Thread David Robley
In article 00b801c1c714$b4854230$0501a8c0@zaireweb, [EMAIL PROTECTED] says... Is it possible to return what error_reporting is set at currently? If not, think they would be able to throw it into the newest build of php? Thanks, Eric Have a look at the ini_get function -- David Robley

[PHP] Selecting a Queried Row

2002-03-09 Thread Andre Dubuc
As a newbie at PHP (and relative newcomer to HTML and web design) I've been wading through documentation trying to accomplish various tasks. However, I'm stumped on how to proceed with the following: I would like a web vistor to be able to select a row from a table that has been generated

Re: [PHP] Re: Checking to see what value error_reporting is set at?

2002-03-09 Thread eric.coleman
I ment, if you re-set it, as im setting it to error_reporting(E_ALL); depending on a value i get from a db query... -Eric - Original Message - From: David Robley [EMAIL PROTECTED] To: Sent: Saturday, March 09, 2002 6:52 PM Subject: [PHP] Re: Checking to see what value error_reporting

RE: [PHP] Selecting a Queried Row

2002-03-09 Thread Stephano Mariani
If you mean what I think you mean: TDA HREF=somewhere.php?somevar=somethingSome Text (ID?)/A/TD -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED]] Sent: Sunday, 10 March 2002 12:13 AM To: [EMAIL PROTECTED] Subject: [PHP] Selecting a Queried Row As a newbie at PHP

php-general Digest 10 Mar 2002 01:13:08 -0000 Issue 1217

2002-03-09 Thread php-general-digest-help
php-general Digest 10 Mar 2002 01:13:08 - Issue 1217 Topics (messages 87871 through 87891): Re: Dynamically creating PHP before it is executed 87871 by: Bogdan Stancescu Error Handler Problem 87872 by: S.Murali Krishna 87874 by: Dan Vande More Re: mysql_connect()

RE: [PHP] Selecting a Queried Row

2002-03-09 Thread Stephano Mariani
If you mean what I think you mean: TDA HREF=somewhere.php?somevar=somethingSome Text (ID?)/A/TD -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED]] Sent: Sunday, 10 March 2002 12:13 AM To: [EMAIL PROTECTED] Subject: [PHP] Selecting a Queried Row As a newbie at PHP

Re: [PHP] Selecting a Queried Row

2002-03-09 Thread hugh danaher
Andre, The following code block is from a site I'm developing for a local museum. The site is now located at www.ironorchid.com/museum/ but will move eventually to its own site. In it, I have a list of the landmark trees, with links to a map showing the location of the tree, a link to

[PHP] Can anyone tell me which mail server is good???(Use in WindowsME/XP, don't use IIS)

2002-03-09 Thread hei
Can anyone tell me which mail server is good???(Use in WindowsME/XP, don't use IIS) _ wai wing hei ICQ#:102663005 Current ICQ status: SMS: (Send an SMS message to my ICQ): +2783142102663005 More ways to contact me: http://wwp.icq.com/102663005

Re: [PHP] Can anyone tell me which mail server is good???(Use in WindowsME/XP, don't use IIS)

2002-03-09 Thread Jason Wong
On Sunday 10 March 2002 10:06, hei wrote: Can anyone tell me which mail server is good???(Use in WindowsME/XP, don't use IIS) CommuniGatePro (www.stalker.com) is pretty good. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk /* For people who like that kind of book, that is the

Re: [PHP] need help converting code to more efficient loop

2002-03-09 Thread Jason Wong
On Saturday 09 March 2002 18:08, Timothy J. Luoma wrote: Hello! I am trying to reduce the size of the code below, which I believe can be simplified. I checked the 'for' entry in the manual as well as googling for some similar code, but did not have any luck. Here is what I have:

[PHP] CSS Group

2002-03-09 Thread jtjohnston
Can anyone recommend a good CSS news group? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php