Re: [PHP] Reminder On Mailing List Rules

2010-10-21 Thread Bastien
a present and whining about the wrapping paper. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Stop bottom feeding the trolls! Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] questions about if statements regarding a checkbox

2010-10-30 Thread Bastien
On 2010-10-30, at 10:28 PM, ad...@buskirkgraphics.com wrote: input type=checkbox name=test If check it will submit the value of 'on' So If($_POST['test'] == on') { Do this }else{ Do this } Richard L. Buskirk -Original Message- From: Ben Brentlinger

Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-04 Thread Bastien
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Ajax back to the server to run the php Bastien Koert

Re: [PHP] Is session_start() using encrypted cookies with HTTPS

2010-11-08 Thread Bastien
://nephtaliproject.com If the cookie needs to be encrypted, why not just encrypt it and worry less about the transport layer? Or just down one hash value id cookie and pull back the secure data for action just on the server? Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Is it possible to install PHP on IIS?

2010-11-16 Thread Bastien
is also an option and will install php/Mysql and other apps like moodle, sugarcrm and others. Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] code quest

2010-11-26 Thread Bastien
:) Adam -- Nephtali: PHP web framework that functions beautifully http://nephtaliproject.com Code igniter, a php framework can do this with one call. It could be worth looking into Bastien Koert 905-904-0334 Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Strange Query Error...

2010-11-27 Thread Bastien
Try removing the backticks around the table names. If you do use them, then all values (field names and table names) need it. Bastien Koert Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ORM doctrine

2010-12-12 Thread Bastien
and associated data set 4 ( yes, 4! ) times and nothing is cached ). Db calls are expensive but not as expensive as extremely poor design! Bastien Koert Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Static content at runtime

2010-12-28 Thread Bastien
you have high traffic. David Yep. Been there, done that! Got massive increases out of the system by using that process. Bastien Koert Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Do you trim() usernames and passwords?

2010-12-29 Thread Bastien
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Wow, dan! That was awesomely funny! And it's not even Friday yet! Bastien Koert Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dotnet Remoting

2011-02-24 Thread Bastien
://www.php.net/unsub.php How about because dotnet and the dotnet framework is a windows product? Bastien Koert 905-904-0334 Sent from my iPhone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: is there any syntax to save a file in mysql?

2011-03-28 Thread Bastien
and use the filesystem to store the actual files in a folder for each user. From Practical experience, after about 12gigabytes of data in the db, you will start seeing performance issues. Not to mention time and performance issues when backing the db. Bastien Koert Sent from my iPhone -- PHP

Re: [PHP] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-02 Thread Bastien
to their level of competence++. Cheers, tedd -- --- http://sperling.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Tedd, I usually find that it's one level above their competence. Bastien Koert Sent from my iPhone

Re: [PHP] email w/attachments

2011-04-17 Thread Bastien
out what hair I have left. Cheers (I think), tedd -- --- http://sperling.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I use phpmailer for that. Great class and easy to do Bastien Koert Sent from my iPhone -- PHP

Re: [PHP] php to store data

2011-05-02 Thread Bastien
to do what you need. -- Thanks, Ash http://www.ashleysheridan.co.uk You might want to google flat file databases. There are systems that already do this. Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] vend-bot?

2011-07-03 Thread Bastien
. Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP frameworks

2011-07-21 Thread Bastien
+1 for CI! it's a joy to work with Bastien Koert 905-904-0334 On 2011-07-21, at 5:20 PM, Paul M Foster pa...@quillandmouse.com wrote: On Thu, Jul 21, 2011 at 03:59:52PM -0500, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP frameworks, but I would like to get

Re: [PHP] form handling

2011-08-11 Thread Bastien
escaping that variable when ajaxing it back? Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (Kinda sorta) PHP related: recovering lost passwords

2011-08-16 Thread Bastien
and the process starts all over again. Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-24 Thread Bastien
account has the drop privilege. If not, grant that privilege or create another user account that does have more privileges Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-25 Thread Bastien
On 2011-08-26, at 12:05 AM, Nam Gi VU nam.gi...@gmail.com wrote: Hi Bastien, I've create new user but cannot find where to log out to change logged-in user. This is strange... On Thu, Aug 25, 2011 at 12:32 AM, Bastien Koert phps...@gmail.com wrote: On Wed, Aug 24, 2011 at 1:30 PM, Nam

