Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread tg-php
arried out such as a >> search or online purchase) will be repeated. To resend the data, click >> OK. >> Otherwise, click Cancel." >> > > Don't click the back button. > > -- > John C. Nichel IV > Programmer/System Admin (~berGeek) > Dot Com Holdings

Re: [PHP] How to skip browser's Warning?

2006-09-13 Thread tg-php
arried out such as a >> search or online purchase) will be repeated. To resend the data, click >> OK. >> Otherwise, click Cancel." >> > > Don't click the back button. > > -- > John C. Nichel IV > Programmer/System Admin (~berGeek) > Dot Com Holdings

Re: [PHP] Re: Miserable escape string problem

2006-10-05 Thread tg-php
rens wrote: > because $var1 is a valid syntactical construct? > > try this instead: > ''.$var1.': '.$var2.'' > > Kae _______ Sent by ePrompter, the premier email notification software. Free download

Re: [PHP] Re: Miserable escape string problem

2006-10-05 Thread tg-php
quot;; > print ("\$var1: $var2"); > > All output: > > $var1: 3 > > as expected. > > Is there a way to re-define the escape character or something? I can't think > of why that wouldn't escape the $ properly > ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Miserable escape string problem

2006-10-05 Thread tg-php
__ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using mysql_real_escape_string

2006-10-09 Thread tg-php
echo mysql_errno().": "; echo mysql_error().""; echo ""; $retval = FALSE; die; elseif(mysql_affected_rows() == 0) $retval = FALSE; die;

Re: [PHP] canon jpegs

2006-10-13 Thread tg-php
e canon jpeg in my imaging application GD could handle it. >> >> Any ideas of how to solve this? I'm in a bit of a panic. >> >> Emil _______ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: postback for php

2006-10-18 Thread tg-php
refreshing the page is an AJAX type deal. Another buzz word associated with ASP.NET that might help is "datagrid". Just an interactive table of data, but tend to have postback functions in them for editing, sorting, column rearranging, etc. Not exactly the same as ASP.NET's i

Re: [PHP] Comment management

2006-10-23 Thread tg-php
Think he's looking for something that'll manage comments.. not bugs. As he says, so people can post comments (like in the online PHP docs where there are user comments for differnent entries with their own code samples and notes). -TG = = = Original message = = = Maybe you mean a b

Re: [PHP] Is there a function can decrypt md5 ??

2006-10-24 Thread tg-php
w whether md5 can be decrypted or not. Thank you! -- Brad ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Microsoft Partners With Zend

2006-11-01 Thread tg-php
http://www.winbinder.com much better than GTK if you work on Windows platforms and want standalone PHP apps :) And I can't find it now, but a few years ago when I was dipping my toe into the ASP.NET world to try to be compliant with "Existing standards" in a company I wor

Re: [PHP] WAP?

2006-11-02 Thread tg-php
WAP is just a sort of XML specific to creating 'cards' and content for cell phones. I did some stuff a few years ago, was even in line to teach a class at a local training institute. Once you figure out what structure you want to use for your cards and all that, the PHP stuff

Re: [PHP] WAP?

2006-11-02 Thread tg-php
at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Viruses

2006-11-02 Thread tg-php
re it can be used as a To: field for spam/virus/trojan/whatever emails. Some items that appear to be coming from the list may not be going through PHP-General's list serv at all, therefore they may have zero control over whether you receive it or not. Unfortunate reality of today's

Re: [PHP] Viruses

2006-11-02 Thread tg-php
re it can be used as a To: field for spam/virus/trojan/whatever emails. Some items that appear to be coming from the list may not be going through PHP-General's list serv at all, therefore they may have zero control over whether you receive it or not. Unfortunate reality of today's

Re: [PHP] Viruses

2006-11-02 Thread tg-php
re it can be used as a To: field for spam/virus/trojan/whatever emails. Some items that appear to be coming from the list may not be going through PHP-General's list serv at all, therefore they may have zero control over whether you receive it or not. Unfortunate reality of today's

Re: [PHP] Viruses

