Hi all,
I have some scripts which I want to kick off so other programmers can use them but I don't want to put out the source codes. I know that there was some thread about it some time ago but I can't find it now. Could anybody gimme some link where I can find more information about the...
Hi guys,
this is probably very simple question for Javascript gurus like you but I don't use JS very often and don't know this. I need to open new window after clicking on a link and I'd like the window to have specified dimensions in pixels. E.g. I have link on my pages and after clicking it...
Hi guys,
I'm facing a little problem now because I need to pass a session to the new _blank window opened using
<A href="something" target="_blank">
I'm making chat window which should be opened in new window and still should have the session variable containing username...
Hi all,
users on my web site are divided into 2 categories - certified and uncertified users. My site also contains section "TOP list" where the best users (my site is related to the online RPG game) are listed. The thing is that I want to list the certified users before the...
Hi, I have the following code on my pages which is supposed to set focus to the login form when the user is not logged in:
onload="document.forms[0].elements[0].focus();"
When the user is not logged in, this is the only FORM which appears on the pages so accessing it through the...
Hi all,
this is probably very simple for you but I'm not working with JS so I'm asking for help. I have php application and have one link linking to the script which erases some data from database. I want to avoid my users to click this link accidentaly so I'd like to display some messagebox...
Hi all,
I'd like to ask if anyone knows how to access the main frame (parent) from within some child frame (created using frameset)? I'm doing chat and I need to redirect user to another page when he is kicked from the room (the redirection should be made from within the frame which displays the...
Hi all, please can anyone give me some link to a page where the particular styles available for checkbox are listed? I need to change the appearance and I can't find anything on MSDN :|
any help will be appreciated
hi all,
I have one question about MySQL sorting. I know this is PHP forum but almost all of you work also with MySQL so you can help me as well. The thing is that I have the user toplist on my pages which should be sorted by rank (integer value) and then by alphabetical order within one rank...
Hello,
I'd like to know if there is any way how to find out the page from which the user came to my pages. I have the chat service for logged users on my pages and the chat runs in separate browser window. Users come to chat service from my pages and I don't want the users to come from any other...
Hi all,
I have posted this question about week ago but it has been probably deleted because I can't find it.
I have following problem: I have pages on the server managed by the webhosting provider and have one FTP access to the server. The webpages are unfortunately located within this one FTP...
Hallo,
I have some form in my pages and I want to change the appearance of the <SELECT> element. I use CSS and the only thing which works is 'background-color' and 'color' but I also want to change the appearance of the border and of the arrow which is on the right side and roll out the...
Hallo, I have following MySQL query:
CREATE TABLE thread_6 ('id' INT AUTO_INCREMENT PRIMARY KEY , 'user' VARCHAR(25) , 'time' VARCHAR(8) , 'date' VARCHAR(20) , 'text' LONGTEXT )
The thing is that it allways return FALSE when passed to mysql_query() function. I can't find out, what is wrong...
Hello,
I'm newbie in using MySQL and I have problem with inserting record into the database. Structure of database forum_db:
id int auto_increment
user varchar
time varchar
date varchar
text longtext
see my code:
$query="INSERT INTO forum_db...
Hallo all,
recently I came across password protecting web pages using .htaccess feature of Apache. I'd like to ask those of you who have some experience with this feature if there is some way to obtain the username typed by user and use it in PHP script (eg. index.php which is automatically...
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.