Hello, just wondering what you all use for mysql administration? i know learning for the command line is essential but sometimes that takes too long and a gui is needed. I've been using phpmyadmin forever. is there anything else out there faster better more useful?
thanks in advance take care.
Besides the obvious what are some ways from limiting hackers to get to your box. I have enabled a firewall, shutdown ssh and un-needed services. My friend said he will hack my box and does not need ssh or the root password. He also said he wont be coming in through a service that is running. Any...
Hello I have many tables on one page. I was wondering if the example below is the correct way to assign a class to a single table. For example if I only want to use the TD and TR charactericts for one table on the page not all.
Thanks in advance:
<style type="text/css">
.tableone {...
Hello. I am trying to figure out batting average. All works well for lets says 4/6. I get a .666 average.
But when is it something like 5/10 which is .5 That is when things go wrong.
How would I go about getting it displayed with zero's before the decimal? for example .500 batting average...
Hello I am trying to pass a Date field to a database in a form.
I am trying to make the function hidden however it is not working. This is what I have
if($do == "addevent")
{
echo Please fill out the form :<br>
<form action=admin.php method=post name=myform>
<input type=hidden name=do...
Hello I have a DB with 4 fields. id title event date.
I would like to query the last record only and display it. I am using mysql and php. The trouble I am finding is how to query the last record by id?
Thanks in advance.
ake care.
Hello I am doing a simple array fetch:
if($rss=mysql_query($query))
{
while($rs1=mysql_fetch_array($rss))
{
echo "<img src=\"image/rs1[imagename].jpg\"> ";
}
Imagename is the name of my image in the database.
My problem is that I cant get the imagename to print out in front of...
Did outlook 2003 do away with the favorites tab? I am looking to open up my IE shortcuts in Outlook. They had this in Outlook XP.
Thanks guys.
Maybe this is a dumb question but oh well thank you anyways.
Hello this might be a simple question.
I have 4 MIME I want to check during an upload script.
Application/PDF
Application/MSWORD
Applicatoin/MSEXCEL
plain/text
How would I incorporate this in one statement.
Should I do an if else type thing?
Right now I have:
if ($userfile_type !=...
I was wondering if anyone knew how to get rid of startup items. I have already removed all the junk in the startup folder. Is ther any other way. I have this stupid Quicktime icon near my clock. Thanks
Hello I have a SDLT tape stuck in a tape drive. Does anyone know how to remove it. The eject botton is not working and I know there is a way to remove it via a bottom screw type thing. I have check the HP website and can not find anything. Thanks in advance.
Dan
Hello everyone. I am not sure if this is an easy question or not.
I have column A (First name) column B (last name)
How would I co about merging Column B in to A.
I would like frist and last name in Column A.
Thanks in advance. Daniel
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.