2006-11-02 Thread tg-php
re it can be used as a To: field for spam/virus/trojan/whatever emails. Some items that appear to be coming from the list may not be going through PHP-General's list serv at all, therefore they may have zero control over whether you receive it or not. Unfortunate reality of today's

Re: [PHP] WAP?

2006-11-03 Thread tg-php
index.wml I must be doing something really stupid wrong here... But what? -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (h

RE: [PHP] hiding passwd in cmdlines that appear in the process list

2006-11-29 Thread tg-php
Would it be possible, Jochem, to just make a shell script that does the call to mysql and have PHP exec() the shell script? I don't know if you'd have the same problem or not. I've never done something like this in *nix and paid attention to the process list. Also, I'm gu

Re: [PHP] hiding passwd in cmdlines that appear in the process list

2006-11-29 Thread tg-php
___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] hiding passwd in cmdlines that appear in the process list

2006-12-01 Thread tg-php
iue because a shell vars declered on a shell is only > exposed > to its subshells, that means that only exec's and system functions > calls > into the php itself resive those vars declared into the php ! > > You can see this argument in the following code > >

Re: [PHP] Random pictures - not twice

2006-12-03 Thread tg-php
by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] hiding passwd in cmdlines that appear in the process list

2006-12-04 Thread tg-php
y of "security through obscurity" which isn't > a best practice scenario. But I can't think of another way to run mysql > under these circumstances that's any better. but given that the ENV var is only available to the shell php in currently running in (and any s

RE: [PHP] Need help with RegEx

2006-12-11 Thread tg-php
y ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Recomended host

2006-12-18 Thread tg-php
I'm going to be controversial here and take issue with both of you. 1. The original question was about a hosting provider. Presumably a PHP web hosting provider. So it is vaguely on-topic and is a question that's asked a lot. It's easy to get a list of hosting providers online

Re: [PHP] Recomended host

2006-12-18 Thread tg-php
I'm going to be controversial here and take issue with both of you. 1. The original question was about a hosting provider. Presumably a PHP web hosting provider. So it is vaguely on-topic and is a question that's asked a lot. It's easy to get a list of hosting providers online

[PHP] Re: [an attempt to inject a bit of humor back into the situation] Re: [PHP] Recomended host

2006-12-19 Thread tg-php
I hate you all. Screw PHP. I'm switching to Cold Fusion. :) PS. Puppies are good with ketchup. = = = Original message = = = tedd wrote: > At 3:50 PM -0500 12/18/06, <[EMAIL PROTECTED]> wrote: >> I'm going to be controversial here and take issue with both of y

Re: [PHP] Video question

2006-12-19 Thread tg-php
all, most of the solutions you're going to find are not PHP oriented. You might use PHP to handle the listing and selection of the videos, but not so much the streaming and security aspects. Hopefully this has given you some places to start looking for a real solution. Good luck! -TG =

Re: [PHP] [an attempt to inject a bit of humor back into the situation] Re: [PHP] Recomended host

2006-12-19 Thread tg-php
nd sometimes deservedly so. But, let's end it this way. This list is too small to employ a full-time village idiot, so we all take turns. Whenever I see Roman's sig, I'll figure it's his day. Cheers, tedd PS: Happy Holidays everyone. -- --- http://sperling.com

Re: [PHP] Database Question

2006-12-20 Thread tg-php
and insert daily data in them? -- A _______ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Are PHP5 features worth it?

2006-12-21 Thread tg-php
it interacts with on the web server can very well be PHP of any flavor, or any other web app scripting language or even just regular HTML I suppose. I love statements like Bernhard's. -TG = = = Original message = = = At 3:14 PM +0100 12/20/06, Bernhard Zwischenbrugger wrote: > >

Re: [PHP] Count empty array

2006-12-21 Thread tg-php
ot; and then not count if its empty and just set it to 0, but am wondering if there was a better way. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada Community College www.wncc.edu 775-445-3326 _______ Sent

Re: [PHP] Jump to a record when searching MYSQL with PHP Paging?

2006-12-22 Thread tg-php
swer really comes down to one of two things (I love lists): 1. Use HTML or something non-PHP to jump to the item. the named anchor tag is one of the most common or.. 2. Use PHP to output a segmetn of the data and visually highlight (with color changes or whatever) the item. But still you'

