Site Search


2016-07-12 21:05:34

How to Get Facebook Access Token

STEP 1 - create the redirect_uri page

First, create a simple php script in your local web server, which has the Canvas URL (redirect_uri) you set creating your Facebook App in STEP 3. I set this URL to h...


Syntax highlighter

This is a test of some PHP code

	if(isset($_FILES['image'])){
		$errors= array();
		$file_name = $_FILES['image']['name'];
		$file_size = $_FILES['image']['size'];
		$file_tmp = $_FILES['image']['tmp_name'];
		$file_type= $_FILES['image']['type'];   
...

More syntax highlighting

added syntax highlighting

Standby driver at your service

I'm back as a standby driver for Del Monte in Gloucester City NJ. Parked last night after driving from Ben & Jerry's in St.Alban VT to Hazleton PA. Now just getting some breakfast and try do some more work on my php game project


The fuel game stats

Started working on my old fuel game project again this Christmas, but had to change it from liters to gallons. Now it's kind of working, just need some drivers to start using it so we can find all the bugs lol