Search found 4 matches

by noBrainer
Mon Apr 28, 2003 10:42 am
Forum: PHP - Code
Topic: a little struggle with variables and stuff!
Replies: 4
Views: 1921

Got it!
by noBrainer
Sun Apr 27, 2003 6:03 pm
Forum: PHP - Code
Topic: a little struggle with variables and stuff!
Replies: 4
Views: 1921

I've tried it and I can't really figure it out. Maybe I need to explain some more to give you guys a more detailed view of the situation. I have a main.php wich includes the other *.php files. main.php looks like this: <? require("header.php"); require("menu.php"); if ($section =...
by noBrainer
Sun Apr 27, 2003 3:06 pm
Forum: PHP - Code
Topic: a little struggle with variables and stuff!
Replies: 4
Views: 1921

Thank you very much for the reply. I will give it a shot!

:mrgreen:

Cheers!
by noBrainer
Sun Apr 27, 2003 12:29 pm
Forum: PHP - Code
Topic: a little struggle with variables and stuff!
Replies: 4
Views: 1921

a little struggle with variables and stuff!

Hi all, I'm new to PHP (not to programming) and have a little difficulty with variables. I know PHP for 3 days now and I'm "trying" to create a dynamic website for personal use. The problem is this: I have a demo section wich shows shockwave movies in a table. That all works fine. I wrote ...