Re: [PHP] Calling API on Windows?

2006-02-24 Thread tg-php
Don't know if it helps much, but maybe there's something buried in WinBinder (http://www.winbinder.com) that could help. It's a much better (IMO) Windows GUI for PHP than GTK is... and is windows specific so might have have w32/ffi helper functions. Good luck! -TG = = = O

Re: [PHP] Re: Is this possible with php

2006-03-06 Thread tg-php
Yeah, you can't do the local computer file moving and all that with the same script as your server side component, but if you'd rather not learn C# or another language like that, but you're comfortable with PHP, I'd highly recommend checking out Winbinder (http://www.winbi

[PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
ery("OPTIMIZE TABLE '".$tableName."'"); if(!$optimizeTableQuery){ print mysql_error(); } } } } anyone? - Jimmie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
corresponds to your MySQL server version for the right syntax to use near ''track'' at line 1You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near - Jimmie -- PHP General Mailing List (ht

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
PHP Mailer skrev: Jay Blanchard skrev: [snip] User i am running is locally granted all in permission. Using reply =) [/snip] Use reply-all, that way if the person that was helping you is not there any more others can help. Echo the query statement out and see what it looks like. Please post

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Jay Blanchard skrev: [snip] User i am running is locally granted all in permission. Using reply =) [/snip] Use reply-all, that way if the person that was helping you is not there any more others can help. Echo the query statement out and see what it looks like

[PHP] Test email

2006-03-24 Thread PHP Mailer
Seems pretty dead tonight. Checking POP3 quickly. Ignore this email or reply kindest! =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
interface protocol $time = date("Y-m-d H:i:s"); // current time and date $request_method = $_SERVER['REQUEST_METHOD']; // refer agent method $gateway_interface = $_SERVER['GATEWAY_INTERFACE']; // refer agent gateway $server_proto

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snipp

Re: [PHP] opening .Z archive with gzopen

2006-03-26 Thread PHP Mailer
Chris skrev: nicolas figaro wrote: Hi I'm using php 4.3.11 on linux RH9. I'd like to open a .Z archive with gzopen. I looked at the options of gzopen, but I'm not sure there is a way to specify the compression used by compress/uncompress. Has anyone ever tried and done this

[PHP] Err wrong reply addr

2006-03-26 Thread PHP Mailer
Sorry guys -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concider

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concider

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP nu

Re: [PHP] mysql query/$post problem

2006-03-27 Thread PHP Mailer
ALUES ('$avname')WHERE id ='$user_id')"; As Nicolas said, it is important that you understand your abilities to debug these queries by outputting them through simple commands such as echo or even the php-mysql function mysql_error(); give these a try Let us know how it work

RE: [PHP] Going loopy with arrays.....

2006-03-31 Thread tg-php
rray ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Going loopy with arrays.....

2006-03-31 Thread tg-php
'][] = array( 'lon' => -99.0618, 'lat' => 29.179 ); array_walk( $array, 'print_elements' ); thnx, Chris ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Going loopy with arrays.....

2006-03-31 Thread tg-php
to put each H in its own file, open it, do the stuff, close it, go to the next file as it might have been quicker but I so wanted to do this with the array. The complication is that when the file is sent the H's are not in order, so they have to be grouped together (with changing their

Re: [PHP] PHP Script to open phpBB2 accounts

2006-04-19 Thread tg-php
riginal message = = = I'm looking for a ready made php script that can open phpBB 2.0.20 accounts By sending username, email and password. NE!? Thanks berber ___ Sent by ePrompter, the premier email notification software. F

Re: [PHP] PHP Script to open phpBB2 accounts

2006-04-19 Thread tg-php
Stut... how many of those have asked for your credit card number? -TG = = = Original message = = = Jay Blanchard wrote: > [snip] > I'm looking for a ready made php script that can open phpBB 2.0.20 > accounts > By sending username, email and password. > /snip] > &g

RE: [PHP] PHP Script to open phpBB2 accounts

