Archive for May 2008

PHP Tutorial #2 - POST/GET Functions

In Tutorial 1 I discussed the basics of PHP. I went over the things you can do with PHP, advantages of using PHP, basic syntax, use of variables, and a few things to look out for when coding. In this tutorial, I will go over the basic POST/GET functions and the different ways they can [...]

Advantage of a self-hosted Blog

Blogging is becoming more and more popular on the internet these days. Blogging can be an easy way for unexperienced (and experienced) users to put their thoughts and ideas online. If done correctly, a blog can be a great way to make money of your web page and/or add content value to an existing web [...]

Submitting Support Requests

When in need of submitting technical support or billing requests for your web hosting account, the easiest and fastest means of doing so is through our ticket support system, which can be accessed at http://support.readysetconnect.com. This system allows you to submit either tech-related or billling-related requests. When submitting a technical support request, make sure you [...]

Prices unchanged amidst weakened Dollar

A weakened US Dollar has caused food prices to go up 15% over the past couple months and the cost of gasoline has skyrocketed to almost twice as much. Many other common goods in the US are also following this trend. Amidst the rapidly falling value of the dollar, ReadySetConnect remains committed to providing our [...]

PHP Tutorial #1 - The Basics

PHP is a scripting language used for many websites and network-driven tools. The language itself is very similar to C++, yet there are several differences. Here’s a basic summary on how the scripts work:The php “compiler” reads PHP files (.php or .php3 extension) off of the server.