[PHP-WIN] Color scheme/table differences, from operating system to operating system?

2013-09-29 Thread Jacob Kruger
g system difference? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
- don't know why this is suddenly, again, seeming to corrupt the output image resource somehow. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Pierre Joye" To: "Jacob Kr

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
two areas that should have had boxes drawn for them are: And, the coordinates of the two test/text areas/box outlines are (x-y*x-y): 10-10*200-50 50-50*500-80 Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message -

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
Ok, here's the test code - the drawBox() function is the current application/implementation am now trying out: Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Cc: &q

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Jacob Kruger
a link, and source code, etc. Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Pierre Joye" To: "Jacob Kruger" Cc: "php-windows" Sent: Friday, September 06, 2013 7:

[PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Jacob Kruger
specific image resource to the obscure colour, and then copy it over the original/existing image resource before outputting/returning the combination? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] More about file/directory permissions

2013-08-30 Thread Jacob Kruger
e/execution works quite happily on my development machine, but, won't then cooperate when published to server, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] My own, relatively simple, complete CMS system

2013-08-30 Thread Jacob Kruger
hing has been around 16 hours - yes, haven't tested it too much, but, it seemed to work here on my windows-hosted XAMPP machine, and now just need to sort out folder/directory permissions on remote, linux server for creating directory structure/uploading images, etc. Stay well Jacob