2006-04-20 Thread tg-php
The idea of creating a phpBB user when a weberdev one is created has merit, but I'm not sure I saw anyone recommend doing the opposite? Since you have a fair idea of how weberdev creates users (since you created it) why not insert some PHP code into phpBB to create a weberdev account

Re: [PHP] strange php url

2006-04-21 Thread tg-php
like "Default.htm". Most of the time there are other options like you might add a "index.php" if your site uses PHP. The other thing that could happen is they could be using something like the Apache mod_rewrite (some info at http://www.modrewrite.com/ among others) which

Re: [PHP] strange php url

2006-04-21 Thread tg-php
You could do that... a "poor man's mod_rewrite" might involve something like this and making the main PHP parsing script your 404 page.. so no matter where you went on a page, the 404 redirect to your PHP script would parse the request (or would you get the post-redirected URL

Re: [PHP] strange php url

2006-04-21 Thread tg-php
someone please let me know as I do use this technique quite a bit. - Joe ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Natural order of things.

2006-04-26 Thread tg-php
,4,'0'); You could also probably convert the number from a string to an actual number so it sorted numerically. I think you get the idea. Give it a try and let us know! Then go back to the MySQL list and tell them how great PHP is. -TG = = = Original message = = = Hi gang: I poste

Re: [PHP] Natural order of things.

2006-04-26 Thread tg-php
lso probably convert the number from a string to an actual number so it sorted numerically. I think you get the idea. Give it a try and let us know! Then go back to the MySQL list and tell them how great PHP is. -TG = = = Original message = = = Hi gang: I posted the following question to

Re: [PHP] we are looking for experienced php programmers full time freelance...

2006-04-28 Thread tg-php
s an insult to an ~berGeek. -- John C. Nichel IV Programmer/System Admin (~berGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] _______ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [JOB] PHP developered needed in Largo, MD

2006-04-28 Thread tg-php
hat need to be dealt with and discussed in person to handle remotely all the time. Send an email with a copy of your resume attached and any links to or samples of your work if available to "[EMAIL PROTECTED]". (just tried to end that sentence with a semi-colon.. PHP has taught me

Re: [PHP] Printing with php

2006-05-03 Thread tg-php
(more PHP relevant answer) Why not create PDFs out of your invoices and initiate a print of that instead of a web page? Check out the stock PDF functions or libraries like FPDF and PDFLib. Good luck! -TG = = = Original message = = = Hi I am working on a project that creates invoices. It will

Re: [PHP] Convert from jpg to gif ... change dpi...

2006-05-08 Thread tg-php
ne via magecopyresized. But, you cannot change the DPI of an image. tedd ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Convert from jpg to gif ... change dpi...[off something]

2006-05-08 Thread tg-php
t because it doesn't exist. > Go ask a chicken what "eggs per package" it's egg will be put in, a > dozen, a dozen and a half, two dozen, or what? Eggs, like pixels, > haven't friggen a clue as to what packing they're going to be put in. Beautiful. *app

Re: [PHP] WINNER

2006-05-08 Thread tg-php
(Holmes), but I retired after winning one of these > lotteries ;-) > Holy shit, he lives! ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions - session_start()

2006-05-15 Thread tg-php
session_start() doesn't need to be the first line of your PHP code, it just needs to be called before any other output is performed. Including any blank spaces or anything else. If you have: --- 1: 2: --- It's not going to work because you have a blank line being output to the b

Re: [PHP] round behavior changed

2006-05-19 Thread tg-php
dia.org/wiki/Significance_arithmetic#The_round-to-even_rounding_rule) seems to have to do with the whole number. I dunno.. some links to read up on though. Good luck! -TG = = = Original message = = = Hi, I searched the archives but did not found anything. It seem that the round functio

Re: [PHP] Including Functions; one file or many?

2006-05-26 Thread tg-php
Since we're talking about include()ing functions specifically, I don't think there's going to be much trouble to be had. Your file may be something like this: If that's executed by PHP by being called directly, it won't do anything. It's worth noting your p

Re: [PHP] OO purism sucks - sell me on PHP5?

2006-06-02 Thread tg-php
I'm kind of coming from the outside here, so forgive my ignorance on some matters. I have some OO experience, just not with PHP and have only worked with PHP4 so again.. kind of on the outside of all this. Rasmus, you make a great point here. OO is structured and is all about constr

RE: [PHP] If value is odd or not

2006-06-02 Thread tg-php
n software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] When is "z" != "z" ?

