Jump to content
Larry Ullman's Book Forums

jackmalanweb

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by jackmalanweb

  1. On 1/21/2019 at 8:13 PM, HartleySan said:

    Jack, I'm not Larry, but I may be able to help. To help though, a little more context may be helpful.

    When you post the form data, is it posting to the same script you render the web page from or is it posting to a completely separate script? That will greatly affect how you display the posted data.

    Thanks.

    Hi,HartleySan,thank you for you help, but please look,if I am doing this right?For example all links

    <a href="login.php?lid">

    <a hrf="forum.php?lid> 

    <a href="post.php?lid>      method="get"

    then 

    <form action="login.php?lid">

    <form action="post.php?lid">   method="post"

    right or error?

    thanks

     

  2. Hi,Larry,charter 17 starts,follow your steps,create table languages,create table threads,create table posts,create table users,create table words,and I added username fields,pass fields,email fields in the words table,then insert languages table,insert users table,inssert words tables,create homepage,create register page,there is no problem with this,links can be converted to different languages,just when I click on the link register page,the username fields,pass fields,email fields

    ,the fields language is not translated.

    Thank you for your selfless help.

  3.  

    Hey! Sorry for the delay (holidays and all...)! I'm not quite sure I'm following what you're asking here. But it sounds like you have it correct. 

     

    In short, using the dropdown menu is how you select your preferred language, and this value is stored in a session. 

     

     

    Hey!Larry look this URL http://localhost/my.php?lid=1,now i can choose different languages to submit,but the web page content has not changed,i do not why? i can try try...but i still failed.and ithink behind url?lid=1 there should be something else,but i do not know whai it is.

    thanks you help.

  4. I'm sorry, but I'm really not understanding the context for your questions. Is this about a specific script in the book (if so, which?) or about passwords in general?

    Hey Larry Sorry,look at the script 18-6 104 lines,

    Password:Use only letters,numbers,and the underscore.Must be between 4 and 20 characters long.

    1:Can i only set letters,numbers,and the underscore for my passwords? 2:if the password includes special characters,i do not know if it is right.? Thanks 

×
×
  • Create New...