Posts
 
Reputation
Joined
Last Seen
Ranked #438
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
78% Quality Score
Upvotes Received
65
Posts with Upvotes
56
Upvoting Members
48
Downvotes Received
32
Posts with Downvotes
31
Downvoting Members
7
23 Commented Posts
7 Endorsements
Ranked #260
Ranked #191
~212.70K People Reached
Favorite Tags
mysql x 168
css x 53
php x 43
sql x 13
Member Avatar for m.rahman1

Hai, I am work in Sales & Marketing, but i have personaly try to web design, but i don't know HTML Code. so please say: what is HTML Code For Web Design

Member Avatar for Purvi_1
-3
1K
Member Avatar for samsons17

Hi,i've designed a website. It seems okay on my laptop screen. But when i try to open it on the larger screen or on the smaller screen,the width of my website does not longer fit the screen's width. Why is this happen?do i need to always use "%" for the …

Member Avatar for spy_1
0
1K
Member Avatar for JerieLsky

Hi, not very familiar with mysql. I have here a mysql statement: table customer: [CODE]CREATE TABLE Customer (SID integer, Last_Name varchar(30), First_Name varchar(30), PRIMARY KEY (SID));[/CODE] table orders: [CODE]CREATE TABLE ORDERS (Order_ID integer, Order_Date date, Customer_SID integer, Amount double, Primary Key (Order_ID), Foreign Key (Customer_SID) references CUSTOMER(SID));[/CODE] My question is, …

Member Avatar for Inderjeet_2
1
8K
Member Avatar for JoelNiemela

I have a database that I use in VB. As records update there is a lot of useless info in there because access doesn't reuse the same spots. So that information has to be removed. Before I would use compact & repair and access 2000 and it would correct this. …

Member Avatar for Nevin_1
-1
707
Member Avatar for mishu007

Suppose this is a Table Create Table Person( PersonID varchar(8), PersonLN varchar(16), PersonFN varchar(16), PersonADD varchar(64), PersonPH varchar(16)); so there are many enrty in that table.. So how to select the lastest row entry from that table? what will be the Mysql statement? take PersonID as a Primary key..........

Member Avatar for Anvesh_1
0
9K
Member Avatar for referag

please i need to query 2 tables at once and display the content in table. here is the code: <?php include 'database.php'; $pdo = Database::connect(); $sql = 'SELECT producs.*,validation_superviseur.* FROM products ORDER BY product_id DESC ,validation_superviseur ORDER BY id DESC'; foreach ($pdo->query($sql) as $row) { echo '<tr>'; echo '<td>'. $row['cat_id'] …

Member Avatar for drjohn
0
351
Member Avatar for lloydsbackyard

Please help....i want to save a user to my database..using wampserver... <form method="POST" action=""> <center><br> <H1>USER REGISTRATION</H1> <table> <tr> <td>User Id</td> <td><input type="text" name="userId"></td> </tr> <tr> <td>Lastname</td> <td><input type="text" name="lastname"></td> </tr> <tr> <td>Firstname</td> <td><input type="text" name="firstname"></td> </tr> <tr> <td>Middle Name</td> <td><input type="text" name="middleName"></td> </tr> <tr> <td>Suffix</td> <td><input type="text" name="suffix"></td> </tr> …

Member Avatar for diafol
0
142
Member Avatar for Latrell_vie

I developed a website which i was okay with. Recently I updated it with some pictures and links which has broken its responsivness. On bigger screen it looks fine but on smallers the pictures and links dont shrink along. Help !!!!! <!DOCTYPE html> <html> <head> <title>Portfolio</title> <!--#include file="partialHeadContent.html" --> </head> …

Member Avatar for drjohn
0
275
Member Avatar for Stefce

Hello i want to make notification when new message is received, i have a row `seen` with values `0` and `1` if is 0 then its unread else is seen i got this code but when it displays the output shows the number of rows but for example i have …

Member Avatar for Stefce
0
299
Member Avatar for azegurb

Hi All, I have written small slideshow script in Javascript with slice effect. I did functunality such pause function on mouseover. but when i mouseover the slide it crashes (if slice effect had gone it stops normally). what may be the problem. can anyone help me plzzz. Thanks in advance. …

Member Avatar for azegurb
0
321
Member Avatar for Latrell_vie

My php file connnects to my sql database , following code works <?php $servername = "globalxxx.com.mysql"; $username = "globalxxx_com"; $password = "YS4xxx"; $conn = new mysqli($servername, $username, $password); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } echo "Connected successfully" $sql = "SELECT Id, FirstName, LastName FROM …

Member Avatar for _martinh
0
750
Member Avatar for AntonyRayan

