Re: [PHP] php image and javascript include

2008-09-12 Thread Luke
> > > > -- > --- > Børge Holen > http://www.arivene.net > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Luke Slater

Re: Re: [PHP] CMS-Blog system

2008-09-12 Thread Luke
he mind. > > Also--might consider joining a MySQL list if you're going to have problems > in that area. In a nod to the movie "300"... > > Madness? THIS... IS... PHP-GENERAL! > > > Todd Boyd > Web Programmer > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Readdir() question

2008-09-12 Thread Luke
one include >>>> >>> >>> which would give an error on second and subsequent define()s >>> >>> yet if(!defined... it's already defined so won't be defined subsequent >> times :) >> > > my bad > > >> still crap though >> >> > yes :-P > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-12 Thread Luke
olin Guthrie > gmane(at)colin.guthr.ie > http://colin.guthr.ie/ > > Day Job: > Tribalogic Limited [http://www.tribalogic.net/] > Open Source: > Mandriva Linux Contributor [http://www.mandriva.com/] > PulseAudio Hacker [http://www.pulseaudio.org/] > Trac Hacker [http://trac.edgewall.org/] > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Re: uploading file outside WEB Root

2008-09-12 Thread Luke
tual hosting? >> >> Thanks >> Angelo >> >> >> >> > Hi Angelo, > dev and live are the same Server/Machine type? > Restrictions on the Folder? ( Group restrictions, User Restrictions, etc) > Exists the Folder on the Live System? > > > Regards > > Carlos > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Readdir() question

2008-09-12 Thread Luke
add entries to the table. If you are initially placing many files in there you may want to write a perl/shell/php script to enter all of the initial file entries for the table for you. 2008/9/12 Jochem Maas <[EMAIL PROTECTED]> > Luke schreef: > >> When I need to do 'filesyst

Re: [PHP] Re: MySQL Workbench coming for Linux

2008-09-17 Thread Luke
ailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Re: MySQL Workbench coming for Linux

2008-09-18 Thread Luke
tool (imperfectly, but sufficiently for my needs). > > Dia is just a diagramming tool (unless you can tell me otherwise). > -- > Ross McKay, Toronto, NSW Australia > "Nobody ever rioted for austerity" - George Monbiot > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] Re: php framework vs just php?

2008-10-08 Thread Luke
;>> >> To unsubscribe, visit: http://www.php.net/unsub.php > >>> >> > >>> >> > >>> > > >>> > > >>> > -- > >>> > Atte > >>> > Farid H. López Durán > >>> > > >>&

Re: [PHP] Login [0T]

2008-10-09 Thread Luke
; That's my 2 cents... just 'cause a company gets it wrong most of the > time doesn't mean that there aren't a few shining gems in their bag. :) > > > Todd Boyd > Web Programmer > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Luke Slater

Re: [PHP] php-general list question - [Fwd: Delivery Report (failure) forphp-general@lists.php.net]

2004-02-05 Thread Luke
Me too, and im using the newsgroup, not even the mailing list!! :/ -- Luke "Craig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I get one of these for almost every message I send, usually > with a delay > of a few days and always the same er

Re: [PHP] htaccess

2004-02-24 Thread Luke
Take a look at http://wsabstract.com/howto/htaccess.shtml its covers a bit and is easy to understand! Luke __ "Will'S Scripts" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] The password thing is how do you make the htp

Re: [PHP] Re: looks like the spammers got through anyway