Re: [PHP] Episode 2 - All The Cool Kids Use Ruby

2011-09-16 Thread Bastien
That was very funny. A perfect Friday item! Bastien Koert 905-904-0334 On 2011-09-16, at 2:30 PM, Daevid Vincent dae...@daevid.com wrote: http://www.youtube.com/watch?v=5GpOfwbFRcs LOLercopter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] PHP installations, usage, and popularity

2011-09-20 Thread Bastien
examples on the msdn network pages. ( yes, I know it's an account setting in the msdn network :-) ) Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing PHP

2011-09-20 Thread Bastien
the root of the webserver elsewhere in your filesystem Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Bastien
runs java programs using a custom JVM. So any app on those devices will need to run in java. Not sure that you couldn't port the php engine to that, and it would be an interesting task. Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Exporting large data from mysql to html using php

2011-10-24 Thread Bastien
indexes up to date? Have you optimized those index to be clean, not fragmented, and therefore fast? - can you organize the data by some criteria to better show the results? Like by date? Or by starting alpha character? Or by category? Bastien Koert 905-904-0334 -- PHP General Mailing List (http

Re: [PHP] Geo IP Location help needed...

2011-10-24 Thread Bastien
? If the IP is not in your list it could be anything from a new range for a region to IP spoofing or some anonymizer or even an old DB Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exporting large data from mysql to html using php

2011-10-24 Thread Bastien
know of an app with a poorly designed system that easily gets over 240 million Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exporting large data from mysql to html using php

2011-10-24 Thread Bastien
On 2011-10-24, at 11:26 PM, Jim Giner jim.gi...@albanyhandball.com wrote: Yes - but - we're talking about a user-app that the OP is trying to provide 89M records to. Sure - some users might have need of looking at even as much as a million records IF they were researching something that

Re: [PHP] Exporting large data from mysql to html using php

2011-10-24 Thread Bastien
On 2011-10-24, at 11:14 PM, Jason Pruim li...@pruimphotography.com wrote: Jason Pruim li...@pruimphotography.com On Oct 24, 2011, at 9:20 PM, Bastien wrote: On 2011-10-24, at 8:50 PM, Jason Pruim li...@pruimphotography.com wrote: Now that I've managed to list 3 separate

Re: [PHP] Exporting large data from mysql to html using php

2011-10-25 Thread Bastien
: http://www.php.net/unsub.php Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Novice question

2011-10-30 Thread Bastien
/unsub.php Another option is cURL www.php.net/curl Bastien Koert 905-904-0334 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Converting string to array index

2011-11-05 Thread Bastien
-flip.php Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tutorial for the structure of an php-app ?

2011-11-25 Thread Bastien
/) To unsubscribe, visit: http://www.php.net/unsub.php Why not download some and dig into them? Something from sourceforge or a cms like pyrocms? See how they stuck it all together. Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Alternative session control system

2011-12-26 Thread Bastien
the session cookie and the standard HTML headers. Ajax will only start after that initial page load and won't affect the first time the app is accessed Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to mac and trying to define a php.ini file.

2012-01-04 Thread Bastien
/unsub.php MAMP is the easiest way to keep it all together and set up. Gets my vote too Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Bastien
Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] advise needed on a mysql select library function

2012-01-13 Thread Bastien
docs Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What's Your Favorite Design Pattern?

2012-02-07 Thread Bastien
/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I think you should trademark that, Dan Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is it possible to change the html title from the WYSIWYG editor?

2012-02-13 Thread Bastien
Bastien Koert On 2012-02-13, at 5:34 PM, Haluk Karamete halukkaram...@gmail.com wrote: Yeah, but n the context of wordpress, that does not fly. If I do a die; in the middle of wp's tinymce editor, and check back the page, the title is already out there. first 5 lines would be something

Re: [PHP] Test

2012-02-20 Thread Bastien
Definitely doesn't work Bastien Koert On 2012-02-20, at 2:21 PM, Jason Pruim li...@pruimphotography.com wrote: Nope doesn't work, ;) On Feb 20, 2012, at 1:57 PM, Jay Blanchard jay.blanch...@sigmaphinothing.org wrote: Does this work? -- PHP General Mailing List (http

Re: [PHP] Nested database loops and completing an unordered list....

2012-03-01 Thread Bastien
' Would retrieve all items that are children of a top level of 1 and a second level of 10 Hth Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Graphing

2012-03-18 Thread Bastien
. Regards Ross If you are looking at a js type dataviz, check out kendo-ui ( built on jquery ) If you want php based then there are tons of options (YMMV) - phpplot - jgraph - etc ( a quick google will give you more) Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] CMS identification

2012-03-18 Thread Bastien
Bastien Koert On 2012-03-18, at 6:32 PM, Alain Roger raf.n...@gmail.com wrote: ok so here it is: http://i220.photobucket.com/albums/dd277/alainroger/cms-login.png On Sun, Mar 18, 2012 at 11:25 PM, Stuart Dallas stu...@3ft9.com wrote: On 18 Mar 2012, at 22:20, Alain Roger wrote: i

Re: [PHP] Thinking out loud - a continuation...

2012-03-22 Thread Bastien
subsequent query? Thanks for any insight! Would it not be easier to get the data from a view which has the tables joined? Then it would be one query and it's a simple matter to format the results into the multi dimensional array then json? Bastien -- PHP General Mailing List (http://www.php.net

Re: [PHP] MySQL table design

2012-03-22 Thread Bastien
Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] securing a script that exec()s

2012-03-30 Thread Bastien
Bastien Koert On 2012-03-30, at 5:56 AM, rene7705 rene7...@gmail.com wrote: Hi. I have a script that uses imagemagick's convert command on the commandline to get it's work done. These calls to exec('convert [params]') take params from the end-user via a html form, so is very unsecure

Re: [PHP] learning resources for PHP

2012-04-04 Thread Bastien
Bastien Koert On 2012-04-03, at 10:39 PM, Tim Dunphy bluethu...@gmail.com wrote: Hello list, I am quite sure that you've heard this question at least a few times before. :) But I have been dabbling a bit in PHP for years and I've decided that its' high time that became serious about

Re: [PHP] Sorting Help

2012-04-11 Thread Bastien
Bastien Koert On 2012-04-11, at 2:18 PM, Floyd Resler fres...@adex-intl.com wrote: On Apr 11, 2012, at 1:11 PM, admin wrote: -Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, April 11, 2012 11:26 AM To: PHP Subject: [PHP] Sorting Help

Re: [PHP] Re: Email Antispam

2012-04-19 Thread Bastien
Bastien Koert On 2012-04-19, at 1:54 AM, tamouse mailing lists tamouse.li...@gmail.com wrote: On Wed, Apr 18, 2012 at 8:47 PM, Ross McKay ro...@zeta.org.au wrote: On Wed, 18 Apr 2012 11:08:00 -0400, Jim Giner wrote: He literally wants the addresses visible on the sight? [...] Yes

Re: [PHP] SqLite INSERT want not write

2012-04-19 Thread Bastien
Bastien Koert On 2012-04-19, at 4:11 PM, Silvio Siefke siefke_lis...@web.de wrote: On Thu, 19 Apr 2012 13:00:40 -0700 Tommy Pham tommy...@gmail.com wrote: Technically, it's date('now') per [1] :) RTFM FTW! Yes its right, i have read it on sqlite.org. PS: Excuse me, what mean RTFM

Re: [PHP] Running through an enormous SQL file

2012-05-04 Thread Bastien
Bastien Koert On 2012-05-04, at 7:36 PM, Brian Dunning br...@briandunning.com wrote: I have a script that downloads a 267MB SQL file (it creates and loads a MySQL database). Any idea how to do this? Obviously I'm not going to get a file that size into memory to loop through. -- PHP

Re: [PHP] Bust out a PDF via the print stylesheet?

2012-05-18 Thread Bastien
Bastien Koert On 2012-05-18, at 12:34 PM, Brian Dunning br...@briandunning.com wrote: Hey all - The articles on my web site already have a very nice stylesheet that produces a print version. Does anyone know if there's a such a thing as a PHP class that would let me put up a Download

Re: [PHP] Happy Diamond Jubilee everyone!

