Re: [PHP] Days until Easter and Christmas

2008-11-17 Thread Bastien Koert
On Sun, Nov 16, 2008 at 1:18 PM, Yeti [EMAIL PROTECTED] wrote: I guess Canadians are slower, eh? :-) LOL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Only cuz it colder here! -- Bastien Cat, the other other white meat

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Bastien Koert
, visit: http://www.php.net/unsub.php I found the licensing on phdesigner to be somewhat restrictive. Its not a bad editor, but I have been playing with Aptana which has a slightly steeper learning curve -- Bastien Cat, the other other white meat

Re: [PHP] while-question

2008-11-18 Thread Bastien Koert
hand side'? -- Bastien Cat, the other other white meat

Re: [PHP] How to Execute Multiple SQL Updates Using PHP

2008-11-19 Thread Bastien Koert
://www.php.net/unsub.php One thing to watch there is that you don't exceed the max query size limit (which looks to be about 64K in size) for the sql string -- Bastien Cat, the other other white meat

Re: [PHP] Re: file_Exists() and case

2008-11-24 Thread Bastien Koert
things easier for you. -- Bastien Cat, the other other white meat

Re: [PHP] Netbeans 6.5 WAS: phpDesigner 2008?

2008-11-27 Thread Bastien Koert
time with APTANA Studio, though there is a learning curve -- Bastien Cat, the other other white meat

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Bastien Koert
and its a PoS. Constantly crashing and flaky as shit. -- Bastien Cat, the other other white meat

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Bastien Koert
-- Bastien Cat, the other other white meat

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Bastien Koert
: http://www.php.net/unsub.php How about not throwing a js error on opening a new tab? Kinda basic, even MS should be able to handle that or so I would have hoped. I have less issues with Chrome and its beta -- Bastien Cat, the other other white meat

Re: [PHP] Help with IF ELSE

2008-12-05 Thread Bastien Koert
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php One option is to base64encode it before sticking it in the db and then doing a base64decode upon retreival. -- Bastien Cat, the other other white meat

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

2008-12-05 Thread Bastien Koert
. Javascript can be nice as an addition, but only that. Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Never trust the user, always validate on the server -- Bastien Cat, the other other white meat

Re: [PHP] Downloading file from local network machine

2008-12-05 Thread Bastien Koert
function -- Bastien Cat, the other other white meat

Re: [PHP] MSSQL_CONNECT problem

2008-12-08 Thread Bastien Koert
', $connection); Have you created a mssql account to allow connetion from whereever you are coming from? -- Bastien Cat, the other other white meat

Re: [PHP] A MySQL Question

2008-12-09 Thread Bastien Koert
or the underverse? -- Bastien Cat, the other other white meat

Re: [PHP] Poll of Sorts: Application Frameworks--Zend, Cake etc

2008-12-11 Thread Bastien Koert
not far behind -- Bastien Cat, the other other white meat

Re: [PHP] Foreign Keys Question

2008-12-11 Thread Bastien Koert
-- Bastien Cat, the other other white meat

Re: [PHP] First PHP program

2008-12-13 Thread Bastien Koert
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php There are a host of free editors that can be looked at Apatana Studio and NetBeans are excellent editors -- Bastien Cat, the other other white meat

Re: [PHP] php client

2008-12-14 Thread Bastien Koert
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Hey, thats pretty cool. I have a project in mind where that may be very useful. Thanks for the link, Nathan. -- Bastien Cat, the other other white meat

Re: [PHP] new xampp server problem w/mail

2008-12-15 Thread Bastien Koert
://www.php.net/unsub.php Getting email to work on a Windows installed local machine is a pain in the ass...I usually just code it and test it online since I tend to use the same code all the time -- Bastien Cat, the other other white meat

Re: [PHP] Create unique non-autoincrement key for 700,000 records?

2008-12-15 Thread Bastien Koert
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php update mytable set hash_field = md5(AutoIdField + unix_timestamp()) -- Bastien Cat, the other other white meat

