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
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:
>
>
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
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
__
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
maps.yaho
If you mean what I think you mean:
Some Text (ID?)
> -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 (and relative newcomer to HTML and web de
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() h
If you mean what I think you mean:
Some Text (ID?)
> -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 (and relative newcomer to HTML and web de
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_report
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 from
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
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
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 def
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, the
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 compati
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: http://www.
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 le
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
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 exec
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
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
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 develo
[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 Ha
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:
ۯ+@ۯ+@
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 a
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
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
Why don't you try it? It works! Simply echo("".$$col."") 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 lines of code lik
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 strings,
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:
http://www.mydo
-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
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 windows?
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=snippet&id=948
<[EMAIL PROTECTED]> APU (A Php User)
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 refe
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
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
> http://ww
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++
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](). If
38 matches
Mail list logo