Flash Builder Connect To MySQL Data
Today I wanted to try and connect to a Mysql server with PhP (on my Xampp installation) as shown in the Adobe Labs Tutorials.
I thought everything would work, but I’ve kept getting this strange error.
There was an error during service introspection.
<br /><b>Warning</b>: require_once(Zend/Loader/Autoloader.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>…………</b> on line <b>23</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required ‘Zend/Loader/Autoloader.php’ (include_path=’.;D:\xampp\php\pear\;D:/xampp/htdocs/ZendFramework/library’) in <b>D:\xampp\htdocs\adresboekie\adresboekie-debug\gateway.php</b> on line <b>23</b><br />
Read More
Simplepie RSS script white screen solution
Well, I was working on my home server with the Simplepie script (http://simplepie.org) to get some RSS feeds on a site.
It worked great untill I moved it to my live Server.
All I got where white screens…. could not figure it out what this problem was.
Than I found this forum
Read More
Calculate Date from day of year in PhP
So why would you want to calculate a day of year to a date ?
Well I needed it for my Sudoku script. (http://sudoku.gebruikmaar.nl)
I wanted to show a new Sudoku every day, and let the visitors be able to show the sudoku of yesterday and the days before.
Read More
Juiste datum in PhP
Well everybody knows this problem.
You want to display a nice date on your PhP site (e.g. Tuesday, 15 February 2008) but it doesn’t do it in your own language.
Like me, I always want to display the date in the dutch language. Today I made new page on my www.gebruikmaar.nl page to display the week numbers. (weeknummers.gebruikmaar.nl). But even with the setlocal (setlocale(LC_ALL, ‘nl_NL’);) on nl_NL it did not work… it shows English weekdays and month name…. so… I decided to make a general script that does this for me… no matter what the language settings are.
Read More