2012-06-02 Thread Bastien
Bastien Koert On 2012-06-02, at 4:51 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: Paul M Foster pa...@quillandmouse.com wrote: On Fri, Jun 01, 2012 at 06:44:17PM +0100, Ashley Sheridan wrote: This is a bit of a shameless plug, but it is a Friday and a pretty special weekend

Re: [PHP] If PHP Were British

2012-06-22 Thread Bastien
I bow to your skillz! That was pretty awesome! Bastien Koert On 2012-06-22, at 7:02 PM, Daniel Brown danbr...@php.net wrote: On Fri, Jun 22, 2012 at 5:07 PM, Daevid Vincent dae...@daevid.com wrote: http://www.addedbytes.com/blog/if-php-were-british/ Eh, what the hell, it's Friday

Re: [PHP] embedding php inside of php

2012-06-30 Thread Bastien
Bastien Koert On 2012-06-30, at 8:00 PM, Tim Dunphy bluethu...@gmail.com wrote: Hello, I am trying to get the hang of php using some examples that I found in a book. I've been making progress lately, but one thing has me a bit stumped. In an HTML form that I am echoing through PHP I

Re: [PHP] OT (maybe not): Drupal vs WordPress

2012-08-19 Thread Bastien
worthwhile down the road Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Bastien
Bastien Koert On 2012-08-28, at 11:52 AM, Floyd Resler fres...@adex-intl.com wrote: On Aug 28, 2012, at 11:32 AM, Paul M Foster pa...@quillandmouse.com wrote: On Tue, Aug 28, 2012 at 10:46:24AM -0400, Floyd Resler wrote: Is there a way in PHP to get the structure of a FoxPro table

Re: [PHP] The end of mysql

2012-09-08 Thread Bastien
Bastien Koert On 2012-09-08, at 9:54 AM, Jim Giner jim.gi...@albanyhandball.com wrote: Nope. No PDO as yet either jg On Sep 7, 2012, at 11:22 PM, Adam Richardson simples...@gmail.com wrote: On Fri, Sep 7, 2012 at 9:58 PM, Jim Giner jim.gi...@albanyhandball.com wrote: So

Re: [PHP] Images can execute php script?

2012-09-23 Thread Bastien
Bastien Koert On 2012-09-23, at 11:57 AM, admin ad...@buskirkgraphics.com wrote: Today I seen a hack into php that has rocked me to my foundation. I seen a picture uploaded onto a server using php and when php displayed the image, phpinfo() was executed and displayed. Does this problem

Re: [PHP] SNMP via PHP

2012-10-15 Thread Bastien
Bastien Koert On 2012-10-15, at 7:09 AM, Lester Caine les...@lsces.co.uk wrote: OK I've spent the last two hours going through pages of crap generated by google, and that includes google crap created by searches on sites like http://www.phpbuilder.com - cause mainly of cause by php pages

Re: [PHP] foreach

2012-10-15 Thread Bastien
Bastien Koert On 2012-10-15, at 8:16 PM, David McGlone da...@dmcentral.net wrote: I've been sitting here playing around with foreach() and I'm wondering why I am getting these results. here's what I've been fooling around with. the code has no perticular meaning, but I noticed

Re: [PHP] Fwd: PHP Enterprise Bananas

2012-11-06 Thread Bastien
Bastien Koert On 2012-11-06, at 8:03 AM, Ben Edwards list4...@gmail.com wrote: Not sure if this was some type of joke but came across it a while ago. We have some PHP we want to move from a site to a cron. Is this the answer or is there a better way (that does not involve re-writing code

Re: [PHP] storing searching docs

2012-12-13 Thread Bastien
Bastien Koert On 2012-12-13, at 9:10 AM, Jim Giner jim.gi...@albanyhandball.com wrote: Thanks for the input gentlemen. Two opposing viewpoints! I understand the concept of using files for the docs and a table to locate them and id them. But I am of the opinion that modern dbs

Re: [PHP] Strange string stuff -- maybe everything is ending...

2012-12-21 Thread Bastien
[] = $row['category']; } $topic = explode('~',$tmp); // put the delimiter between each entry echo($topic); // this result is used in an AJAX script Shouldn't that be implode to convert the array to string with the delimiter? Bastien -- PHP General Mailing

Re: [PHP] Strange string stuff -- maybe everything is ending...

