My blog
About me
CV page
Scripts & resources
Ask a question
Search
Topic Title
Topic Body
Both
2 Important Updates for Simple Blog Script [PHP] Feb 16, 2010
Two fixes to update the Simple Blog.
Update One (admin/pages/posts.php)
--------------------------------------------
Line 196 after
<?php
Add
if($_POST['topicID'] != NULL)
{
Then after line 213, add another bracket to become:
<?php } }?>
Update Two (pages/showdates.php)
--------------------------------------------
Replace Line 40:
while(true)
To become:
while($startYear <= $endYear)
That is it.
0 replies
Working on an email extractor [PHP] Sep 04, 2009
Many have seen my old
email extractor
class and maybe actually gave it a run. Personally, I never liked that piece of work that I did.
As you might guess, I am working on a new email extractor which stores the info in a database table. It is much more general than the previous one and checks for duplicates before entry. This will help enable forking of child processes without being afraid of data collisions.
I am in the testing phase.
0 replies
Categories
General
(1)
PHP
(2)
MySQL
(0)
PHP Classes
(4)
Dates
[2009]
»
September
»
October
»
November
»
December
[2010]
»
January
»
February
»
March
»
April
»
May
»
June
»
July
»
August
All rights reserved © Aziz S. Hussain 2009 -
Contact Me
-
Privacy Policy
-
TOS