GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   php include help (with date function)? (https://gfy.com/showthread.php?t=619792)

nadanada 06-09-2006 09:32 PM

php include help (with date function)?
 
I'm rusty with php, so I don't even know if this can be done. is there a way to use the date function in the page url for the include?

I know you can replace words with the date function to retrieve a file, example:

<img src="<? echo(date('M'))?>.jpg" />

so is it possible to do something like:

<?php include "<? echo(date('M'))?>.php"; ?>

thanks!

FlexxAeon 06-09-2006 09:47 PM

if i understand you correctly, i think it would be more like

<?php include date('M').".php"; ?>

edit: which would try to include Jun.php (for this month)

nadanada 06-09-2006 10:21 PM

I love you.

I cannot express enough thanks! I kept putting the first " in the wrong place. you have cured me of my 6 hour headache!!

FlexxAeon 06-09-2006 10:57 PM

haha.....no problem. i've had many a stressful night fighting with php for hours trying to get something to work right. as a matter of fact....i think tonite will be one of them :helpme

CaptainHowdy 06-12-2006 11:01 PM

Quote:

Originally Posted by FlexxAeon
haha.....no problem. i've had many a stressful night fighting with php for hours trying to get something to work right. as a matter of fact....i think tonite will be one of them :helpme

I feel for ya... :Oh crap !!


All times are GMT -7. The time now is 01:54 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123