Skip to content

Obviate.io

To anticipate and prevent

  • Home
  • About Us
  • History
  • Privacy Policy
  • Toggle search form

Category: Code

mysqli & Custom Session Handlers in PHP 5

I’ve never been one to use mysqli in PHP, I’ve never needed to. Recently though, I’ve started using stored procedures, which necessitated the move to mysqli. Now, this really isn’t that big of a deal. After all, a search and replace of mysql_ with mysqli_ and adding the connection flag, and you are good. Here’s…

Read More “mysqli & Custom Session Handlers in PHP 5” »

Code

Perl Snips

I’ve been working on a PayPal IPN Script. The key to PayPal IPN is that they post the data to your server, you have to post it back to them with one extra query attached. Most scripts I’ve seen read STDIN directly to get the post and then break out the rest of the data…

Read More “Perl Snips” »

Code

Asterisk Manager + Perl + Net::Telnet != Easy

So Asterisk Manager is a telnet service that allows you to control many aspects of Asterisk over telnet. Yea! Now getting it to what you want using Net::Telnet is aparently a different story all together. I spent a number of frustrating hours working on this today, but I can happily say that I got it…

Read More “Asterisk Manager + Perl + Net::Telnet != Easy” »

Code

Well that was dumb

Previously I wrote a Quick Perl Script that let you bookmark to a website rather easily. But I forgot one key part, including google’s rel=nofollow. This is important for two reasons, while you may be bookmarking what ever you want, you dont need to help them advertise (you just want to use the links). Two…

Read More “Well that was dumb” »

Code

Posts pagination

Previous 1 … 7 8

Copyright © 2022 Obviate.io

Powered by PressBook Premium theme