just use css styling to remove the bullets?
li {
list-style-type:none;
}
or use ul instead of li..
Type: Posts; User: fobos; Keyword(s):
just use css styling to remove the bullets?
li {
list-style-type:none;
}
or use ul instead of li..
did you change anything on the script since you are using it twice? That would be the only thing i can think of.
First off, i dont know who uses IE 6 anymore. lol. Second what if you tried this: put a login button on the index page where the user can login. The login scripts authenticates, then redirects back...
post your HTML code too
i would suggest using a rand() in your php code
<?php
if (isset($_POST['Submit'])) {
//$random = rand(100000,999999); <-- Generate random number for them. OR
//$raddom =...
You have
SUM(ProductPrice.price >= AND ProductPrice.price <= 24) AS "1"
Add a number
Try querying using what you have
$query1 = "SELECT part_id_num, part_manufac_code, part_number FROM tblparts WHERE (part_manufac_code = '$frmfindpart')";
$result1 = mysql_query($query1) or...
Try this
<input type="button" name="GENERATE_DATA" value="GENERATE DATA" style="width: 200px;" onclick="return (confirm('do you really want to save data?'));">
Use Filezilla
http://filezilla-project.org/download.php
A BLOB is a binary large object that can hold a variable amount of data. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB. These differ only in the maximum length of the values they...
Try this. it works for me in IE
<script>
function reloadIt()
{
frm=document.getElementById('twitter').src;
document.getElementById('twitter').src = frm;
setTimeout("reloadIt()",10000);
}
Change the SELECT statement to VALUES
$con = mysql_connect("localhost","peter","abc123");
mysql_select_db("my_db", $con);
INSERT INTO time (empno, total)
VALUES (EMP_NO,...
*Tip... Post your code so we can help. We cannot help blindly.
emp_id,ename,salary
emp_select.php
<html>
<head>
<title></title>
</head>
<body>
in php.ini change the post_max_size. Then most important, you have to RESTART apache webserver. Also, make sure you have the column in MySQL set to BLOB.
Here is a great tutorial that i used to...
1) This is not a PHP problem, next time post in the correct section.
You have to achieve this from Javascript:
<script type="javascript/text">
function reloadIt()
{...
As far as i know, no. But i could be wrong. Why dont you just use the "UPDATE" statement and update the yes or no.
Do you have some kind of example or your site that we can look at. Also, what do you have or have tried as far as coding. People can answer, but good examples and some type of coding showing that you...
Your code is fine but i re wrote it to suit your needs. I hope this is what you were looking for. Basically you need to impliment the "else if" statement.
// First hide the platform options...
Hello all,
i am kinda stuck. i want to play a movie from a mysql database using blob?
i can upload the file to the database (name, type, size, content) and download it with no problem. what i am...
Here read this. It should help.
CLICK HERE
try this code for your database.php.
<?php
$con = mysql_connect("localhost","u*******1","5******d");
if (!$con) {
die('Could not connect: ' . mysql_error());
}
mysql_select_db("d60651442",...
careera,
do you have anything for an example..code or website? i believe i can help, just need clarification. Well this might help..
This will display the database and "LIMIT 10" will only display...
Harmain,
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
This one has a onmouseover drop down menu example. hope this helps
Here is something that might work. Im at work, so i wont be able to see if it works, but hey im trying to help..lol.
http://sourceforge.net/projects/megaupload/#