Re: [PHP] table cell space under image in IE

2003-03-13 Thread Roman Sanchez
> > > 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

[PHP] Re: table cell space under image in IE

2003-03-13 Thread Roman Sanchez
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

[PHP] Re: Number of rows

2003-03-05 Thread Roman Sanchez
> 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

[PHP] Re: php forgetting variables very easily

2003-03-05 Thread Roman Sanchez
> 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

[PHP] Avoiding several windows with the same session

2003-02-07 Thread Roman Sanchez
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