Jump to content
Larry Ullman's Book Forums

lalo

Members
  • Posts

    5
  • Joined

  • Last visited

lalo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I cannot get a cursor in the text area, it is completely blank.
  2. Hi: I am trying to incorporate a WYSIWYG editor into my program (page 107) but I have the following problem, when I try to write a word inside the textarea with the editor is impossible to do that. Inside the examples folder (within tinymce) there are some programs (index.html) with the same problem. I am using Firefox. When I use Internet Explorer with the examples folder the program is OK. What s going on? Thank you in advance,
  3. Hi: In page 65 says: if($this_page==$k)echo ' class="selected"'; it should say: if($this_page==$v)echo ' class="selected"'; Thank you
  4. Hi: I want to connect my computer from a different computer on which MySQL is running in an ethernet network (local area network).That means that I don t want to use the localhost hostname. What is the hostname in the command ?: GRANT privileges ON database.* TO 'username'@'hostname' IDENTIFIED BY 'password'. Please give a specific example. I have installed MySQL (on Windows) with the option :root access from a remote machine enabled. Thank you in advance.
  5. I am trying to simulate a session fixation attack by appending the session identifier to the link: www.example.com/index.php?PHPSESSID=1234567890 where index.php is: <?php start_session(); print session_id(); // more code.... ?> and I can' t obtain the session_id 1234567890 What 's going on?
×
×
  • Create New...