Tweedle Dee…
Have you ever played with an Etch-A-Sketch to the point where you can see the miniature silver balls that cover the screen with powder and the stylus that makes it all possible? Yeah, I have a lot of time on my hands right now…
This past week has been quiet. I’ve completed the install of Word Press and it has been working to my satisfaction. Although I am also aware that there have been many blogs created where bloggers either double click or simply don’t wait long enough for the files and the process to complete itself. Thats a problem that is honestly out of my hands… I’ve removed the verification step where an email was sent to the bloggers account because it seems to me that the link was being cut off since it didn’t fit in one line. I’ve tested the process over and over again after the change and it appears to continue to work.. I’m also aware that error messages come up in the process… line 22, 28, 76 and … are fine. However I will continue to look into it. All I would ask for is that people have a little more of patience while these glitches are being fixed…
If your curious to know what the script/program looks like… here is a glimpse
$link = mysql_connect(DB_HOST,DB_USER,DB_PASSWORD) or die (”Could not connect”);
@mysql_select_db(DB_NAME, $link);$query = “select * from table where blah = ‘blah’”;
$result = mysql_query ($query,$link) or die ( mysql_error ());
$row = mysql_fetch_array ($result);
$blog = $row['blog'];mysql_close($link);
I think you can say that was the easy part in writing the script, program, archive or whatever you want to call it… Some programmers/webmasters wouldn’t even consider publishing thier work, but in my case, if it can help someone out I’m glad i was able to do so… Not to mention that this is only a fraction of the code…
About this entry
You’re currently reading “Tweedle Dee…,” an entry on [//édúwín||réyés\\]
- Published:
- 10.23.05 / 6pm
- Category:
- Blogs Dominicanos, Programing

No comments
Jump to comment form | comments rss [?] | trackback uri [?]