link to php file in mysql cell?

Soldato
Joined
7 Jan 2007
Posts
10,607
Location
Sussex, UK
I'm trying to store the path to another php script within mysql.

Essentially I was thinking I could add "Monday.php" to my field and the call it on my website using:

28. print include $row[weekday'];

However it errors with:


PHP:
Notice:  Undefined index: countdown in C:\wamp\www\import_test.php on line 28
 
Talked to a friend who has pointed me down a proper path.

I need to create more tables in my database.

Gonna have a bash and will report back.
 
Back
Top Bottom