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:
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