-
Iserting users in the database
I understood now but the problem is, how do I get the script of the page? there is now page with those profiles on the website at all. How would I find that script? Thank you for trying to help. I understand it's hard to explaine something to me as I know so little but I'm really trying to work it out and learn. It's hard to learn without any teacher just with books and internet...
-
Iserting users in the database
I think we are talking about different things. sorry I probably didn't explain it enough. I'm adding users to the dating website. Each row is a different user and different page on the site. What do you mean to show you php script? Do I need to show the structure of the table? Sorry, I don't understand
-
Iserting users in the database
I'm just started to learn, so please don't laugh at me I tried to insert the users with a command: INSERT INTO members (mem_username, mem_password, mem_surname, mem_forename, mem_email, mem_newsletter, mem_joindate, mem_dob, mem_expiredate, mem_lastvisit, mem_sex, mem_type, mem_online, lang_id, mem_confirm, mem_suspend) VALUES ("Laura", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1976- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Hidden Tallent", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1983- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Zaika", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1982- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Lollypie", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1979- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Evesta", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1978- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Dominica", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1986- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Ksusha", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1987- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Arianna", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1983- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Lida", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1986- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Jessika", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1985- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"); It's how my book told me... I did not limit the number of rows called I didn't even know that I had to... How should I do it? Thanks
-
Iserting users in the database
I hope someone will help me. I'm trying to insert several users at ones in the database using phpMyAdmin. I used the same command first with one user and it worked all fine but when I put several rows in the command it didn't work. The rows were added to database fine, but I couldn't see profiles on the website. Any idea what do I do wrong? Thank you for your help!
-
Resizable box problem
It worked for me. Thank you!!!
-
Resizable box problem
Link to the page is: www.vanklikmedia.co.uk . After I changed the height of the bottom picture in Dreamweaver the problem disappeared in IE but it is still there in Firefox. HTML: <div id="packages"> <img src="img/box_top.gif" alt="packages" height="55" width="255"> <p class="box">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc vel pede a risus auctor accumsan. Sed posuere tellus.</p> <img src="img/box_bottom.gif" alt="packages" height="65" width="255" style="margin-bottom:0; padding-bottom: 0;"></div> CSS: div#packages { width: 255px; background-image: url(img/bg_box.gif); background-repeat: repeat-y; float: right; margin: 20px; } p.box { margin: 0px 35px; text-align: justify; } Thanks!
-
Resizable box problem
I hope somebody can help me... While making resizable box with background image and two pictures on the top and the bottom of the box I can't get rid of a piece of the background at the bottom of the box. There is no padding at the bottom and I don't know what could cause this problem. Could anyone advise what to do with it? P.S. Sorry for bad english
-
Feedback needed please!
Thanks for your help! You are right, it does look too big... I made the website on the huge monitor with high resolution. When I opened it on another monitor it looked far too big. I will change that. As to the font like on the main header I had to use the picture for it as it's not a standard font and it won't look the same on different computers. Or maybe I don't know something?
-
Feedback needed please!
Thanks for such a great reply. I wish I could change the information on the website!!! I will show your opinion to the owner and may be he will make it better.
-
Feedback needed please!
This is really funny , sorry about that. I added the link.
-
Feedback needed please!
Could you please have a look at my new website and tell me what could I change to make it better www.ukgec.com Thank you!
-
Open picture in a new window?
Hi! I hope someone will help me with this... I would like to make a gallery where each picture will open in new window like here: http://www.viget.com/inspire/portfolio. How do I do this? Do I need to use JavaScript?
-
Picture at the top of menu
By the way... is there any way to do it without background images?
-
Picture at the top of menu
Thank you! I will try this today.
-
Picture at the top of menu
Hi, I hope somebody will help me. I've got s structural list as a navigation menu (styled with CSS) and I would love to have a small arrow at the top of the active page's name. How could I do that? Thanks!