Re: [PHP] Printing

2008-12-17 Thread Bastien Koert
and allowing the client to handle the rest. -- Bastien Cat, the other other white meat

Re: [PHP] Printing

2008-12-17 Thread Bastien Koert
to be printed. You can't, the best you can do is send the PDF down and let the user choose to do with it what they will -- Bastien Cat, the other other white meat

Re: [PHP] Re: Read/decode barcodes from an image

2008-12-17 Thread Bastien Koert
barcode after which we pick it up and handle the rest hth -- Bastien Cat, the other other white meat

Re: [PHP] PHP Form email w/attachment

2008-12-17 Thread Bastien Koert
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php You need to allow the user to upload the file first, using the standard http file upload. After its on the server, use phpmailer to handle the mailing...easy peasy -- Bastien Cat

Re: [PHP] Re: HTTP Error 500 - IsapiModule

2008-12-19 Thread Bastien Koert
is unchecked the browser's Tools internet options advanced tab -- Bastien Cat, the other other white meat

Re: [PHP] ACL Framework / Library

2008-12-24 Thread Bastien Koert
http://framework.zend.com/manual/en/zend.acl.html -- Bastien Cat, the other other white meat

Re: [PHP] Since I speak with some of you more than people I see in person....

2008-12-30 Thread Bastien Koert
to be...they are a lot of fun after the first year of eating sleeping and pooping ;-) -- Bastien Cat, the other other white meat

Re: [PHP] IE Problem Detecting Post Variables

2009-01-01 Thread Bastien Koert
On Thu, Jan 1, 2009 at 11:59 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Thu, 2009-01-01 at 11:25 -0500, Phpster wrote: What about using the onclick to set a js variable to be sent to the server? That should be more cross server compliant. Bastien Sent from my iPod

Re: [PHP] First steps towards unix and php

2009-01-08 Thread Bastien Koert
laptop goodies. -- Bastien Cat, the other other white meat

Re: [PHP] How can a script tell if there's a MySQL problem?

2009-01-09 Thread Bastien Koert
the my.cnf file connection number to a larger amount - * max_connections* 3. cache what you can (memcache, apc, filesystem, etc) -- Bastien Cat, the other other white meat

Re: [PHP] iconv is messing up a spreadsheet generated by the Spreadsheet Excel Writer

2009-01-13 Thread Bastien Koert
()? Is it text data that is causing the issue? -- Bastien Cat, the other other white meat

Re: [PHP] installing php 5 with pdflib

2009-01-13 Thread Bastien Koert
pretty simple to implement -- Bastien Cat, the other other white meat

Re: [PHP] developers life

2009-01-19 Thread Bastien Koert
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Bastien Cat, the other other white meat

Re: [PHP] maybe we could all?

2009-01-19 Thread Bastien Koert
the noise; people needing genuine helps posts getting missed etc.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I'm in, sounds like fun and a great way to learn new stuff -- Bastien Cat, the other other white meat

Re: [PHP] Re: Client/Server Printing

2009-01-21 Thread Bastien Koert
://www.tonymarston.net http://www.radicore.org Paul -- Paul M. Foster -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I still like dompdf from http://www.digitaljunkies.cahttp://www.digitaljunkies.com -- Bastien Cat, the other

Re: [PHP] Java / PHP Bridge

2009-01-23 Thread Bastien Koert
get what you want. Note that this is all hearsay on my part. ymmv -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Is that hearsay or heresy? -- Bastien Cat, the other other white meat

Re: [PHP] New PHP User with a simple question

2009-01-26 Thread Bastien Koert
(for the links) would be to use (i)frames and load the new content into the frame -- Bastien Cat, the other other white meat

Re: [PHP] best practice wrt multi-lingual websites, gettext() etc.

2009-01-26 Thread Bastien Koert
. Hi Bastien interesting - does this mean you're also coding for language-awareness yourself? I mean, you must have your own gettext() functionality? A number of pup apps take the approach of storing the label translations in variables inside language folders ( phpmyadmin has