2004-02-25 Thread Luke
OOOh ooh i got one from him too! :) lets do it ;) -- Luke <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 2/25/2004 4:03:05 AM, Will ([EMAIL PROTECTED]) wrote: > I know the feeling!!! I wish they would go away!!! > > ~WILL~ /* You can wish all you want...

[PHP] Re: PHP5 simpleXML bug or am i just being silly :)

2004-02-26 Thread Luke
Dont you need to use " instead of ' as ' is a string literal, while " parses variables etc in that string try this instead: print("$this->user->site[0]::"); Maybe that will help? -- Luke "William Bailey" <[EMAIL PROTECTED]> wrote in me

[PHP] 20 Million Fresh E-mail Addresses

2001-02-06 Thread Luke
TO BE REMOVED FROM FUTURE MAILINGS, SIMPLY REPLY TO THIS MESSAGE AND PUT "REMOVE" IN THE SUBJECT. 20 MILLION E-MAIL ADDRESSES FOR ONLY $249 **Over Night International Shipping Included** Many Call This "The "Perfect E-Mail List" Over 20-Million Of The Best E-Mail Addresses Av

[PHP-I18N] 20 Million Fresh E-mail Addresses

2001-02-06 Thread Luke
TO BE REMOVED FROM FUTURE MAILINGS, SIMPLY REPLY TO THIS MESSAGE AND PUT "REMOVE" IN THE SUBJECT. 20 MILLION E-MAIL ADDRESSES FOR ONLY $249 **Over Night International Shipping Included** Many Call This "The "Perfect E-Mail List" Over 20-Million Of The Best E-Mail Addresses Av

[PHP] $_COOKIE and include() or require()

2002-12-22 Thread Luke Sneeringer
ent file at the time of an include() or require() tag are available to the included file also. Does anyone know of a solution to this problem? Any help would be appreciated. -- Luke Sneeringer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.aggieruf.org/

Re: [PHP] $_COOKIE and include() or require()

2002-12-23 Thread Luke Sneeringer
turns true, but the data that I wanted common.php to display doesn't end up being displayed. As to whether common.inc was able to actually receive the cookies, I haven't the foggiest idea, and there's no way to tell if I can't get it to output anything. Thanks, Luke Chris Wesl

Re: [PHP] $_COOKIE and include() or require()

2002-12-23 Thread Luke Sneeringer
That worked perfectly! The problem is fixed. Thank you so much. Luke Chris Wesley wrote: On Mon, 23 Dec 2002, Luke Sneeringer wrote: That doesn't seem to work. This might be because my require tags also send variables (e.g. common.php?variable=1)--would this make a call to a no

[PHP] Shared object/component equivalent on *nix

2003-01-29 Thread Luke Woollard
Has anyone got a PHP/*nix equivalent solution to the MS Shared VB Object/Component model? See: http://www.cyscape.com/products/country/docs/countryhawk/getselectlist_metho d.htm for an example of a useful component. Thanks, Luke Woollard -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] how to write clean code.

2003-02-02 Thread Luke Woollard
What about the coding standard found on PEAR.php.net LW -Original Message- From: Maxim [EMAIL PROTECTED] [mailto:Maxim [EMAIL PROTECTED]]On Behalf Of Maxim Maletsky Sent: Monday, 3 February 2003 11:19 AM To: anders thoresson Cc: Subject: Re: [PHP] how to write clean code. Coding

RE: [PHP] Re: Etiquette

2003-02-03 Thread Luke Woollard
Chill out. It's only PHP programming. :) -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 4 February 2003 2:56 PM To: Chris Shiflett Cc: Sunfire; Todd Barr; [EMAIL PROTECTED] Subject: [PHP] Re: Etiquette On Mon, 3 Feb 2003, Chris Shiflett wrote: > --- Phi

[PHP] PHP Database Abstraction Layer

2003-02-05 Thread Luke Woollard
7;yourdbname', 'yourdbuser', 'yourdbpass' ); ?> Thanks, Luke Woollard Programmer / Analyst TABORVISION.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] WYSIWYG Content Management system?

2003-02-06 Thread Luke Woollard
www.webeditpro.com has a nice 'static' page editor with one of the most advanced WYSIWYG interfaces I've seen. The company I work for uses a similar one I wrote named SITEWAVE however they wont let me release it under GPL. Heres a great article on building one which I used as the basis for SITEWA

RE: [PHP] anyone know what ical and outlook are programmed in?

2003-02-16 Thread Luke Woollard
Outlook would most likely be written in VC++ &/OR Visual Basic It's just a hunch.. LW -Original Message- From: Kevin Myrick [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February 2003 2:27 PM To: Subject: [PHP] anyone know what ical and outlook are programmed in? Hey all, I was wo

RE: [PHP] Re: URL of calling page

2003-02-16 Thread Luke Woollard
dude - try this: echo $HTTP_REFERER; It'l give you the refering page from when you came. Luke Woollard -Original Message- From: Brendon [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February 2003 3:17 PM To: Acleave Subject: [PHP] Re: URL of calling page On Sun, 16 Feb 2003

RE: [PHP] Protecting files

2003-02-17 Thread Luke Woollard
If you want to hide the content of an .inc or other file that contains PHP code simply rename it with a .php ie: config.inc becomes config.inc.php the server will parse the file as PHP now and not allow users to download it... Alternatively you can protect a directory with a .htaccess file if yo

RE: [PHP] Protecting files

2003-02-17 Thread Luke Woollard
CAPS >How can I protect my php files among other files like templates >(.inc) and mysql config (config.inc) files being copied/read/imported >(front page)/used by other applications other than my site... >can this be done by htaccess? is so , could anyone point me into right >direction? I have

RE: [PHP] script to check if server is up

2003-02-18 Thread Luke Woollard
was running on our old server.. It always seemed to crash at awkard times... Luke Woollard -Original Message- From: Petre Agenbag [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 19 February 2003 12:17 AM To: Subject: [PHP] script to check if server is up Hi I have two servers on two

RE: [PHP] open_basedir Option

2003-02-19 Thread Luke Woollard
BE CAREFUL WITH PHP_ADMIN_VALUE AND OPENING FILES FROM /tmp DIRECTORY ON *NIX SYSTEMS. YOU WILL NOT BE ABLE TO OPEN UPLOADED FILES FOR EXAMPLE UNLESS YOU USE THE 'upload_tmp_dir' OPTION AS ANOTHER php_admin_value... -- You can configure this values for independent VirtualHosts. Just p

RE: [PHP] Root Commands

2003-02-19 Thread Luke Woollard
setuid is a UNIX command. try 'man setuid' on a *nix box.. LW -Original Message- From: Patrick Armour [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 11:36 AM To: Jason Sheets Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Root Commands Great idea. However, that opens up a who

RE: [PHP] Re: excluding same field values in mysql

2003-02-19 Thread Luke Woollard
MORE INFORMATION: http://www.w3schools.com/sql/sql_distinct.asp -Original Message- From: larry [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 20 February 2003 12:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: excluding same field values in mysql In your query

RE: [PHP] PHP file writing to static HTML file. PLEASE HELP

2003-02-19 Thread Luke Woollard
use the fopen, fputs, fclose commands. look up in PHP manual on php.net. Luke Woollard -Original Message- From: Jonathan Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 9:43 AM To: Subject: [PHP] PHP file writing to static HTML file. PLEASE HELP hello, i am in a

Re: [PHP] Got another ripper for you all ;-)

2002-08-15 Thread Luke Welling
> trim($ulist[1]); You mean: $ulist[1] = trim($ulist[1]); Trim() returns a modifies copy of the string. It does not alter the original. A lot of the string functions work like that. Luke Welling -- PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com/e

Re: [PHP] Upload Progress

2002-09-09 Thread Luke Welling
an argument for ASP? HTTP has no way of tracking file upload progress, no matter what scripting language you are using. Luke Welling. -- PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign -- PHP General Mailing L

[PHP] Re: changing session name

2002-09-09 Thread Luke Welling
> I want to change the default session name 'PHPSESSID' to say ex. 'seid'. > > How can I do this without editing to the php.ini since I'm having a site on > a virtual host. Try putting this at the start of your scripts: ini_set ('session.name'

Re: [PHP] Which costs more: connecting to a DB or accessing the file system?

2002-06-25 Thread Luke Welling
handle some of the harder parts for you. It really does depend exactly what you are trying to do with your database or file. Cheers, Luke Welling -- PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign -- PHP Genera

Re: [PHP] Control Structure problem

2003-09-16 Thread Luke Skywalker
try if ( $var == "TEST ONE" || $var == "TEST TWO" || $var == "TEST THREE") { do something; } luke - Original Message - From: "Dan J. Rychlik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 9:5

Re: [PHP] Control Structure problem

2003-09-16 Thread Luke Skywalker
I think speaking for everyone its great to be able to help, we all started somwhere :) i remember getting stuck on the same problem in visual basic ages ago Luke - Original Message - From: "Dan J. Rychlik" <[EMAIL PROTECTED]> To: "Luke Skywalker" <[EMAIL P

Re: [PHP] Control Structure problem

2003-09-16 Thread Luke Skywalker
hing" or $b = "bar" or "something"? and thats just a simple example :) but i know it would be really nice in simple logical expressions Luke - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: "Dan J. Rychlik" <[EMAIL PROTE

Re: [PHP] Control Structure problem

2003-09-16 Thread Luke Skywalker
yeah, i really like using cases they work well and especially if you want to do something different for different values, i forgot about that, its a good way to do it, does php have case else? cuz that is a really handy thing in VB that people often forget... Luke - Original Message

Re: [PHP] Control Structure problem

2003-09-16 Thread Luke Skywalker
Yeah, thats exactly what im thinking, and speaking of it, im going to start using it a lot more :) thanks Luke - Original Message - From: "Martin Towell" <[EMAIL PROTECTED]> To: "'Luke Skywalker'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&

[PHP] Pidget - The PHP5 Widget Library

2003-10-14 Thread Luke Ehresman
splay and logic (HTML is not printed out inline). For more information, visit the website! http://www.pidget.org Thanks, Luke -- Luke Ehresman luke[at]ehresman.org http://www.luke.ehresman.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP & SNMP

2004-01-06 Thread Luke Bailey
I'm trying to access some SNMP agents. I have to have use SNMP v2, otherwise the snmp requests time out. PHP seems to use SNMP v1 by default. How can I change this? EX: I need it to replicate the following command snmpget -v2c ... Luke Bailey -- PHP General Mailing List (http://www.ph

[PHP] PHP and SNMP

2004-01-06 Thread Luke Bailey
mmand snmpget -v2c ... Luke Bailey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] From Cold Fusion back to PHP...

2001-01-17 Thread W Luke
Hi, I started PHP in 1999, and wrote just one Web Site based on it. I started to have a good feel for it and found it easy to implement, as well as it being powerful. Shortly after that though, I was given the opportunity to learn Cold Fusion, and haven't looked back since today. I've got a poss

Re: [PHP] From Cold Fusion back to PHP...

2001-01-17 Thread W Luke
> Hello, I'am a french CF developper and I've just started to dev in PHP. > You're right! Cold fusion is much easier than PHP but I think it's just a > question of "experience". That's one reason yeah. But aside from all the advanages of PHP, it seems a task that would take one step in Cold Fus

[PHP] good ide?

2001-02-27 Thread Luke Loeffler
Does anyone know of a good PHP ide? I've tried PHP-Coder, but it has bugs stem to stern, not the least of which mysteriously deleted an entire page of code... PHP Script editor I've also tried, but it is barren and in German... If only there were a Sun Forte for php.... :( Luke

Re: [PHP] PHP & MYSQL BOOKS

2001-03-19 Thread Luke Welling
ins all the advanced features of PHP4 > and MySql as a compliment. I can't give you an unbiased opinion on whether it is good or not, but you might like to look at "PHP and MySQL Web Development" by Luke Welling and Laura Thomson. Here is a link to it on Amazon. http://www.amaz

Re: [PHP] PHP & MYSQL BOOKS

2001-03-20 Thread Luke Welling
It is $39.95 at barnesandnobel.com and at fatbrain.com. That GST is a killer. It will probably have an RRP around $110 here in Australia too. Cheers, Luke Welling. ""YoBro"" <[EMAIL PROTECTED]> wrote in message 995r3k$poh$[EMAIL PROTECTED]">news:995r3k$poh

[PHP] Book Question - PHP and MySQL Web Development

2001-05-07 Thread Luke Welling
Hi all, I was wondering if anybody out there who has a copy of my book has found any errors. If you have noticed any errors in "PHP and MySQL Web Development" by Luke Welling and Laura Thomson, and have a second, could you drop me an email? I don't think there will be too ma

Re: [PHP] PostgreSQL vs. Interbase

2001-05-07 Thread Luke Welling
ly has better documentation than PostgreSQL from their respective primary sources, but you will find a *lot* more documentation on using PHP with PostgreSQL than with Interbase. Where PHP examples and documentation is database specific, it is mostly MySQL, some PostgreSQL, some Oracle and very little of a

Re: [PHP] Book Question - PHP and MySQL Web Development

2001-05-07 Thread Luke Welling
Egon Wrote: > On Tue, May 08, 2001 at 01:24:02AM +1000, Luke Welling wrote: > > > I was wondering if anybody out there who has a copy of my book has found any > > errors. > > > > If you have noticed any errors in "PHP and MySQL Web Development" by Luke &

Re: [PHP] PostgreSQL vs. Interbase

2001-05-07 Thread Luke Welling
t the current open source version is available from: http://www.borland.com/devsupport/interbase/opensource/ Ongoing "certified" versions with Borland support will be available from somewhere on borland.com for a price and any future open source versions will be available from SourceFo

Re: [PHP] Refreshing multiple frames?

2001-05-07 Thread Luke Welling
retty sure there is an example at www.htmlgoodies.com. Cheers, Luke Welling -- PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] updating flash file with php

2001-05-07 Thread Luke Welling
index.php?p=slides%2Fintro&id=ac2 Cheers, Luke Welling -- PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] Old PHP.net website..

2001-05-10 Thread Luke Welling
""Ender"" <[EMAIL PROTECTED]> wrote: > Does anyone remember the previous php.net website where you would hold > your cursor over a menu bar and it would pop up info? Does anyone know > how to do that or where the script for it is? See http://www.php.net/FAQ.php#13.1 -- PHP General Mailing L

Re: [PHP] A question on how to get the root directory

2001-05-13 Thread Luke Welling
r. To see a list of the predefined constants, look at the output of the function phpinfo(). You will be able to see from what they are set to which ones you want to use. Cheers, Luke Welling ------ PHP and MySQL Web Development by Luke Welling and Laura Thomson http://www.amazon.com

[PHP] Re: Anyone Up?

2002-01-31 Thread Luke Welling
ys I can think of. 1) You could change the way that your code creates the checkbox names, so that rather than getting 12 variables, you get an array with 12 elements. 2) You could repeat your MySQL query on the echo page, and loop though code something like this: $varname = "Check".$mydat

[PHP] Re: Anyone Up?

2002-01-31 Thread Luke Welling
"Jtjohnston" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Luke is that 6:47 pm tomorrow? :) You lost an entire day! > Enough Oz Jokes. Here is my predicament in Canada :-) > > $varname = "Check".$i; > > $

[PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch
Anyone know of some good sites online that show how to optimize performance for PHP/Flash interaction? -L -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch
I guess what I'm looking for "specifically" is a site for Flash/PHP developers. I don't know that any exist...but I'm looking for more of "What kind of design approach to use...?" then a technical answer... -L "Mike Krisher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch
art. > > also flash-db.com has some forums that you may find useful if you have any > specific questions.. > http://www.flash-db.com/Board/index.php > > good luck! > > corey.eiseman > infinite orange incorporated > http://infiniteorange.com/ > > > > > &qu

[PHP] DreamWeaver/PHP ability?

2002-02-07 Thread Luke Crouch
I know Dreamweaver UltraDev has nice site management features for using a JSP/SQL type serverdoes it have similar capabilities with PHP/MySQL? Does anyone know? -L -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php - mail() and sendmails clientmqueue directory

2002-02-23 Thread Luke Vogel
rning that I have dangerous permissions set for that directory (I agree). Has anyone else experienced this issue, and or can anyone recommend a secure solution. -- Regards Luke -- Q: What does FAQ stand for? A: We are Frequently Asked this Question, and we have no idea. -- C.O.L.S FAQ -

[PHP] Re: php - mail() and sendmails clientmqueue directory

2002-02-24 Thread Luke Vogel
Luke Vogel wrote: [snip] > Has anyone else experienced this issue, and or can anyone recommend a > secure solution. Found the solution ... http://www.sendmail.org/~ca/email/doc8.12/SECURITY -- Regards Luke -- Q: What does FAQ stand for? A: We are Frequently Asked this Question,

[PHP] Re: Sorting in php

2002-03-15 Thread Luke Welling
"Uma Shankari T." wrote: > Can anyone please tell me is there any function in php for sorting in > which the contents are stored in array Have you seen sort(), arsort(), asort(), ksort(), natsort(), natcasesort(), rsort(), usort(), array_multisort(), or uksort()? Luke We

[PHP] Re: What permissions for uploading?

2002-03-15 Thread Luke Welling
permissions on both the folder you want to copy the uploaded file to and the temp directory that it needs to go to first? Luke Welling -- PHP and MySQL Web Development Luke Welling and Laura Thomson http://www.amazon.com/exec/obidos/ASIN/0672317842 -- PHP General Mailing List (http://www.php.n

[PHP] Re: Reporting the size of a file/directory on the web server. 820420

2002-03-15 Thread Luke Welling
calculate the approximate download time for > different connection types. > > Is there a way do this? If so I thank you in advance > for the help. http://www.php.net/filesize Luke Welling -- PHP and MySQL Web Development Luke Welling and Laura Thomson http://www.amazon.com/

[PHP] Re: a piece of PHP history

2001-12-12 Thread Luke Welling
&as_mind=17&as_minm=5&as_miny=1981&as_m axd=12&as_maxm=12&as_maxy=1995&rnum=2&selm=3r7pgp%24aa1%40ionews.io.org You can send email to [EMAIL PROTECTED] to try to convince them to add it as an important historical post to their timeline at: http://www.google.com/google

Re: [PHP] Is it possible?

2001-03-26 Thread Luke Welling
ssbrowser reliability will send you spiralling into JavaScript Hell. Luke Welling. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Week Number

2001-06-29 Thread Luke Welling
""Matt "TrollBoy" Wiseman"" <[EMAIL PROTECTED]> wrote: > Does know of anyway to get PHP to return the week number? > As in there are 52 weeks in a year and this is week x? > If there is no internal feature, perhaps something built into PHPLib? How

[PHP] Re: Sorry, i need HTML help

2001-08-29 Thread Luke Welling
n off topic question to an already busy mailing list. Luke Welling. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] preg_match_all but no preg_replace_all?

2004-08-10 Thread Luke Davison
> I want to be sure, that preg_replace replaces all matches. But it > doesn't accept the /g modifier. And anyhow, there's no preg_replace_all > like there is an preg_match_all. Will preg_replace replace everything by > default? from php.net: mixed preg_replace ( mixed pattern, mixed replacement,

[PHP] using foreach() to capture multiple selections

2004-09-21 Thread Luke Mackenzie
Subject: using foreach() to capture multiple selections hi, i would like to to put multiple selections from a form list into a single variable using foreach but am unsure how to do so. can someone advise how to adapt the following code? - lukem - quality c

Re: [PHP] Stats (was anchor name on URL)

2008-11-19 Thread Luke Slater
On Wed, 19 Nov 2008, Ashley Sheridan wrote: On Wed, 2008-11-19 at 09:50 -0500, tedd wrote: Nathan Rixham wrote: well that bubble should have popped.. from some of my sites: Browser % visits Firefox 88.43% Internet Explorer 9.99% and At 12:25 PM + 11/19/08, Stut wrote: Firefox is

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
/** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists. Not following the usual coding style I know but I can't bring myself to touch it... You'd better not tou

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
lways do an AJAX request :) On Sun, 7 Dec 2008, tedd wrote: At 1:59 PM + 12/7/08, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists.

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
h ;) On Sun, 7 Dec 2008, Robert Cummings wrote: On Sun, 2008-12-07 at 13:59 +, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists.

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
2008-12-07 at 13:59 +0000, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists. Not following the usual coding style I know but I can't bring mysel

Re: [PHP] Chrome 1.0 released

2008-12-15 Thread Luke Slater
Hah, the world will only be a small collateral fallout in the mighty battles . . . On Mon, 15 Dec 2008, German Geek wrote: > Conspiracy against M$? I thought they were conspiring against the world :-) > > Tim-Hinnerk Heuer > > http://www.ihostnz.com > > > On Mon, Dec 15, 2008 at 2:22 PM, Yeti w

[PHP] PHP telnet server

2008-12-30 Thread Luke Slater
and there seems to be no real information out there? I would imagine that I'm looking for the wrong thing, however. In short I'm looking for the basic idea on how a MUD server would be implemented in PHP. Thanks in advance for anything, Luke Slater -- PHP General Mailing List (http://w

Re: [PHP] PHP telnet server

2008-12-30 Thread Luke Slater
That supersocket class certainly seems good enough to get me started, thanks everyone! On Tue, 30 Dec 2008, Manuel Lemos wrote: Hello, There are plenty of ready to use solutions to build TCP servers. Here are some of them: Simple TCP Daemon http://www.phpclasses.org/daemon Generic socket ba

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
Well the current system runs of a 20MB internet connection in London, seeing as that's the UK that about 2MB. It runs fine, responses are snappy even dealing with loads of users. This, however, is written in C: does PHP have that much of an overhead so that bandwidth is actually that much of a

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
ation it does become an issue? On Thu, 1 Jan 2009, Robert Cummings wrote: On Thu, 2009-01-01 at 13:27 +, Luke wrote: The current system also uses some kind of strange text based database, I was wondering if using MySQL for the database would slow it down too much? Which MUD engine are yo

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
WELL, while we're advertising, tcz.net telnet tcz.net 23 The MUD does indeed cover many aspects of programming, most of them even have their own scripting language! On Thu, 1 Jan 2009, Robert Cummings wrote: On Thu, 2009-01-01 at 19:03 +0100, Per Jessen wrote: Robert Cummings wrote: 'c..

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
Well, I'm only 16 and I'm using 'em. They are pretty good but depreceated rather a lot as graphical MUDs came around. The people on them are generally of the, ah, computing persuasion though so it's a good way to meet people with like interests :) On Thu, 1 Jan 2009, Per Jessen wrote: Rob

[PHP] Storing and then printing ANSI escape sequences in (and then from) variables

2009-01-07 Thread Luke Slater
$connections[$channel][1] . " " . $buffer . chr(7); It will print as a literal string, actually printing \033[33m to the screen, so how do I make it work? I'm sure I'm missing something fatally simple here. Thanks for your help, Luke Slater -- PHP General Mailing List (htt

Re: [PHP] Storing and then printing ANSI escape sequences in (andthen from) variables

2009-01-07 Thread Luke Slater
$buffer . chr(7); then it would work perfectly. Thanks again, Luke Slater On Wed, 7 Jan 2009, Fred Briand wrote: Paul M Foster a écrit : On Wed, Jan 07, 2009 at 11:11:53PM +, Luke Slater wrote: Hi, I'm storing ANSI escape sequences in an array, stored like this: $connections[$c

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Kyle Terry wrote: On Mon, Jan 19, 2009 at 1:28 PM, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - vast

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects - v

Re: [PHP] Clarity needed OT

2009-02-06 Thread Luke Slater
On Friday 06 Feb 2009 18:13:02 tedd wrote: > At 1:55 AM +0100 2/6/09, Jochem Maas wrote: > >that tedd's unlimited educational resources (tutors/courses) might > >go someway to undoing all the harm Fox News inflicts on the masses. > > Or to provide clarity to those who think that Fox News is doing h

Re: [PHP] Happy 1234567890 day!

2009-02-13 Thread Luke Slater
On Friday 13 Feb 2009 17:39:09 Daniel Brown : > 2009/2/13 Lists : > > :-) > > > > Donovan > > To you, as well! I think it's really neat. For us in the EST > time zone, with time adjustments and such, it'll be 6:31:30p tonight. > > > > -- > > daniel.br...@parasane.net || danbr...@php.net > h

Re: [PHP] ruby / rails within a php site

2009-03-04 Thread Kyohere Luke
lation the way it expects to be run... Thoughts? Luke. On Wed, Mar 4, 2009 at 9:02 AM, dg wrote: > If it's html that Ruby generates, you could probably call that file as an > include? > > Something like... > > $ruby = file_get_contents('rubyfile.html'); > &

[PHP] Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
, it fails again, which makes me believe that the problem is with the double quotes. I've used procmon and it shows that when the double quotes are added around the last argument, gammu.exe is not even called at all. Problem is that the double quotes are required by gammu to send an sms with spaces in it. Any ideas? :-( Luke

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Unless i'm mistaken, data written to the process's stdin (for the other process) is not treated like an argument. If I add the arguments to the process name/path? I'm back to square one. Luke. On Thu, Mar 19, 2009 at 6:25 PM, Shawn McKenzie wrote: > Kyohere Luke wrote: > > Hi,

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Unless i'm mistaken, data written to the process's stdin (for the other process) is not treated like an argument. If I add the arguments to the process name/path? I'm back to square one. Luke On Thu, Mar 19, 2009 at 6:25 PM, Shawn McKenzie wrote: > Kyohere Luke wrote: > > Hi,

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Eventually settled for getting rid of the spaces in the path. That worked. Thanks. Luke On Thu, Mar 19, 2009 at 8:06 PM, Bastien Koert wrote: > > > On Thu, Mar 19, 2009 at 12:48 PM, Kyohere Luke wrote: > >> Thanks, but I tried this. Doesn't work because the path\to\gam

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Eventually settled for getting rid of the spaces in the path. That worked. Thanks. Luke On Thu, Mar 19, 2009 at 8:06 PM, Bastien Koert wrote: > > > On Thu, Mar 19, 2009 at 12:48 PM, Kyohere Luke wrote: > >> Thanks, but I tried this. Doesn't work because the path\to\gam

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
work was to get rid of the spaces in the path/to/exe. Luke. On Thu, Mar 19, 2009 at 8:24 PM, bruce wrote: > hey... > > if you're going to deal with file/pathnames in windows/linux.. you're going > to have to encapsulate them with "" or with '' ie double/

<    1   2   3   >