2006-06-05 Thread tg-php
I know this discussion doesn't need to continue any further..hah.. but I think the biggest confusion people are having is that they're looking at two things and assuming that PHP operates the same on both and these two things serve different purposes. 1. Incrementing strings: Be

Re: [PHP] When is "z" != "z" ?

2006-06-05 Thread tg-php
ns are two valid choices among many ways that it could have been handled. >From a developers point of view it becomes "it is what it is". Now >understanding the nature of the beast we must accept that this is just how PHP >works. It's not wrong, it's just strange whe

Re: [PHP] remove keys from array

2006-06-12 Thread tg-php
Crap.. I remember seeing an example of something that yielded arrays like this and now I can't find it. It basically created an array (from a database I thought.. but can't find the example under mysql_fetch_assoc or mysql_fetch_array... thought it was in the standard PHP document

Re: [PHP] Using PHP/HTML effectivly

2006-06-14 Thread tg-php
I'm guessing that phpBB is doing things the "right way".. that is, separating presentation and logic. In cases like that, you have your PHP code and your HTML in separate files with as little 'logic' in the HTML as possible. I'm kind of oversimplifying the expla

Re: [PHP] Calculating difference between two days

2006-06-14 Thread tg-php
Shouldn't be too difficult in PHP. \n"; echo "Minutes difference: $minutesdiff\n"; echo "Hours difference: $hoursdiff\n"; echo "Days difference: $daysdiff\n"; ?> And if you want a larger example to play with, here's something I did a coup

Re: [PHP] mysql_db_query & INSERT

2006-06-20 Thread tg-php
as I mentioned earlier >there can be duplicates. I simply cannot retreive the maximum value since >some other user could have inserted something during that time. > >Any ideas? > >Thanks in advance. > >Cheers, > >Prathap _______

[PHP] Best store for mans

2008-07-30 Thread php-general
/ -- PHP

Re: [PHP] Re: Re: Re: Remove index.php from url

2008-10-11 Thread jason php
o. At least nothing simple and free. Run a Google search for > "mod_rewrite iis" and you will see what I mean. > -- > Crash > Committed to the search for intraterrestrial intelligence. > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

[PHP] Sessions

2004-02-17 Thread php-general
- This mail sent through IMP: http://horde.org/imp/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mysql_connect error

2004-03-22 Thread php-general
hat sender expressly states them to be the views or representations of an entity or person, who shall be named by the sender and who the sender shall state to represent. No liability shall otherwise attach to any other entity or person. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

RE: [PHP] FCK Editor

2004-12-07 Thread tg-php
tor. If you don't have IE, then you are stuck with the textarea and coding your own html. I know this list includes lots of individuals who like to remain off the beaten path (sometimes myself), but you sometimes pay a price for that. http://www.phpnuke.org/modules.php?name=Statistics PHP Nuke&

Re: [PHP] Removing a return character

2004-12-10 Thread tg-php
___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text tools

2004-12-13 Thread tg-php
if you want to implement something web-based though. Damn, I forget the name now but there was one recently that worked in IE, but not in Firefox. Someone mind re-posting that for Will? Good luck! -TG = = = Original message = = = Hello, I was just wondering how to build a text editing tool

Re: [PHP] Re: Good and free encoder for PHP5

2004-12-15 Thread tg-php
play Afterlife. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sort by string length...

2004-12-21 Thread tg-php
l overwrite each other if you don't do another layer like I did (with $tmparr[$length][] = $value); Just gotta get a little clever with it. Good luck! -TG = = = Original message = = = Any idea how to sort an array by string length? Rus

Re: [PHP] stripping negative number

2004-12-23 Thread tg-php
the right format. Pls advise. -- roger --- Sign Up for free Email at http://ureg.home.net.my/ ------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] filesize math

2004-12-24 Thread tg-php
x27;; _______ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calculate No Of Days