2012-12-22 Thread Bastien
Bastien Koert On 2012-12-22, at 11:50 AM, Tedd Sperling t...@sperling.com wrote: On Dec 22, 2012, at 7:58 AM, tamouse mailing lists tamouse.li...@gmail.com wrote: A bit of an example to shed a little light? -snip- Not knowing IE really at all, nor it's JS engine, it's entirely

Re: [PHP] how to build multilingual e-commerce website

2012-12-28 Thread Bastien
Bastien Koert On 2012-12-28, at 6:19 AM, Sachin Raut imsachinr...@gmail.com wrote: Dear Friends, I have to develop multilingual e-commerce (clothing) website. Could anyone who has developed these kind of sites before guide me on how to start the development or recommend any tutorial

Re: [PHP] variable placeholders in a text file

2012-12-31 Thread Bastien
Bastien Koert On 2012-12-31, at 4:58 PM, tamouse mailing lists tamouse.li...@gmail.com wrote: On Mon, Dec 31, 2012 at 2:37 PM, Nelson Green nelsongree...@hotmail.com wrote: On Mon, 31 Dec 2012 14:47:20 Stephen D wrote: Yes! Easy standard stuff. $title = 'Mr.; $user_name

Re: [PHP] Apache to serve RESTful requests using PHP

2013-02-09 Thread Bastien
Bastien Koert On 2013-02-09, at 11:42 AM, AmirBehzad Eslami behzad.esl...@gmail.com wrote: Dear list, We're a developing a PHP-driven web service with a RESTful API, and we have a dedicated Linux server for that with 6GB of RAM. Since this service will be used by many clients

Re: [PHP] XML to Array

2013-03-12 Thread Bastien
Bastien Koert On 2013-03-11, at 10:50 PM, Karl DeSaulniers k...@designdrumm.com wrote: On Mar 11, 2013, at 8:22 AM, Bastien Koert wrote: On Sun, Mar 10, 2013 at 6:28 PM, Karl DeSaulniers k...@designdrumm.com wrote: On Mar 10, 2013, at 6:03 AM, richard gray wrote: On 10/03/2013 11

Re: [PHP] Is there a PHP based authentication library?

2013-04-02 Thread Bastien
Check out http://philsturgeon.co.uk/blog/2011/09/ninjauth-social-integration-php from Phil sturgeon. Bastien Koert On 2013-04-02, at 3:41 PM, Mark mark...@gmail.com wrote: Hi Andy, To be honest, that's also not what i'm looking for, but might be a good starting point to extend

Re: [PHP] generate onfly PDF

2013-05-05 Thread Bastien
. Does a good representation of the HTML as PDF Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A Good OOP Tutorial/Read?

2013-05-16 Thread Bastien
Bastien Koert On 2013-05-16, at 5:28 PM, Tedd Sperling tedd.sperl...@gmail.com wrote: -Dan: I teach this stuff and still don't fully understand the why/when for interfaces. Even the guru's I talk with can't give me a good explanation as to what the advantages are in using them. I've

Re: [PHP] Symfony?

2013-05-20 Thread Bastien
Bastien Koert On 2013-05-20, at 12:40 PM, Tedd Sperling t...@sperling.com wrote: Hi gang: Who uses Symfony? Cheers, tedd _ I do. It's not my preferred framework. It's very powerful, but very complex and has a ton of yaml config files for the app

Re: [PHP] REQUEST

2013-05-29 Thread Bastien
Bastien Koert On 2013-05-29, at 12:30 PM, Stuart Dallas stu...@3ft9.com wrote: On 29 May 2013, at 17:26, Last Hacker Always onpoint lasthack...@gmail.com wrote: HEY GUYZ I KNOW, I KNOW THIS IS NOT A PLACE FOR SOMETHING LIKE THIS SO BUT HEY I HAVE A LITTLE TINY QUESTION FOR MY COOL GUYZ

Re: [PHP] Looking for a good working PDO and/or mysqli database class to get started with OOP

2013-05-30 Thread Bastien
Bastien Koert On 2013-05-30, at 10:30 PM, tamouse mailing lists tamouse.li...@gmail.com wrote: On Thu, May 30, 2013 at 8:45 PM, Stephen stephe...@rogers.com wrote: On 13-05-30 09:36 PM, dealTek wrote: Hi all, Thanks for your help... I'm looking for a very good, pre made, working PDO

