Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gizmicek
  • Content: Threads
  • Order by date
  1. gizmicek

    How to distribute compiled PHP scripts?

    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...
  2. gizmicek

    Open popup window using Javascript

    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...
  3. gizmicek

    Passing session variable to new _blank window

    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=&quot;something&quot; target=&quot;_blank&quot;> I'm making chat window which should be opened in new window and still should have the session variable containing username...
  4. gizmicek

    MySQL query question

    Hi all, users on my web site are divided into 2 categories - certified and uncertified users. My site also contains section &quot;TOP list&quot; 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...
  5. gizmicek

    Setting focus to the INPUT element throws error message

    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=&quot;document.forms[0].elements[0].focus();&quot; When the user is not logged in, this is the only FORM which appears on the pages so accessing it through the...
  6. gizmicek

    How to display confirm dialog?

    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...
  7. gizmicek

    redirecting to some page from inside of the frame

    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...
  8. gizmicek

    changing appearance of the checkbox

    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
  9. gizmicek

    MySQL sorting issue

    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...
  10. gizmicek

    From which page came the user?

    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...
  11. gizmicek

    Password protecting folder from the FTP access

    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...
  12. gizmicek

    Any way how to change the appearance of the &lt;SELECT&gt;??

    Hallo, I have some form in my pages and I want to change the appearance of the &lt;SELECT&gt; 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...
  13. gizmicek

    Problem with creating MySQL table

    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...
  14. gizmicek

    Problem with inserting record into MySQL database

    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=&quot;INSERT INTO forum_db...
  15. gizmicek

    Accessing username typed to the .htaccess authorization dialog

    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...

Part and Inventory Search

Back
Top