Re: [PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-22 Thread Jacob Kruger
hmod command used in past to set permissions, the MSWindows command line FTP doesn't seem to recognise it as a command, although you'd expect the FTP server itself to be handling it, but, will try out the use of the mkdir command, and see how it operates. Stay well Jacob Kruger Blind

Re: [PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
and write access are allowed 7 Everything is allowed Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Sent: Wednesday, August 21, 2013 5:34 PM Subject: Re: [PHP-WIN] Folder per

Re: [PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
difference/recommendation is/should be? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Sent: Wednesday, August 21, 2013 5:05 PM Subject: [PHP-WIN] Folder permission

[PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
tream: Permission denied and failed to open stream: Permission denied Is this possibly to do with it being a linux server, running Apache 2.0, or, the name of the folder /images, or am I missing something 'obvious' here? TIA, for any thoughts/ideas on what to try change Jacob Kru

[PHP-WIN] Simple method for generating PDF files for output/download, based on pretty much just image content

2013-08-18 Thread Jacob Kruger
with PDF-specific forms of write-protection enabled - but that bits not necessarily too important. TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Next question about data output...

2013-08-16 Thread Jacob Kruger
t of site owner why he should use either smaller, or lower DPI images - but, seems to work as such - even on production server, FWIW. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Sascha

Re: [PHP-WIN] Next question about data output...

2013-08-16 Thread Jacob Kruger
is->iID>0) { $sSQL = sprintf("select b_image from tbl_budget_templates where id = %s and b_image IS NOT NULL;", $this->iID); $res = $this->mysqliObj->query($sSQL); if ($res->num_rows>0) { $row = $res->fetch_assoc(); header('HTTP/1.1 200 OK', True, 200); hea

Re: [PHP-WIN] Next question about data output...

2013-08-16 Thread Jacob Kruger
itch image output rendering back to simpler method that worked before, instead of using actual mysqli_statement, and see if works as such - might also put the memory usage 'logging' in there, to actually compare them, or something. Stay well Jacob Kruger Blind Biker Skype: BlindZA &#x

Re: [PHP-WIN] Next question about data output...

2013-08-16 Thread Jacob Kruger
%s from %s where id = %s;", $sField, $sTableName, $iID); $stmnt = $this->mysqliObj->prepare($sSQL); $stmnt->execute(); //think this is command/action triggering issue $stmnt->bind_result($bOut); $stmnt->fetch(); $stmnt->close(); $imgOut = imagecreatefromstring($bOut); un

[PHP-WIN] Next question about data output...

2013-08-15 Thread Jacob Kruger
data out of the DB - thoughts? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] imageManipulation wrapper class, etc.

2013-08-14 Thread Jacob Kruger
tent.com/u/13327195/imageManipulation.zip Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Found the cause of corrupted data storage in mySQL

2013-08-14 Thread Jacob Kruger
, which is now longblob, which seems to have a limit of like 4Gb, or thereabouts... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
/mention of/for, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Sent: Tuesday, August 13, 2013 7:03 PM Subject: Re: [PHP-WIN] Performance/handling limit on mys

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
lect b_test from tbl_mysqli_test;"); $stmnt->execute(); $stmnt->bind_result($bOut); $stmnt->fetch(); header("Content-Type: image/png"); header("Content-Disposition: attachment; filename=\"test.png\""); echo $bOut; $stmnt->close(); $mysqliObj->close(

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
Also, BTW, if I leave out the blob/binary data field, and use all of that test code, apart from the send_long_data() call, it works fine with integer and varchar fields. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
C:\xampp\htdocs\mysqli\bind.php on line 21 object(mysqli_stmt)#2 (9) { ["affected_rows"]=> int(-1) ["insert_id"]=> int(0) ["num_rows"]=> int(0) ["param_count"]=> int(1) ["field_count"]=> int(0) ["errno"]=> int(2006) ["error"

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
"]=> "MySQL server has gone away" Will have to try find out what error no. 2006 refers to - bit of an irritation that it's a possibly too commonly used search term, in terms of being a relatively recent year, etc... Jacob Kruger Blind Biker Skype: BlindZ

Re: [PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-13 Thread Jacob Kruger
Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Pierre Joye" To: "Jacob Kruger" Cc: "php-windows" Sent: Tuesday, August 13, 2013 9:08 AM Subject

[PHP-WIN] Performance/handling limit on mysqli_real_escape_string() function?

2013-08-12 Thread Jacob Kruger
etc. etc.? Thoughts/suggestions? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Dynamic image transparency

2013-08-09 Thread Jacob Kruger
co.za/transparency/index.php And, the actual code to implement the transparency is the following - from trans.php: Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Cropping images with fading outline effects, using GD, etc.?

2013-08-07 Thread Jacob Kruger
Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Pierre Joye" To: "Jacob Kruger" Cc: "php-windows" Sent: Wednesday, August 07, 2013 10:08 AM Subject: Re: [PHP-WIN] Crop

Re: [PHP-WIN] Cropping images with fading outline effects, using GD, etc.?

2013-08-07 Thread Jacob Kruger
For example, the following imagick function might handle output image opacity setting, but, it would still be nice to just handle outline gradual fading on one go: http://www.php.net/manual/en/imagick.setimageopacity.php Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had b

[PHP-WIN] Cropping images with fading outline effects, using GD, etc.?

2013-08-07 Thread Jacob Kruger
ile I am currently pretty much just using GD library, I would be open to other suggestions/workarounds/thoughts on the simplest way to implement something like this? And, if I'm just missing, or haven't come across a simple way to implement faded/graded outlines for images, would al

Re: Re: [PHP-WIN] Readfile() + mpg = http status 500, windows server 2012, php 5.5.1

2013-08-02 Thread Jacob Kruger
lean' output of file contents. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: To: ; Sent: Friday, August 02, 2013 8:48 PM Subject: Aw: Re: [PHP-WIN] Readfile() + mpg = http status 500

Re: [PHP-WIN] Readfile() + mpg = http status 500, windows server 2012, php 5.5.1

2013-08-02 Thread Jacob Kruger
And, if you change Content-Disposition to something like?: header('Content-Disposition: attachment; filename="movie.mpg"'); Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: To: Sent

[PHP-WIN] Applying text/string insertion to images using GD, including additional formatting like bold, italic, underline etc.

2013-07-24 Thread Jacob Kruger
regarding applying additional styling to text to be overlaid on image resources? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Need help with mysql error

2013-06-07 Thread Jacob Kruger
instead of just mysql, to make sure there are no funny characters in the values as such. The standard mysql real escape function is explained here: http://php.net/manual/en/function.mysql-real-escape-string.php Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his

[PHP-WIN] Podcast/audio playback tweaking

2013-05-03 Thread Jacob Kruger
bookmarking functionality into part of that as well, to make it easier to implement, with minimal actual server-side coding required then? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Combine/merge/mix audio files using PHP

2013-05-03 Thread Jacob Kruger
t would need/want to set possibly overlapping start times for the input chunks/tracks in the output track, if that makes sense? Now, aside from trying to do this with something like a call to a command line command on different operating systems - that idea seems to get mentioned quite a bit on the 'net, am just thinking that something like this should be relatively doable/possible using binary streams/data from the source files, etc. - or am I wrong here? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] PHP class to add your own sound effects to a webpage

2013-04-28 Thread Jacob Kruger
test it a bit more myself. And, this is the implementation that had tested somewhat across platform, on windows PC, with different browsers, linux machine, running firefox, mac PC's, my android phone, and some iPhones, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Facebook and twitter API usage/implementation using PHP classes/modules?

2013-04-02 Thread Jacob Kruger
Thanks - will then stick to checking those out. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Pierre Joye" To: "Jacob Kruger" Cc: "php-windows" Sent: Tue

[PHP-WIN] Facebook and twitter API usage/implementation using PHP classes/modules?

2013-04-02 Thread Jacob Kruger
a PHP code on your own site, etc.? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Another experimental web page

2013-04-01 Thread Jacob Kruger
ted: https://dl.dropbox.com/u/13327195/gd.zip Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Please I am brand new and lost in programing

2012-12-12 Thread Jacob Kruger
Although not everyone agrees with this site, I like their structuring of web development tutorial material, including HTML, CSS, PHP, javascript, etc. etc.: http://www.w3schools.com/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his s

Re: [PHP-WIN] Weird/strange issue with PHP file

2012-10-14 Thread Jacob Kruger
ilt-in server logs, but anyway. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Niel Archer" To: Sent: Sunday, October 14, 2012 7:33 AM Subject: Re: [PHP-WIN] Weird/strange issu

[PHP-WIN] PHP: The right way, and Javascript: The right way

2012-10-11 Thread Jacob Kruger
http://www.phptherightway.com/ and http://jstherightway.com/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Weird/strange issue with PHP file

2012-10-09 Thread Jacob Kruger
er version, or maybe at the very least, test/try out things on XAMPP instance before putting them up on live server. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger"

[PHP-WIN] Weird/strange issue with PHP file

2012-10-09 Thread Jacob Kruger
ns, or something, but that doesn't really make much sense if the same functionality now works split into 2 lines, instead of just operating in one, or something...? Thoughts, etc.? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Simple static content search using PHP

2012-09-27 Thread Jacob Kruger
for each resulting array element foreach ($arResultsOutput as $result) { echo "" . $result["title"] . "\n"; }//end of looping through arResultsOutput echo "\n"; } else { echo "No search results found"; } ?> Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] codeProject article on TTS for the web

2012-08-14 Thread Jacob Kruger
Well, now also tried specifically upgrading internet explorer to IE9, and at least one of the server side implementations of using HTML5 audio playback worked now, whereas the client-side, javascript one only seems to work in firefox 14 thus far, but anyway. Stay well Jacob Kruger Blind

[PHP-WIN] codeProject article on TTS for the web

2012-08-13 Thread Jacob Kruger
ant, I have put these samples up on a page here - and, the reason the eSpeak example may take a little time to load is the javascript port comes to over 2Mb: http://www.blindza.co.za/webTTS/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Partly client-side, but primarily server side rendition of a sort of data tree-view implementation using PHP, MySQL, and some javascript/JQuery

2012-08-07 Thread Jacob Kruger
ike having added a record to the tree view, it should, in theory remember which nodes had been expanded/collapsed, etc. as well, and render that display state again, on-the-fly, using the JQuery $(document).ready handler, after all parts of the document object model are meant to have been instan

[PHP-WIN] Web-based interactive fiction game engine

2012-08-06 Thread Jacob Kruger
www folder, and it ran fine on my own machine as well, FWIW. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Page refusing to render when published up to actual linux hosting machine..?

2012-08-06 Thread Jacob Kruger
but, anyway...(breathes a sigh of relief after like a whole day's worth of time sort of wasted on this...LOL!) Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Sent: Sat

[PHP-WIN] Page refusing to render when published up to actual linux hosting machine..?

2012-08-04 Thread Jacob Kruger
similar things in past with character encoding issues, dummy/nasty characters in the pages, etc., since this works perfectly alright on my windows machine this side, but, doesn't want to be served by live server as such... Thoughts...? Jacob Kruger Blind Biker Skype: BlindZA '...fate

Re: [PHP-WIN] Referrring to a class object's internal/own function via string referral

2012-08-02 Thread Jacob Kruger
Cool. Thanks. And, makes sense, but, was escaping me up to now... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Keith Davis" To: "Jacob Kruger" ; Sent: Thursday, A

[PHP-WIN] Referrring to a class object's internal/own function via string referral

2012-08-02 Thread Jacob Kruger
work: $fn = $this->funcName; array_walk_recursive($arToPass, $fn, $extraParameter); Thus, what am wondering is if you need to pass a reference to a function through to another process/function/method, using the string value of it's name, etc., how would you then refer to something like

[PHP-WIN] Article on theory, etc. behind MVC (model-view-controller) usage/implementation in PHP

2012-07-23 Thread Jacob Kruger
http://www.tonymarston.net/php-mysql/model-view-controller.html Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Re: Offline/stand alone PHP engine

2012-07-05 Thread Jacob Kruger
used it to sort of redistribute apps/software, you wouldn't really be able to hide your source code, but not the end of the world... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From:

Re: [PHP-WIN] Re: Offline/stand alone PHP engine

2012-07-04 Thread Jacob Kruger
Thanks. Will check/try it out. Main thing would be to allow some guys to make use of like an offline version of some PHP apps/code, etc., so this might/should do the job if it does what it sounds like it should. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his

[PHP-WIN] Offline/stand alone PHP engine

2012-07-04 Thread Jacob Kruger
Similar to something like microweb, just wondering if there are any free, usable stand alone PHP engines out there, and, free would be more useful/important...:) Here's the page for microweb FWIW: http://www.indigostar.com/microweb.php Jacob Kruger Blind Biker Skype: BlindZA '.

[PHP-WIN] Data mining scripts?

2012-07-04 Thread Jacob Kruger
wondering if should sort of manually rewrite my own form of data mining scripts to do something like pull CSV versions of data off server, and then import them into local database instance, or are there already similar things out there? Stay well Jacob Kruger Blind Biker Skype: BlindZA '..

Re: [PHP-WIN] Date Problem

2012-06-21 Thread Jacob Kruger
I wouldn't really be the perfect person to answer this question, but does sound about right to me...:) Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Vinay Kannan To: Toby

Re: [PHP-WIN] Date Problem

2012-06-21 Thread Jacob Kruger
.asp Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Vinay Kannan" To: ; ; "php mysql" Sent: Thursday, June 21, 2012 8:27 AM Subject: [PHP-WIN] Date Problem Hey Guys, I

Re: [PHP-WIN] Object instantiation/referral conventions/alternatives

2012-06-18 Thread Jacob Kruger
That's exactly it - thanks. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Keith Davis" To: Sent: Monday, June 18, 2012 4:00 PM Subject: RE: [PHP-WIN] Object instantiat

[PHP-WIN] Object instantiation/referral conventions/alternatives

2012-06-18 Thread Jacob Kruger
can do a bit more testing/trying out code on my side before uploading pages to server, etc., but anyway. Thoughts, etc.? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Yet another question - this one related to dynamically generating/passing images through to output/browser

2012-06-14 Thread Jacob Kruger
o do a bit more than just render them, etc. Thoughts..? Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Printing large pieces of HTML markup inside the tags..?

2012-06-13 Thread Jacob Kruger
Captioncolumn HTML; ?> Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Keith Davis" To: Sent: Thursday, June 14, 2012 7:18 AM Subject: Re: [PHP-WIN] Printing large pieces of HT

[PHP-WIN] Printing large pieces of HTML markup inside the tags..?

2012-06-13 Thread Jacob Kruger
Came across some code/script/markup similar to the following syntax, and not too sure if it falls under a specific template framework, etc.?: Attendance Register Search $sDivisionName HTML; ?> That's just a piece of it, so don

Re: [PHP-WIN] Determining an external function/method's argument/parameter listing..?

2012-06-12 Thread Jacob Kruger
t; . $param->getName() . "\n"; echo "allowsNull: " . strval($param->allowsNull()) . "\n"; echo "optional: " . strval($param->isOptional()) . "\n"; if ($param->isOptional()) { echo "defaultValue: " . $param->getDefaultValue() . &

[PHP-WIN] Determining an external function/method's argument/parameter listing..?

2012-06-12 Thread Jacob Kruger
e it might not be best to ask too many questions... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Simple error handling/catching/avoidance

2012-06-10 Thread Jacob Kruger
Ok, thanks - now that php.net is back online, that page sorted out a form of solution - check out this relatively simple source code: Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "

Re: [PHP-WIN] Simple error handling/catching/avoidance

2012-06-08 Thread Jacob Kruger
e there is that to call the getUserDepartment() function, I need to refer to it via another parent/wrapper object: Security::getUserDepartment() And, this, again means that I can't really, at runtime, determine if can call that function, or not. Stay well Jacob Kruger Blind Biker Skype: B

Re: [PHP-WIN] Simple error handling/catching/avoidance

2012-06-08 Thread Jacob Kruger
hing like a try - catch exception - and just perform some other action methodology, so was just wondering...? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Keith Davis" To: &quo

[PHP-WIN] Simple error handling/catching/avoidance

2012-06-08 Thread Jacob Kruger
Just wondering why the following code actually renders an error message instead of just then invoking the catch clause: //start code $iVar1 = 0; $iVar2 = 10; try { echo $iVar2 / $iVar1; } catch (Exception $e) { echo "No division by zero allowed"; } //end of code Stay well Jacob Kr

Re: [PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
ran it through another looping function to determine max and min values for the ord() function on each character, and thus determined that anything ranging from 10 to 126 could be included, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not h

Re: [PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
thing like this before uploading content, but, let's see... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Carl Roett" To: Sent: Sunday, May 27, 2012 6:47 PM Subject: Re: [PHP-

Re: [PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
notepad, into something like a textarea field, but, don't think that would always be the perfect process in this site. Will try a couple of other options with regard to DB encoding, and see if come right, but, let's see... Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

Re: [PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
Ok, and, again, it hasn't completely eliminated issue, but has seemed to sort out certain characters, but, not all of them..? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob

Re: [PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
itself..? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Sent: Sunday, May 27, 2012 11:22 AM Subject: [PHP-WIN] Characters in an uploaded text file being c

[PHP-WIN] Characters in an uploaded text file being corrupted

2012-05-27 Thread Jacob Kruger
run/tested under WAMP, on a windows7 64 bit machine, FWIW. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Standalone/distributable engine/wrapper to run PHP apps on various machines

2012-05-21 Thread Jacob Kruger
users needing to have installed their own implementations of web servers, etc. as such. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] PHP .wav creator class

2012-05-17 Thread Jacob Kruger
ength, and number of channels. The class can add one or more audio files in .wav format to the composition of the result audio stream at a given start time position. Then it can generate the result output file in the Wav format." Jacob Kruger Blind Biker Skype: BlindZA '...fate had

Re: [PHP-WIN] Next question about binary files/combining them, etc.

2012-05-13 Thread Jacob Kruger
Length: ' . strlen( $outgoing)); echo $outgoing; } ?> And, those numeric sound clips are not necessarily perfect in terms of file size, etc., but they were just test ones I generated quickly for testing this with. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

Re: [PHP-WIN] Next question about binary files/combining them, etc.

2012-05-13 Thread Jacob Kruger
experimentation, although the first one also includes pseudo-AI, but pretty much all handled using javascript: http://www.blindza.co.za/noughtsAndCrosses/index.php http://www.blindza.co.za/RTDrums/index.php Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, bu

Re: [PHP-WIN] Next question about binary files/combining them, etc.

2012-05-13 Thread Jacob Kruger
nline frame, etc. Thanks again STay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Carl Roett" To: Sent: Sunday, May 13, 2012 11:55 AM Subject: [PHP-WIN] Next question about binary

[PHP-WIN] Next question about binary files/combining them, etc.

2012-05-13 Thread Jacob Kruger
trigger their playback using something like JQuery, or something so they then seemed to be combined, but while still separate..? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Friday afternoon error/issue

2012-05-11 Thread Jacob Kruger
variables are defined/assigned in a single file called dbInc.php which means can set/change variable values relating to host, user name, password, and table names etc. in one place, but anyway... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Alternative methods for storing uploaded images?

2012-05-10 Thread Jacob Kruger
All makes good sense. Will check out code, etc. Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Carl Roett" To: Sent: Thursday, May 10, 2012 11:41 PM Subject: Re: [PHP-WIN] Alt

Re: [PHP-WIN] Alternative methods for storing uploaded images?

2012-05-10 Thread Jacob Kruger
erver-side redirect/reroute, etc., and, main thing is was just wondering about it, but, for now, am definitely quite content/happy enough renaming image files and then using the static content/files later on. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but

[PHP-WIN] Alternative methods for storing uploaded images?

2012-05-10 Thread Jacob Kruger
, obviously, be better to keep the image content static as well...? Thoughts/examples? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Varying naming conventions/pre-defined method names...

2012-05-08 Thread Jacob Kruger
hat's roundabout when realised what had done wrong... Funny to think about it now, but at the time, it was becoming a little frustrating...LOL! Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Re: Alternative to captcha - using JQuery and ajax to 'time' form input

2012-04-28 Thread Jacob Kruger
I know, and do still want to look into mobile port of JQuery as well - could then, I suppose, maybe use something like client sig to see if it was like a mobile browser, and then implement a slightly different version. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

[PHP-WIN] Alternative to captcha - using JQuery and ajax to 'time' form input

2012-04-26 Thread Jacob Kruger
it was real time, and not a form of automated process, by a spambot/robot as such. Only real issue here is it would require user to have cookies and javascript enabled, but anyway..? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Re: Alternative PHP based MySQL admin tool

2012-04-23 Thread Jacob Kruger
Will look into it, but, the bunch of DHTML it seems to be making use of means I might not try too hard... Thanks though. stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Bogdan Rib

[PHP-WIN] Alternative PHP based MySQL admin tool

2012-04-22 Thread Jacob Kruger
ant, but anyway... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] Next bit of PHP code - starting point for shopping cart app

2012-04-20 Thread Jacob Kruger
e to test/try out: http://www.blindza.co.za/bzShopping/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Simple, clean example of PHP, MySQL shopping cart scripts

2012-04-11 Thread Jacob Kruger
l start up the version of XAMP think also have here and see if wants to run under that one. The other one already looked at was called quick.cart, but, it doesn't really have a free/fully modifiable version - or that's how it seems anyway. stay well Jacob Kruger Blind Biker Skype: BlindZ

[PHP-WIN] Simple, clean example of PHP, MySQL shopping cart scripts

2012-04-11 Thread Jacob Kruger
extra features that don't seem necessary as such, etc. Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

[PHP-WIN] bzChess site (sort of) functional now

2012-04-03 Thread Jacob Kruger
es/additions to interface etc., but let's see... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...'

Re: [PHP-WIN] Session and Access Privilages.

2012-03-29 Thread Jacob Kruger
te them back to login page, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Vinay Kannan" To: "PHP DB" ; ; Sent: Thursday, March 29, 2012 9:30 AM Subject: [PHP-WIN] Session

[PHP-WIN] Template framework systems

2012-03-22 Thread Jacob Kruger
ready sort of used a very simple template system to generate static content management system output, but it was very simple, and am just wondering if, when it comes to primarily separating things like content and back-end functionality, what would you recommend as such? TIA Jacob Kruger Blind B

  1   2   >