thanks for the info.
I'm going to give the ftp method a try i think, although it's not my ideal solution, i think it's the only way that will work.
Thanks
right... the problem is your width declaration in the table cells:
<td width = "20" align = right>
width = "20" needs to be width = 20px or % or whatever
The reason kaancho12 got it to work i think (and i'm just guessing here) is that he/she's using firefox as a browser which is much more...
i would suggest using gmdate() to get the date value:
$datelog = gmdate("Y-m-d");
$rs = $conn->Execute("Insert Into commentTable(datelog) Values ('$datelog')");
like spookie said make sure your column type is set to date or datetime if you want the time in there as well. Also, like spookie...
Hi
I am currently working on a project that requires xml documents to be created and then saved in directories which are also created as needed.
The problem i am running up against is the safe_mode feature of php.
When i use a script to create a new directory or xml file the owner is set to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.