Archive for the ‘PHP’ Category.

Tutorial on PHP

A hat I’ve put up a tutorial on PHP. It’s not quite finished, but I hope that you’ll be able to use what is already there.

I plan to expand it later — please mail me if you find anything that needs to be explained, corrections etc…

GymNet

GymNet The domain for GymNet has now been set up!

I’ve been working on the menu the last couple of days — I really like how the images pop up when you point at the links. It’s done with simple JavaScript, but the effect is pretty cool. The JavaScript is generated dynamically by PHP. When you mix server-side PHP scripting with client-side JavaScript you get a very powerful mixture.

Work has begun on Gymnet

GymNet I’m currently working on a new Danish website called Gymnet. So far I’ve had the pleasure of implementing the design according to the graphics-people’s wishes. That’s hopefully something that only needs to be done once :-)

Later we’ll make all sorts of fancy features in PHP. But it’s still under construction (we began this Monday), so don’t expect too much here in the beginning.

I’ve got database-access again

The MySQL-database is up and running again. This means that my Danish history-project Kongemagtens betydning i vikingetiden works again. It depended on the database, where I kept the information about the images. The old database was wiped out when I swiched to the new server — it’s now restored from my local copy.

View Source

I’ve now made the source-code of all my pages available. Just click on the link at the bottom of the pages. That will take you to a page where you can see the source — fully color-coded thanks to PHP!

I’ve made the source public, because I feel that the best way to learn something new, like PHP, is to see what others have done. So now you can have a look at how I’ve done things and hopefully learn something. On the other hand, if you happen to be a real PHP-guru, then don’t hesitate to point out where I’ve made mistakes, and how I’ve should have done something. I’m still learning.