Re: [PHP] Kinda 0.T... php site and maintenance

2009-01-26 Thread Bastien Koert
is probably correct, in that you should just use a preset template or blog software and change $250 flat for it...the first few you might lose money on (if considered in a per hour basis) but as you get faster and more familiar with it, you can get that going more quickly. -- Bastien Cat, the other

Re: [PHP] Kinda 0.T... php site and maintenance

2009-01-26 Thread Bastien Koert
think is fair to support the application. If the calls are few and far between and more related to new dev work, then maybe $10/mth is fair...judge by how many support requests there are knowing that in the first few months after launch there will be more than after 1 year -- Bastien Cat

Re: [PHP] New to PHP question

2009-01-28 Thread Bastien Koert
for the HTML. The only difference is what you plan to do with that data. You could feed it to a controller and let the controller feed it to a View to render in a browser, or send it to a FileOutput class to create a file of the data for comsumption by another resource. -- Bastien Cat, the other other

Re: [PHP] New to PHP question

2009-01-28 Thread Bastien Koert
On Wed, Jan 28, 2009 at 3:28 PM, Paul M Foster pa...@quillandmouse.comwrote: On Wed, Jan 28, 2009 at 03:06:36PM -0500, Bastien Koert wrote: On Wed, Jan 28, 2009 at 2:58 PM, Don Collier dcoll...@collierclan.com wrote: On Wed, Jan 28, 2009 at 12:05:34PM -0700, Don Collier wrote

Re: [PHP] Database Tables Relation Issue

2009-01-30 Thread Bastien Koert
. -- Bastien Cat, the other other white meat

Re: [PHP] frameworks

2009-01-30 Thread Bastien Koert
for now Completeness - symfony has a full ORM layer Mix of the above - cakephp Each comes with its own learning curve from easy to steep... downloaded several and play with them to work out what fits your needs -- Bastien Cat, the other other white meat

Re: [PHP] Re: PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-01-30 Thread Bastien Koert
/) To unsubscribe, visit: http://www.php.net/unsub.php I usually do, only because I grew up using ASP with requires it...just another bad habit -- Bastien Cat, the other other white meat

Re: [PHP] Payment question in Canada

2009-01-30 Thread Bastien Koert
will occasionally stumble over the truth, but usually manages to pick himself up, walk over or around it, and carry on. Winston S. Churchill* * I charge anywhere from $50-$75/hr depending on the project and exactly what the client wants -- Bastien Cat, the other other white meat

Re: [PHP] why does a html mail send as text ?

2009-02-04 Thread Bastien Koert
2009/2/4 Bulend Kolay bma...@ihlas.net.tr I attached my code Thanks Show your code, but it sounds like maybe the HTML flag is not set. Consider using a class like phpmailer or the mime mail class from phpclasses.org Bastien Sent from my iPod On Feb 4, 2009, at 6:28, Bulend Kolay

Re: [PHP] Mutiple SQL request

2009-02-04 Thread Bastien Koert
on the queries to see if any of them can be optimised to run quicker? -- Bastien Cat, the other other white meat

Re: [PHP] Mutiple SQL request

2009-02-04 Thread Bastien Koert
noticed after reading const table...' How can i optimize this query? Is there some tutorial on the net? Thanks, Zechim *De:* Bastien Koert [mailto:phps...@gmail.com] *Enviada em:* quarta-feira, 4 de fevereiro de 2009 12:46 *Para:* Jônatas Zechim *Cc:* php-general@lists.php.net

Re: [PHP] is this use of subquery smart

2009-02-04 Thread Bastien Koert
://www.php.net/unsub.php try a case when then statement. -- Bastien Cat, the other other white meat

Re: [PHP] Garbage Collection

2009-02-05 Thread Bastien Koert
back or to provide an undelete type functionality. -- http://www.voom.me | EFnet: #voom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php this gets my vote -- Bastien Cat, the other other white meat

Re: [PHP] Clarity needed