Re: [PHP] Using Table prefixes

2013-06-08 Thread Bastien
Bastien Koert On 2013-06-08, at 5:58 PM, Tamara Temple tamouse.li...@gmail.com wrote: Julian Wanke jswp...@gmx.at wrote: A database for each client? Isn't that over-powered? If you have 1000 clients, you would loose the overview over your databases... I believe what is being talked about

Re: [PHP] Using Table prefixes

2013-06-08 Thread Bastien
Bastien Koert On 2013-06-08, at 5:56 PM, Tamara Temple tamouse.li...@gmail.com wrote: Tedd Sperling tedd.sperl...@gmail.com wrote: On Jun 8, 2013, at 3:00 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: dealTek deal...@gmail.com wrote: I can see the basic need for a table prefix

Re: [PHP] LightBox click detection

2013-06-15 Thread Bastien
Sorry 'bout the top post. That's how I do it. Capture the click event with jquery and Ajax that back to the server Bastien Koert On 2013-06-15, at 2:07 PM, Tamara Temple tamouse.li...@gmail.com wrote: Tedd Sperling t...@sperling.com wrote: It's Friday so I am allowed to ask odd questions

Re: [PHP] A Strange Problem

2013-06-20 Thread Bastien
root. Any ideas as to what is going on? Cheers, tedd It sounds like a current working directory issue. Try running a getcwd() in both places to see how they are set Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A Strange Problem

2013-06-20 Thread Bastien
Bastien Koert On 2013-06-20, at 1:57 PM, Tedd Sperling t...@sperling.com wrote: On Jun 20, 2013, at 1:44 PM, Bastien phps...@gmail.com wrote: It sounds like a current working directory issue. Try running a getcwd() in both places to see how they are set Bastien I think you have

Re: [PHP] A Strange Problem

2013-06-20 Thread Bastien
Bastien Koert On 2013-06-20, at 2:14 PM, Tedd Sperling tedd.sperl...@gmail.com wrote: Bastien: You were right on - by changing the directory to what I needed, everything works. My follow-up question is Why? I have *never* had to specifically tell any script to chdir() -- why

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Bastien
Bastien Koert On 2013-07-10, at 3:29 PM, Anthony Wlodarski ant92...@gmail.com wrote: Is there anything that would prevent you from somehow uniquely knowing who the user is uploading the file. For example you mentioned client'. If you know who the client is you can append

Re: [PHP] Output to File Instead of Browser

2013-08-20 Thread Bastien
I guess it depends on how your code is structured. I have older coder where the HTML is all one string so a file_put_contents($html, $filename); works simply. Bastien Koert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Friday's Question

2013-09-20 Thread Bastien
Thanks, Bastien On Sep 20, 2013, at 12:51 PM, Tedd Sperling t...@sperling.com wrote: Hi gang: Do you use a Mousepad? My reason for asking is that I've used a Mousepad ever since mice first came out (back when they had one ball). Now that mice are optical (no balls), Mousepads

Re: [PHP] How to capture uploaded file data

2013-09-28 Thread Bastien
Thanks, Bastien On Sep 27, 2013, at 12:56 AM, Mariusz Drozdowski scheme...@wp.pl wrote: Hi all php experts, I would like to ask you all a question, I hope this is the right place to ask it. I'm writing a PHP extension now in c/c++. User uploads a file (could be POST or PUT method

Re: [PHP] create a local temp table in local machine

2013-09-28 Thread Bastien
Thanks, Bastien On Sep 28, 2013, at 3:24 PM, iccsi inu...@gmail.com wrote: I need create a local table on the local machine. I would like to know is it possible to down on server side or client side or jQuery to do the work. Your information and help is great appreciated, regards

Re: [PHP] create a local temp table in local machine

2013-09-28 Thread Bastien
I can load to an array in the memory. Thanks again for helping, Regards, iccsi, Bastien wrote in message news:2fd3037d-f68d-47b3-ac4f-007d9559d...@gmail.com... Thanks, Bastien On Sep 28, 2013, at 3:24 PM, iccsi inu...@gmail.com wrote: I need create a local table

Re: [PHP] create a local temp table in local machine

