>
>
> 1 - 50
> https://website/file.php"; METHOD="post">
>
>
>
>
> onClick=document.Second.submit(); onMouseOver="change_it('pic3')"
> onMouseOut="change_back('pic3')">
>
>
>
You don'y say which cell has the problem but, apart from placing the closing
td right after the image try to move
If you write
the CR-LF before counts as an space wich wraps to the next line. It
might be helpful to write
(in the same line)
instead.
> I know this is not exactly on topic but I produce all html by php and I
> don't want to go out and add myself to an html list (if there is such a
> thing
> however, i would like to show the user how many rows there are in each
table
> (where i have put numrows), how could i do this?
>
> thanks for your help
Since MySql version 3.23 you can use "show table status" to show a lot of
information for all tables in a database, including the number of row
> I am still having problems with variables not being
> remembered by included files. I've tried using the
> global command and it still doesn't work. I've cut
> down my two pages to contain the main stuff so you can
> see what's happening. Basically main.php includes the
> file new.php and I wa
I place
session_start();
if (!session_is_registered('somevar'))
{
header('location: login.php');
exit();
}
at the top of all my pages to prevent people to view pages before they log
in. However, once thay have logged in succesfully, they can ctrl-U in IE to
open a new window. This new win
5 matches
Mail list logo