2009-02-06 Thread Bastien Koert
in there.. Greets from Canada -- Bastien Cat, the other other white meat

[PHP] RE: [PHP-DB] Re: PHP4 with MYSQL5

2006-03-06 Thread Bastien Koert
it does, you need the updated mysql library that comes with the php 5 files (libmysql.dll for windows) bastien From: João Cândido de Souza Neto [EMAIL PROTECTED] To: php-db@lists.php.net,php-general@lists.php.net Subject: [PHP-DB] Re: PHP4 with MYSQL5 Date: Mon, 06 Mar 2006 18:38:56 -0300 I

[PHP] RE: [PHP-DB] recommending a PHP book?

2005-03-15 Thread Bastien Koert
Martin Fowler is the man behind most of this style of Enterprise Architecture (http://www.martinfowler.com/books.html#eaa) His Pof EAA is the definitive book on this and is used as the model for php bastien From: Danny Lin [EMAIL PROTECTED] To: php-db@lists.php.net, phpdoc@lists.php.net, php

[PHP] RE: [PHP-DB] How to optimize select of random record in DB ?

2004-10-15 Thread Bastien Koert
skip the two step process and use RAND in the sql statement SELECT * FROM table1, table2 WHERE a=b AND cd ORDER BY RAND() LIMIT 1000; bastien From: -{ Rene Brehmer }- [EMAIL PROTECTED] To: [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: [PHP-DB] How to optimize select of random record in DB ? Date

[PHP] RE: [PHP-DB] Re: Office document upload to website (and inserting in MySQL if possible)

2004-10-02 Thread Bastien Koert
() { // In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead // of $_FILES. global $article, $FileFlag,$myfile; $uploaddir = '../bastien/uploads/'; //change to match your dir $uploadfile = $uploaddir . $_FILES['userfile

[PHP] Re: [PHP-DB] array field type

2007-03-05 Thread Bastien Koert
another option might be to store xml snippets that match the array. if you are using large numbers of arrays, perhaps a revamping of the db structure to map the arrays to sub-tables might be in order bastien From: Micah Stevens [EMAIL PROTECTED] To: Sancar Saran [EMAIL PROTECTED] CC: php

Re: [PHP] Re: Simple Search Logic Issue...

2009-02-16 Thread Bastien Koert
. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php hate to do this at a late date, but %c will match anything ending in 'c'...'c%' will match anything starting in 'c' -- Bastien Cat, the other other white meat

Re: [PHP] Re: webapp to drive/monitor a bunch of system processes

2009-02-16 Thread Bastien Koert
, visit: http://www.php.net/unsub.php what about xenoss? http://www.zenoss.com/ -- Bastien Cat, the other other white meat

Re: [PHP] E-Mail Attachment Filename Encoding Problem

2009-02-17 Thread Bastien Koert
://www.rgraph.org (Updated February 14th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Never met a pussy I didn't like :-P -- Bastien Cat, the other other white meat

Re: [PHP] function array problem

2009-02-17 Thread Bastien Koert
' ='', 'errors' = Array()); } //rest of the code } -- Bastien Cat, the other other white meat

Re: [PHP] escape your variables

2009-02-18 Thread Bastien Koert
...@ptahhotep.com http://www.ptahhotep.com http://www.chiccantine.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Bastien Cat, the other other white meat

Re: [PHP] Full versus relative URLs

2009-02-18 Thread Bastien Koert
directories from the current working directory that your file is in -- Bastien Cat, the other other white meat

Re: [PHP] Two troublesome fields

2009-02-19 Thread Bastien Koert
the nothing we want to do. Why not try a insert into table select fields from table where id = $id -- Bastien Cat, the other other white meat

[PHP] mobile texting app question

2009-02-20 Thread Bastien Koert
any replies. -- Bastien Cat, the other other white meat

Re: [PHP] Re: how to deal with multiple authors for one book

2009-02-24 Thread Bastien Koert
try: 1. using a subselect using your concat_ws 2. a view if your db supports its 3. using php to manipulate the resultset -- Bastien Cat, the other other white meat

Re: [PHP] Getting An Inventory Product Count

2009-02-27 Thread Bastien Koert
/) To unsubscribe, visit: http://www.php.net/unsub.php select modelId, count(*) as total from table group by modelId -- Bastien Cat, the other other white meat

Re: [PHP] How important is your Express or Web Edition database? Please weigh in--

2009-02-27 Thread Bastien Koert
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php MySQL, DB2, SQL Server -- Bastien Cat, the other other white meat

Re: [PHP] Re: How important is your Express or Web Edition database? Please weigh in--

2009-02-27 Thread Bastien Koert
to punters who like marketing hype -- Bastien Cat, the other other white meat

Re: [PHP] Get a list of column field names from a MS Access table

2009-02-27 Thread Bastien Koert
? -- Thanks - RevDave Cool @ hosting4days . com [db-lists 09] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php A dirty way is to query the table where 1=2 to return no results select * from table where 1=2 -- Bastien Cat

Re: [PHP] Whats the correct syntax for using query results in a new query

2009-03-03 Thread Bastien Koert
, CreatedDate, Location, WorkOrderName, AdminID , FormName, STATUS , Notes, pod FROM `workorders` WHERE AdminID in ( '20','61','24') -- Bastien Cat, the other other white meat

Re: [PHP] Strange charecters

2009-03-04 Thread Bastien Koert
, echo's, prints and var_dumps in your code. -- Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php check for a blank space above the ?php of your files -- Bastien Cat, the other other white meat

Re: [PHP] verify another flavor

2009-03-06 Thread Bastien Koert
first_name, last_name) FROM author WHERE (first_name = 'first_nameIN' last_nameIN = 'last_nameIN') -- Bastien Cat, the other other white meat

Re: [PHP] insert array values

2009-03-06 Thread Bastien Koert
: http://www.php.net/unsub.php As its an array, you could join the data with an IMPLODE into a string, but does that meet your needs? The other option is to create a sub-table for this element and insert each item thru a loop individually. -- Bastien Cat, the other other white meat

Re: [PHP] include_path

2009-03-06 Thread Bastien Koert
/unsub.php If the SMARTY call is the same to the same path, should it not be require_once(Smarty.class.php); and not require_once(Smarty/Smarty.class.php); -- Bastien Cat, the other other white meat

Re: [PHP] Header - Redirect Command Not Working

2009-03-10 Thread Bastien Koert
getting an error? What does 'not working' mean? -- Bastien Cat, the other other white meat

Re: [PHP] Daily and Weekly Calendar classes

2009-03-12 Thread Bastien Koert
time slot, etc, etc. I can do the rest of the coding Free is best! -Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php check www.hotscripts.com www.phpclasses.org http://sourceforge.net -- Bastien Cat, the other other white meat

Re: [PHP] Export/Write rows from DBF to CSV

2009-03-13 Thread Bastien Koert
TO VARIABLE $_csv_data .= trim($row['PHONE']).,.trim($row['DATE']).,.\n; -- THIS is where my problem is! This only writes the last row!! -- Bastien Cat, the other other white meat

Re: [PHP] PHP to create an ERD (sic) on the fly on a web page based on current DB records?

2009-03-13 Thread Bastien Koert
you just show them using an administrative tool that can handle ERD? -- // Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php there is a version of phpmyadmin for postgre. phppgadmin is available from sourceforge.net -- Bastien

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
and creates a pdf from it -- Bastien Cat, the other other white meat

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
extension supports it. I ran the code and still get this error. Any ideas? Thanks for your help. Alice -- Bastien Cat, the other other white meat _ Search from any Web page with powerful protection. Get the FREE Windows Live

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
there is no real install. I just placed the folder containing the class files in my dir and in the calling page, required() the main file. The dompdf.inc.php file is where i handle the filesystem links -- Bastien Cat, the other other white meat

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
not possible? Thanks for your help. Alice -- Bastien Cat, the other other white meat -- Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today! Try it now! http://get.live.com/toolbar/overview I don't see why not, just

Re: [PHP] Default field

2009-03-18 Thread Bastien Koert
and now can't find how it's done. Paul -- Paul M. Foster -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php body onload=fieldname.focus(); -- Bastien Cat, the other other white meat

Re: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bastien Koert
to handle common tasks like DB interaction or filesystem processes. -- Bastien Cat, the other other white meat

Re: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bastien Koert
at codeigniter as the framework for this as its is one of the fastest and simplest of the frameworks to work on HTH -- Bastien Cat, the other other white meat

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

2009-03-19 Thread Bastien Koert
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php try double slashes for the path and wrap the pathin quotes if there are spaces in it. Or if possible get rid of the spaces in the folder names -- Bastien Cat, the other other white meat

Re: [PHP] Read Text Content from PDF file

2009-03-20 Thread Bastien Koert
. So I have to look for another solution. Is there a possibility, PHP library, something with which I can READ the texts from a PDF document with PHP? Thanks a lot, Andy. http://www.setasign.de/products/pdf-php-solutions/fpdi FPDI makes it possible. -- Bastien Cat, the other other

Re: [PHP] Read Text Content from PDF file

2009-03-20 Thread Bastien Koert
On Fri, Mar 20, 2009 at 10:23 AM, Andrei Bintintan fo...@interpid.euwrote: Could you be more precise? I’m looking at that class, but I can’t see any function that does that. Andy. *Von:* Bastien Koert [mailto:phps...@gmail.com] *Gesendet:* 20 March 2009 14:57 *An:* Andrei Bintintan

Re: [PHP] Frameworks / obstinate?

2009-03-23 Thread Bastien Koert
servers for a long time. It was always viewes as an acceptable replacement for vbscript. -- Bastien Cat, the other other white meat

Re: [PHP] Form To Mail script generators for Linux

2009-03-23 Thread Bastien Koert
/unsub.php http://www.hotscripts.com/category/php/scripts-programs/form-processors/ is another place to look -- Bastien Cat, the other other white meat

Re: [PHP] Frameworks / obstinate?

2009-03-23 Thread Bastien Koert
://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Flex is gonna be a bigger player in this than js query type manipulation -- Bastien Cat, the other other white meat

Re: [PHP] Error printer_open()

2009-03-27 Thread Bastien Koert
? -- Bastien Cat, the other other white meat

Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Bastien Koert
to limit the uploaded data? Is the folder full to disk capacity of the OS? -- Bastien Cat, the other other white meat

Re: [PHP] time() TIMER in seconds or just numbers

2009-03-30 Thread Bastien Koert
...they bleat like sheep most of the time any way and don't provide much other than dung... -- Bastien Cat, the other other white meat

Re: [PHP] Java applet clearing session variables?

2009-04-02 Thread Bastien Koert
to stop/work around it so I can use the applet and the php script? Thanks, Dan Add the session hash to the page as a hidden field and revalidate /regenerate the session when the page gets submitted? -- Bastien Cat, the other other white meat

Re: [PHP]scheduled task in php IN FIREFOX

2009-04-03 Thread Bastien Koert
/unsub.php instead of loading the php.exe, load FF and point to the script, note that this will open a browser window and you will need to close that in order to keep the resources on the server from being exhausted due to many windows being opened. -- Bastien Cat, the other other white meat

Re: [PHP] difficult select problem

2009-04-06 Thread Bastien Koert
that $Auth has a value of A and should pull all the authors whose last name starts with the letter A -- Bastien Cat, the other other white meat

Re: [PHP] difficult select problem

2009-04-07 Thread Bastien Koert
that data into one common format. That would make the future reads of that data much quicker. -- Bastien Cat, the other other white meat

Re: [PHP] PHP bandwidth control

2009-04-07 Thread Bastien Koert
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I like and have used www.misk.com for the last three years. Its got a nice interface and domains are $10/year -- Bastien Cat, the other other white meat

<    1   2   3   4   5   6   7   >