2013-09-28 Thread Bastien
Thanks, Bastien On Sep 28, 2013, at 8:24 PM, iccsi inu...@gmail.com wrote: Thanks for the information and help, Yes, my data is pretty much static, Can you please give me some link for the solution? It is the solution I am looking for my current situation, Thanks a million

RE: [PHP] Question about time...

2007-10-24 Thread Bastien Koert
what about if (date(m) == 11){ echo ; } bastien To: php-general@lists.php.net From: [EMAIL PROTECTED] Date: Wed, 24 Oct 2007 15:57:38 -0400 Subject: [PHP] Question about time... Hi Everyone, I am attempting to get the logic of something

RE: [PHP] Help securing a server : Owned by W4n73d H4ck3r

2007-11-09 Thread Bastien Koert
me, too this would be interesting bastien Date: Fri, 9 Nov 2007 09:01:09 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]; php-general@lists.php.net Subject: Re: [PHP] Help securing a server : Owned by W4n73d H4ck3r On 11/9/07, Daniel Brown [EMAIL PROTECTED] wrote

RE: [PHP] explorer

2007-11-10 Thread Bastien Koert
on the local machine? no. you can simulate an explorer for files on the server bastien Date: Sat, 10 Nov 2007 18:10:39 +0530 From: [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] explorer Hi, How if, it is possible to open a windows

RE: [PHP] Re: functions versus includes

2007-11-11 Thread Bastien Koert
Wouldn't it be simpler to add some timers in and check for yourself? Bastien To: php-general@lists.php.net From: [EMAIL PROTECTED] Date: Sun, 11 Nov 2007 18:02:58 -0500 Subject: [PHP] Re: functions versus includes No takers on this topic? Frank Lopes

RE: [PHP] Need a hint how to track an error

2007-11-12 Thread Bastien Koert
try firebug for firefox, excellent tool bastien Date: Mon, 12 Nov 2007 13:53:55 +1100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Need a hint how to track an error Ronald Wiplinger wrote: My php program is working with Firefox

RE: [PHP] Sending Pictures to Cell Phones

2007-11-14 Thread Bastien Koert
What is the actual planned implemtation? Email or SMS/MMS? if the latter, you are looking for MMS specs (send XML SMS to phone with media) Try http://hellkvist.org/software/ for code samples HTH Bastien Date: Wed, 14 Nov 2007 13:45:05 -0600 From: [EMAIL PROTECTED] To: php

RE: [PHP] Open Source BTS??

2007-11-15 Thread Bastien Koert
bugzilla or mantis bastien From: [EMAIL PROTECTED] To: php-general@lists.php.net Date: Thu, 15 Nov 2007 15:06:08 -0600 Subject: [PHP] Open Source BTS?? Hey, I am needing to install a bug tracking system on a web server and looking for a good PHP open source solution. Looking for a pretty

RE: [PHP] Should I put pictures into a database?

2007-11-20 Thread Bastien Koert
of storage) - performance slowdowns as image data grows regards, bastien Date: Wed, 21 Nov 2007 10:14:43 +0800 From: [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] Should I put pictures into a database? I have an application, where I use pictures. The size of the picture is about 90kB

RE: [PHP] Sending Pictures to Cell Phones

2007-11-21 Thread Bastien Koert
have a look at www.helkvist.org he has some php classes for MMS bastien Date: Wed, 21 Nov 2007 11:38:37 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Sending Pictures to Cell Phones Maybe too late. Here are some simple starting points

RE: [PHP] Sending Pictures to Cell Phones

2007-11-21 Thread Bastien Koert
my bad http://hellkvist.org/software/ bastien Subject: RE: [PHP] Sending Pictures to Cell Phones Date: Wed, 21 Nov 2007 11:36:58 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] CC: php-general@lists.php.net [snip] have a look at www.helkvist.org

RE: [PHP] Performance question for table updating (SOLVED)

2007-11-24 Thread Bastien Koert
Could there be some performance gain by uploading the data to another table and then update / insert via sql? bastien From: [EMAIL PROTECTED] To: php-general@lists.php.net Date: Sat, 24 Nov 2007 04:03:53 -0700 Subject: Re: [PHP] Performance question

  1   2   3   4   5   6   7   >