2005-01-03 Thread tg-php
)) { $daydiffarr["Seconds"] = $remainder; } else { $daydiffarr["Seconds"] = $daydiff; } # Display results foreach ($daydiffarr as $timeframe=>$count) { echo "$timeframe = $count\n"; } ?> = = = Original message = = = Hi Is there any function avialable in PHP t

Re: [PHP] Comparison Operator

2005-01-10 Thread tg-php
Ahh.. the trick question. hah.. Ok, let me see if I remember this (although it doesn't seem to follow the logic in my head.. I know someone else will explain it better but let me take a crack at it): When comparing a two different variable types that PHP thinks it knows how to compar

Re: [PHP] Error in foreach?

2005-01-10 Thread tg-php
ns nothing or doesn't set the GET variables, you might see if that's the problem. But yeah, print out the $_GET data right before the foreach and see what's in it. I'm guessing it doesn't contain an array because either no data was passed to the query string (is the P

Re: [PHP] $_GET & $_POST simultaneously

2005-01-11 Thread tg-php
omes > from GET or POST, it should be way less effort to copy one array to another > or have a lookup function to return the given value. > > / Lars > > - Original Message - > From: "Bostjan Skufca @ domenca.com" <[EMAIL PROTECTED]> > To: > Sent

Re: [PHP] NT Auto Authentication?

2005-01-18 Thread tg-php
do, you might look into LDAP or something possibly. More details might be useful if you'd like to post them. -TG = = = Original message = = = Anybody figured out how to auto authenticate into a windows server? I need to have some users log through NT Authentication on their browser without

[PHP] Re: PHPED PHP IDE

2005-01-18 Thread tg-php
er and it's not free. The debugger is an element a number of people use. We use it in PHPEclipse as well. Versions of the DEBUGGER are free, but there are also 'improved' versions that are not, integrated into other IDE's -- Lester Caine - L.S.Cai

[PHP] Search indexing.. Re: [PHP] Search engine

2005-01-20 Thread tg-php
;t do with just doing a 'LIKE' SQL query on your raw content). I know this isn't strictly PHP related, but if someone hasn't done a basic indexing search engine in PHP, then it's time someone did I think. :) -TG = = = Original message = = = Why not use PHP to create

Re: [PHP] quoting values in HTML - is there a diference between ' and "

2005-01-20 Thread tg-php
ally which facet of it's rendering engine is being used to display the page. -TG = = = Original message = = = I always thought quoting values in HTML had to be dome with double quotes ("). however on reeding some stuff in the PHP manual the examples use single quoted. Single

[PHP] Firefox's Web Developer Extension.. Re: [PHP] quoting values in HTML - is there a diference between ' and "

2005-01-20 Thread tg-php
ndering engine is being used to display the page. Is this http://www.chrispederick.com/work/firefox/webdeveloper/ what you are refering to? Looks interesting. will give it a go tonight. Ben _______ Sent by ePrompter, the premier email notific

Re: [PHP] Firefox's Web Developer Extension.. Re: [PHP] quoting values in HTML - is there a diference between ' and "

2005-01-20 Thread tg-php
till cool in my book. Style and new standards be damned. -TG ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] REPOST: Serving WML

2005-01-21 Thread tg-php
something else. My stuff was all made to use old green background/black LCD text type cell phone. Havn't played with it in ages, but thought I'd post what I had as an example. Everything else can be done with a PHP backend to snag your email via POP3 or whatever you're tryin

[PHP] Problem after upgrade PHP 5 with array-merge

2005-01-24 Thread PHP Question
Dear all,   After my provider decided to upgrade PHP to version 5, i'm getting the following error:   Warning: array_merge() [function.array-merge]: Argument #2 is not an array.   This is the line where it gets stuck:   $_SESSION['aanhefmr'] = array_merge($_SESSION[

Re: [PHP] Replace credit card numbers with X ???

2005-01-25 Thread tg-php
for the last 4 with an 'X' ... can't seem to locate the string function for this... can someone point me in the right direction here to what php item i should be using. Thanks! Joe ___ Sent by ePrompter, the premier email noti

<    3   4   5   6   7   8   9   10   11   12   >