RE: Re: using <href=abc.php/?day=......>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry, I was over thinking...

Just modify it by removing the echo and the / and it should code right
out for you.

> <a href="abc.php/?day="+<?echo $start_day;?>> </a>

BECOMES:

<a href="abc.php?day=$start_day"> > </a>

Robert

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux