Jump to content

Recommended Posts

so i have this code :

$days = "<tr>";

for ($i=1; $i<=<SCRIPT LANGUAGE='javascript'>getDays();</SCRIPT>; $i++) {

$days .= "<td class=\"daydate\"><a href=\"javascript:void(0);\" onClick=\"javascript:setDate('$i');\">$i</a></td>";

if ($i%7 == 0)

$days .= "</tr><tr>";

}

$days .= "</tr>";

 

how i do it that is work ?

 

What's bigger picture here? It seems like you're trying to create a calendar from the looks of it.

I think you're better of rewriting the whole thing in javascript or completely in php depending on the purpose of your script

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.