Re: [PHP] Beveled text

2003-11-08 Thread Ashley M. Kirchner
Ashley M. Kirchner wrote: This produces the attached result. Not exactly beveled, but pretty close (and it's the effect I wanted.) Hmm, yes. Attached result gets stripped by the listserv. So, it's also visible here: http://37th.yeehaw.net/phpiscool.png -- H| I haven't lost my mind;

[PHP] Problems with session_id() in Windows?

2003-11-08 Thread Steve Lane
Hello all: We recently ported an application from Linux to Windows and had a few sessions-handling issues (we were going from PHP 4.1.2 Linxu to PHP 4.3.3 Windows). We traced this to PHP's session_id() function. It worked fine in Linux, but apparently not at all in windows, or not as expected. H

Re: [PHP] Beveled text

2003-11-08 Thread Ashley M. Kirchner
Siddhartha Lahiri wrote: Hi, is it possible to create a beveled text using GD. Going through all the classes I have not come across any algorithm which explains beveled text. Siddhartha I take the text, and output it three times. The first time it'll be dark, and shifted down and right. The

RE: [PHP] Beveled text

2003-11-08 Thread Javier Muniz
You'll have to increase the character spacing as well, so that each character has the same center not just the individual word/phrase. I don't think this is going to be exactly a bevel effect, but on small enough text it might appear like one. -Javier -Original Message- From: Nathan Tayl

Re: [PHP] BTML 2.0 released!!!

2003-11-08 Thread Robert Cummings
This was a private "REPLY" to you. So you're just an asshole now. Cheers, Rob. On Sat, 2003-11-08 at 23:16, John Nichel wrote: > Robert Cummings wrote: > > On Sat, 2003-11-08 at 21:07, John Nichel wrote: > > > >>I suggested the same thing...albeit not as nice as you ;) and got a, > >>"Kiss my

Re: [PHP] BTML 2.0 released!!!

2003-11-08 Thread John Nichel
Robert Cummings wrote: On Sat, 2003-11-08 at 21:07, John Nichel wrote: I suggested the same thing...albeit not as nice as you ;) and got a, "Kiss my ass" response. WOW, 2 posts in about 2 hours, both 24 hours after the thread died. Seems like you're the only one keeping the thread going. I'm n

Re: [PHP] Help With Recursion && Multi-Dimensional Arrays

2003-11-08 Thread Jordan S. Jones
Navid, So you want something like this: Category 1 Category 2 | ---> Category a | > Category b | > Category X | > Category Y | > Ca

php-general Digest 9 Nov 2003 03:31:35 -0000 Issue 2404

2003-11-08 Thread php-general-digest-help
php-general Digest 9 Nov 2003 03:31:35 - Issue 2404 Topics (messages 168958 through 168973): Re: Problem Understanding Code in 2nd edition Welling/Thomson PHP?MySQL Web Development Book 168958 by: Duncan 168960 by: Tom Rogers Re: DW Php update form where one field is menu f

RE: [PHP] BTML 2.0 released!!!

2003-11-08 Thread Javier Muniz
Agreed, and the flexibility of smarty allows for quite a bit more functionality for the template developer... Anyone seriously considering template engines should take a hard look at Smarty. Just my $0.02. Oh, and if you don't like top-posting, ignore this msg, as I will undoubtedly ignore your r

[PHP] Help With Recursion && Multi-Dimensional Arrays

2003-11-08 Thread Navid Yar
Hello Guys, I need a little bit of help with recursion. I've searched our PHP website and Google, but none helped me understand my problem. There is a code below this message in order to help you understand what I am trying to achieve. Here is an explaination: What I'm trying to do is list a typi

Re: [PHP] finding location of document

2003-11-08 Thread Chris Shiflett
--- rogue <[EMAIL PROTECTED]> wrote: > Suppose I am running a script from an URL like: > > http://127.0.0.1/~myname/foo/bar.php > > on this page I want to redirect to another page and send a full http > string like: > > $redirect = "http://"; . $_SERVER['HTTP_HOST'] . "/foo/hello.php"; > > In

Re: [PHP] BTML 2.0 released!!!

2003-11-08 Thread John Nichel
Ryan A wrote: Guys, I dont mean to get into your very heartfelt flaming / arguement but can you take this offlist please? Cheers, -Ryan I suggested the same thing...albeit not as nice as you ;) and got a, "Kiss my ass" response. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP

[PHP] Re: PHP session won't die!

2003-11-08 Thread DvDmanDT
setcookie(session_name(),"",0,"/"); session_unset(); session_destroy(); or something like that... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please go here to find out more: http://us

[PHP] PHP session won't die!

2003-11-08 Thread rob
I cannot, for the love of Job, get a login session to die! I am defining my sessions using the $_SESSION superglobal, register_globals is off, and I have tried about 15 combinations of unset(), session_unregister(), session_destroy(), session_unset(), $_SESSION = array(), and even setcookie us

Re: [PHP]{so far OT it boggles} BTML 2.0 released!!!

2003-11-08 Thread John Nichel
Robert Cummings wrote: OK, I've decided to be sucked back in for one more response... If something as trivial as this is where you want to make your big stand in life, please do it offlist. This went from bas' off topic introduction of his crap, to the current flaming about posting crap. You're

Re: [PHP] Japanese character validation

2003-11-08 Thread Eugene Lee
On Sat, Nov 08, 2003 at 11:20:27PM +0900, - Edwin - wrote: : : On 2003.11.8, at 20:32 Asia/Tokyo, Eugene Lee wrote: : : >On Sat, Nov 08, 2003 at 06:26:39PM +0900, - Edwin - wrote: : >: : >: Well, I'm sure there's a very good reason why the dictionary : >: I quoted called it "simplified kanji". :

RE: [PHP] finding location of document

2003-11-08 Thread Rainer Bendig aka \"mindz\"
Have a look on http://us2.php.net/manual/en/function.parse-url.php So long Rainer Bendig crossx.net | wbbreference.de -Original Message- From: rogue [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2003 12:06 AM To: [EMAIL PROTECTED] Subject: [PHP] finding location of document Hi t

[PHP] finding location of document

2003-11-08 Thread rogue
Hi there, I am trying to figure this out and can't find the right combination to get what I want in a certain situation. Suppose I am running a script from an URL like: http://127.0.0.1/~myname/foo/bar.php on this page I want to redirect to another page and send a full http string like: $red

[PHP] Re: MX lookup email verification on Windows

2003-11-08 Thread Manuel Lemos
Hello, On 11/07/2003 05:39 PM, Matt Palermo wrote: Does anyone know of a way to perform an MX lookup on a Windows server to perform an email verification? Any help on this would be great, since I can only find code for this that will work on *nix servers. Please let me know if you can help. Thes

Re: [PHP] the function of the "@" symbol?

2003-11-08 Thread Burhan Khalid
Wouter van Vliet wrote: To me .. This looks more like a line of perl code. I am familiar with the @ sign to kindly ask a function not to give any errors to a function. But can it really be used like this on vars? What would it suppress, the "notice: undefined variable $first on line 44" notificati

Re: [PHP] How to get the server information

2003-11-08 Thread Burhan Khalid
K. Praveen Kumar wrote: Dear All, How can I get the Server Information which operating system the server is running? Using PHP. please let me know Read this www.catb.org/~esr/faqs/smart-questions.html Then RTFM or STFA or STFW where you will find http://www.php.net/reserved.variables :| -- B

Re: [PHP] Problem Understanding Code in 2nd edition Welling/Thomson PHP?MySQL Web Development Book

2003-11-08 Thread Tom Rogers
Hi, Sunday, November 9, 2003, 12:48:17 AM, you wrote: ST> Sorry for the long post--and the cross-posting to a MySQL list, for ST> those of you seeing this a second time--but I'm using with difficulty ST> the 2nd edition of Welling/Thomson's PHP and MySQL Web Development as a ST> textbook for se

[PHP] Re: DW Php update form where one field is menu from another table

2003-11-08 Thread zerof
Try: news://forums.macromedia.com macromedia.dreamweaver. -- zerof "Robb Kerr" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm using Dreamweaver's "Update Record" form wizard to create a record > update page. Most of the fields are "text", one is "file