Hi In a form, I have two divs like in left and right but only one submit button . I don`t know how to save in submit action. Submit button has to come in center. Here I included my code . Check and tell me <form action="usersave.php"> <!-- class="form-horizontal form-label-left"--> …

Member Avatar for drjohn
0
344
Member Avatar for benard16
Member Avatar for SirMahlon

please i want to reduce the size of images when i am rendering it on my site. my site is very slow now. i want to accept any size now but when rendering please i want to reduce the size. thanks in advance

Member Avatar for LaxLoafer
0
253
Member Avatar for wikit

I have a working search database and it's query code says $criteria = $_POST['criteria']; $query = "SELECT * FROM table WHERE field LIKE '%".$criteria."%' Order by Appeared asc"; but I want it to omit results that contain the word but are more then the word example the criteria might be …

Member Avatar for drjohn
0
199
Member Avatar for jKidz

Hi All, I want to know wheather I can update (add new data) to a row in mysql database table without replacing existings data. Ex : There is a row that contains, ID Name City Groups 1 John Colombo gamers I want to add 'programmers' to John's Groups. ID Name …

Member Avatar for diafol
0
208
Member Avatar for Alijo

Hello all! Im working my way through Web design and i'm playing around a bit with photoshop So my question is this: Anyone got any good tutorials they have used, or books to download that will at least help me to be able to create website? Thanks in advance!

Member Avatar for drjohn
-3
110
Member Avatar for al2henry

I have created a footer with links for the major pages of the "upgrade" to my choir's website. It displays perfectly in Chrome and Firefox but the alignment is bad in IE10 (I don't doubt IE 9 and earlier makes a bigger mess of the whole page.) Edge dislpays the …

Member Avatar for al2henry
0
455
Member Avatar for AntonyRayan
Member Avatar for savedlema

Hi all! I have developed my application in VB.NET that uses a mysql database. From my application, I can make mysql backups and restore them. When i take a backup, the result is a .sql file which is saved somewhere. But as usual, one can open that sql file with …

Member Avatar for jwenting
0
322
Member Avatar for nitos

i need help on this ...any suggestion am creating a shopping cart it works okey but when i added another page with different products i dont know how to go about the cart update.

Member Avatar for phfilly
0
143
Member Avatar for Mr.M

Hi Dw. I'm not a pro in web design and I've used CorelDraw to draw a website background which is a web page centered image which the web contents will be ontop of it. The problem I'm having is that it will loose the alignments if I you view it …

Member Avatar for MidiMagic
0
380
Member Avatar for phoenix254

Hi eveeryoone, Is it possible that span can have more the one id ? i am tring like this <span id="user Maxi">Maxi</span> <span id="user John">John</span> <span id="user Henry">Henry</span> <span id="user Max">Max</span> <span id="user Simon">Simon</span> #user{ text-align:center; display:inline-block; width:50px; height:20px; background-color:#9B59B6; margin:5px; border:4px solid #3498DB; color:#F1C40F; cursor:pointer; } but it isnt …

Member Avatar for Sam.Samual
0
171
Member Avatar for phoenix254

What is comet ? Is new programming language like php,js,ajax,python,c++ ecc.. or is it a plugin ? Tell me in summary please.

Member Avatar for drjohn
0
100
Member Avatar for J._1

<!DOCTYPE html> <html> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="./dist/style.css"> </head> <body> <header class="toolbar"> <div class="icons"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 64 64"> <path d="M32 4c-8.837 0-16.836 3.582-22.627 9.374l-9.373-9.374v24h24l-8.971-8.97c4.344-4.343 10.343-7.030 16.971-7.030 13.254 0 24 10.745 24 24 0 7.169-3.143 13.602-8.126 18l5.292 6c6.644-5.864 10.834-14.442 10.834-24 …

Member Avatar for advent_geek
0
175
Member Avatar for jchimz

Hi is it possible to display database values in a .html form using php. This is my .html form and I want to display values from mysql in the form fields. <!DOCTYPE html> <html> <head> <title>Bursary application</title> </head> <body> <form action="config.php" method="post"> <div> <p></p> <label for="surname">Surname:</label><input id="surname" type="text" name="surname" value="<?php …

Member Avatar for drjohn
0
306
Member Avatar for Rhyan

Hi there. Hope somebody can advise on the following: I have created a table into my database which has a coloumn with datatype defined as DATE. The normal MySQL date order is YYYY-MM-DD, however I need to enter it in format DD-MM-YYYY. I am using php to insert data into …

Member Avatar for Gakwaya Joel
0
17K
Member Avatar for John_80

my website is using too much bandwidth everyth month it consumes over 10gig of bandwidth but i dont get to see any emails. someone suggested its because someone is attacking my website somehow. i see most of the traffic comes from india how can i fix this. will changing the …

Member Avatar for codevzv
0
173
Member Avatar for davecoventry

I have a horizontal menu: "HOME" "DISCOVER" "STRATEGY MODEL" "PROFILE" "CONTACT US" ![9fa0ee7bb1a4cdc493624e869eba98bc](/attachments/large/2/9fa0ee7bb1a4cdc493624e869eba98bc.jpg "9fa0ee7bb1a4cdc493624e869eba98bc") The "DISCOVER" has a drop-down submen (in green for clarity). The HTML: <ul id="menutop"> <li class="root"> <a class="bullet" href="http://www.clivestacey.co.za/"> <span> HOME </span> </a> </li> <li class="root"> <a href="#" class="daddy"> DISCOVER </a> <ul class="menusub"> <li> <a class="sub_menu" …

Member Avatar for davecoventry
0
375
Member Avatar for romanromeo89

Hello all, I would like to align horizontally three divs. Also i need them to be responsive as we resize (horizontally) the window and stay at the center of the screen. I used float but they stay at the left of the screen and i can't center them. Here is …

Member Avatar for veera100
0
630