
Ollifi
Members-
Posts
75 -
Joined
-
Last visited
Never
Everything posted by Ollifi
-
Hello, i have mysql DB and there is one time column in each row. What query I should use to get all rows marked eg. 12th aug? the time is marked in php time() format
-
yes but I want to have auto increment feature since i need it. but thank you for helping (and I found feature to change the auto increment starting number it´s available in phpmyadmin )
-
ok,thanks for helping I think i´ll not need mysql_real_escape_string but btw when I remove many rows from table and i have AUTO INCREMENT in ID field why the ID is not next to existing ones , it´s next to previous ones ? i think you may not understand but ids: 1,2,3,4,5 then remove 4,5 then create new and it gots id 6 how can i make it to got id 4 ?
-
ok thank you for help could you say whats wrong with this $query = "UPDATE tolkit SET (lyhenne, nimi, kpl, ostopaikka, valmistaja, lisatty, paivitetty) VALUES ('".$lyhenne."', '".$nimi."', '".$kpl."', '".$ostopaikka."', '".$valmistaja."', '".$lisatty."', '".$paivitetty."') WHERE id='".$id."'";
-
How could I add last updated and created dates in mysql table row?
-
Warning: mysql_result() expects parameter 1 to be resource, boolean given
Ollifi replied to Ollifi's topic in PHP Coding Help
there was ' missing, i fixed it now -
I have this code $id = $_GET['esitysid']; $esitysnimi = mysql_query("SELECT * FROM varasto WHERE id = '".$id."", $yhteys); print "esitysnimi $esitysnimi"; $esitysnim = mysql_result($esitysnimi, "0", "nimi"); varasto: nimi hinta maara id lippuja Esitys Nimi 1 10 14 0 5 Esitys Nimi 2 120 5 1 0 Esitys Nimi 3 950 5 2 0 and it says Warning: mysql_result() expects parameter 1 to be resource, boolean given How can I fix it? Thank you for help
-
Hello, do you know any network drive with USB 3.0 port? So I could choose will I use network feature or do I use usb3.0 port? size should be 1tb-2tb thanks Olli
-
Hello, Thank you for help, I will look up your ideas! Thank you very much!!
-
I want that size goes smaller between 10 (so 0-10 biggst, 10-20 smaller, 20-30 more smaller etc) How should I do this? And,is there some other method to do this?
-
now I tried it, but it seems only change first 3 styles. But,I want it to be like this: http://coa.inducks.org/podium.php
-
@kickstart thank you for help! Could you comment also this one:
-
yes,but I´m currently using number based system. so I would like to continue using them. So, could someone help with it?
-
and,if I want to save vote to file, I need url something like vote.php?id=COUNTRY-ID And COUNTRY-ID should be same than country is in the file. So it should not be same id in the table that has been ordered in number order. How could I get it?
-
and what method you would recommend to have country list doing like this: So country with lot of votes would have bigger font size,and if small count of votes, it would have small font size.
-
thank you both,it worked very well =)
-
Hello, I have countries listed in a file like this: country name|votes country name|votes country name|votes And example: Finland|50 USA|500 Sweden|501 How could I display them as a list:
-
Bit of an issue with change password script after adding hashing
Ollifi replied to HDFilmMaker2112's topic in PHP Coding Help
If you put just mysql_affected_rows() So take off the $result -
Typically dish washers have two racks. The "top rack" is... the top one. Ah, thank you so much!
-
But,what does mean "top rack" mean ?
-
I consider buying Tapi from Dreamfarm ,and I´m not sure is it possible to wash it in dishwasher machine. Could you help?
-
Have you tried to remove <IfModule mod_rewrite.c> and </IfModule> ?
-
Hmm, then I´m not sure what would cause it. Maybe some other can find something wrong in the code? Just wait for some other to respond.
-
Yes, I looked http://www.sarasotahealthplex.com/fit4u/lite_process.php and it was blank. But did you found the error log file?
-
Ok, good if it helped =) If you don´t need more help at this time,please mark this topic ´solved´.