Re: [PHP] Problem Understanding Code in 2nd edition Welling/Thomson PHP?MySQL Web Development Book

2003-11-08 Thread Duncan
Hi, from what I see the problem is that you add the authentification passwords to the database via password('password') but then your script checks for entries in the database where username= username & password = password which cannot work. You have to make it where username = username & pas

php-general Digest 8 Nov 2003 15:18:27 -0000 Issue 2403

2003-11-08 Thread php-general-digest-help
php-general Digest 8 Nov 2003 15:18:27 - Issue 2403 Topics (messages 168932 through 168957): Re: *SOLVED* [PHP] problem transferring a variable using POST 168932 by: Erik Osterman Re: Adding a log file 168933 by: Erik Osterman 168935 by: John W. Holmes Re: advise on

[PHP] DW Php update form where one field is menu from another table

2003-11-08 Thread Robb Kerr
I'm using Dreamweaver's "Update Record" form wizard to create a record update page. Most of the fields are "text", one is "file" and I want one of them to be a "menu". The "menu" field should be populated with the fields of another table. Here's the problem... If I leave all of the fields as text

[PHP] Problem Understanding Code in 2nd edition Welling/Thomson PHP?MySQL Web Development Book

2003-11-08 Thread Stephen Tiano
Sorry for the long post--and the cross-posting to a MySQL list, for those of you seeing this a second time--but I'm using with difficulty the 2nd edition of Welling/Thomson's PHP and MySQL Web Development as a textbook for self-teaching (and I'm at the end of my rope). After being pleased to wo

RE: [PHP] Date to string (with mask)

2003-11-08 Thread Filip de Waard
On Sat, 2003-11-08 at 15:21, Christian Ista wrote: > > > a string like that : 2003-11-07 and I'd like display 07/11/2003 I usually do: Regards, Filip de Waard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Japanese character validation

2003-11-08 Thread - Edwin -
On 2003.11.8, at 21:51 Asia/Tokyo, Dave G wrote: In hopes of bringing the kanji character validation issue back on topic, can I point out that it doesn't matter *why* someone would want to do this, or what the origins of kanji and kana are? The motivations of the original poster shouldn't

Re: [PHP] Date to string (with mask)

2003-11-08 Thread Filip de Waard
On Sat, 2003-11-08 at 11:45, Christian Ista wrote: > Hello, > > I have in a database a date field (this format yyy/mm/dd). I'd like when I > display the value use an another format dd/mm/ (format in europ), could > you tell me if there is a format DateString function ? > > Thanks, > > Christ

Re: [PHP] Japanese character validation

2003-11-08 Thread - Edwin -
On 2003.11.8, at 20:32 Asia/Tokyo, Eugene Lee wrote: On Sat, Nov 08, 2003 at 06:26:39PM +0900, - Edwin - wrote: : : On Fri, 7 Nov 2003 13:43:06 -0600 Eugene wrote: : > : > Actually, kana are not "simplified kanji" because it is not : > the case that kana can replace kanji while preserving the : >

Re: [PHP] Beveled text

2003-11-08 Thread Nathan Taylor
Well, I'm speaking from imagination here but I imagine the effect could be obtained by creating a series of layers to one item in a loop, changing the alpha transparency slightly each time as well as shrinking the size of the image. You'd start with 75ish alpha level and then loop through one l

[PHP] Beveled text

2003-11-08 Thread Siddhartha Lahiri
Hi, is it possible to create a beveled text using GD. Going through all the classes I have not come across any algorithm which explains beveled text. Siddhartha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: phpmysql(which array function?)

2003-11-08 Thread Marek Kilimajer
Burhan Khalid wrote: SELECT * FROM thetable GROUP BY column1; That should work read > http://www.mysql.com/manual SELECT *, GROUP_CONCAT(column2) as column2 FROM thetable GROUP BY column1; But this requires mysql 4.1. If you don't have mysql 4.1, detect in your while loop if column1 is not equa

RE: [PHP] Japanese character validation

2003-11-08 Thread Dave G
In hopes of bringing the kanji character validation issue back on topic, can I point out that it doesn't matter *why* someone would want to do this, or what the origins of kanji and kana are? The motivations of the original poster shouldn't be in question. Everyone has their own situations

Re: [PHP] Re: phpmysql(which array function?)

2003-11-08 Thread Burhan Khalid
Joffrey Leevy wrote: Please excuse the previous post. Table unformatted. Hi all: Trying to solve a phpmysql array problem. Let's say I have a table in mysql format Column1 Columnn2 dog brown cat white cat black cat mixed pig black pig bro

Re: [PHP] How Can I read this Array

2003-11-08 Thread Burhan Khalid
dr. zoidberg wrote: Hello, how can I read element1, element2 and element3 from array: a|a:1:{i:1;a:3:{ i:0;s:6:"element1"; i:1;s:5:"element2"; i:2;s:6:"element3"; }} http://www.php.net/unserialize -- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com --- "Docu

[PHP] Re: phpmysql(which array function?)

2003-11-08 Thread Joffrey Leevy
Please excuse the previous post. Table unformatted. Hi all: Trying to solve a phpmysql array problem. Let's say I have a table in mysql format Column1 Columnn2 dog brown cat white cat black cat mixed pig black pig brown What kind of (

[PHP] phpmysql(which array function?)

2003-11-08 Thread Joffrey Leevy
Hi all: Trying to solve a phpmysql array problem. Let's say I have a table in mysql format Column1 Column2 dog brown cat white cat black cat mixed pig black pig brown What kind of (query, array function, loop, etc...) should I use to produce an html output like this: 1. c

Re: [PHP] Japanese character validation

2003-11-08 Thread Eugene Lee
On Sat, Nov 08, 2003 at 06:26:39PM +0900, - Edwin - wrote: : : On Fri, 7 Nov 2003 13:43:06 -0600 Eugene wrote: : > : > Actually, kana are not "simplified kanji" because it is not : > the case that kana can replace kanji while preserving the : > exact same meaning. In fact, most kana by themselves

[PHP] How Can I read this Array

2003-11-08 Thread dr. zoidberg
Hello, how can I read element1, element2 and element3 from array: a|a:1:{i:1;a:3:{ i:0;s:6:"element1"; i:1;s:5:"element2"; i:2;s:6:"element3"; }} TNX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date to string (with mask)

2003-11-08 Thread Christian Ista
Hello, I have in a database a date field (this format yyy/mm/dd). I'd like when I display the value use an another format dd/mm/ (format in europ), could you tell me if there is a format DateString function ? Thanks, Christian, -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] fopen url

2003-11-08 Thread Jason Wong
On Saturday 08 November 2003 08:21, John Hagstrand wrote: > Thanks for your snot. They were surplus to requirements so you're welcome to them. > The code you wrote below, > > > echo fopen("http://www.google.com";, 'r'); > > echo fopen("http://news.google.com";, 'r'); > > I've implmented at

Re: [PHP] Japanese character validation

2003-11-08 Thread - Edwin -
On Fri, 7 Nov 2003 13:36:35 -0600 Eugene Lee <[EMAIL PROTECTED]> wrote: > On Sat, Nov 08, 2003 at 02:20:00AM +0900, - Edwin - wrote: > : > : Besides, there are some issues (for example with > Shift_JIS) that: "bothers" (with no easy "solution") even > members of the Japanese PHP: Group ML. (Like

Re: [PHP] Japanese character validation

2003-11-08 Thread - Edwin -
I know this is becoming off-t but just for the curious... On Fri, 7 Nov 2003 13:43:06 -0600 Eugene Lee <[EMAIL PROTECTED]> wrote: > On Sat, Nov 08, 2003 at 01:35:40AM +0900, - Edwin - wrote: > : > : On 2003.11.7, at 18:37 Asia/Tokyo, Marek Kilimajer wrote: > : > : ...[snip]... > : > : >Are Kan

[PHP] BRU Help

2003-11-08 Thread Nitin
Hi all, I'm sorry, I know this is not the list, to ask this question, but I couldn't find the right one. I'm having trouble with BRU. I'm running it for quite a time but it has started throwing errors. Main problem is, though there's plenty of free space on my tape media, it says, Insert vol