g system difference?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
- 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
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 -
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
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:
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...'
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...'
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
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
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
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
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
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...'
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
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
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
%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
data out of the DB - thoughts?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
tent.com/u/13327195/imageManipulation.zip
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
, 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...'
/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
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(
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...'
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"
"]=> "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
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
etc. etc.?
Thoughts/suggestions?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
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...'
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
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
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
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
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
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...'
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
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...'
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...'
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...'
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
a PHP code on
your own site, etc.?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
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
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
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
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...'
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"
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...'
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...'
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
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...'
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
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...'
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
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
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
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
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...'
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:
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
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
'.
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
'..
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
.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
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
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...'
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...'
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
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
t; . $param->getName() . "\n";
echo "allowsNull: " . strval($param->allowsNull()) . "\n";
echo "optional: " . strval($param->isOptional()) . "\n";
if ($param->isOptional()) { echo "defaultValue: " .
$param->getDefaultValue() . &
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...'
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: "
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
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
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
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
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-
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
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
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
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...'
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...'
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
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
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
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
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...'
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...'
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
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
, 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...'
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...'
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
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...'
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
ant, but anyway...
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
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...'
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
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...'
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...'
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
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 - 100 of 190 matches
Mail list logo