I m also looking at omnis.com as a potential contender. Please help me decide. Thanks!
OK - I m building a website at the moment- and I want it to send the info to a MySQL database (you get 10 from GoDaddy)- but (and this is probably a stupid question- because this the first ever time I ve tried this)- I don t have any database software onmy PC - I don t have Access.
Can you tell me if I need one- or is the database online? Like GoogleDocs- but not?
I don t think I m very good at explaining so: Is the MySQL database with all of the data- accessed on the internet?
Please help!
I need a website that allows a user to upload pictures with descriptions- browse the database of pictures based on keywords search- and displays the pictures via category.
Is there a template- or an application- or anything really that makes this simpler than coding the whole thing in mysql from scratch? Coding is really not my thing- and any help would be very much appreciated.
Ok so basically I am making a website for a local sports team. I have made a form where I can upload scores ect. What I want is to be able to uploadreviews of the game.
The way I would like to do this is by writing the review in word(or notepad if i cant do it in word) and save it as a .doc file(or .txt). Then have it upload to my mysql database. I already know how to write the code to upload files to the database.
I don t know the best way to do this. Is there a way to upload the file and then display it on my webpage with the same formatting? (without using frames)
Or would I have to read the contents from the document and store that in my database and then display it.
Can someone help point out the best way to do this? Thanks
How can i creat an messenger ?
I want to create an messenger for my home network i have 3 computers and i wanna a meesenger to talk only these three computers...
Requierments :
MySQL Database - I have it
MySQL Service - I have
WWW ( Port 80 ) service - I have
Internet Connection - I have - low speed
PHP Knowledge - I know
This seems simple enough but why am i unable to divide and display $ratio?
echo "<h3>Clan Statistics</h3>";
$wins = 0;
$losses = 0;
$ties = 0;
while($row = mysql_fetch_assoc($result))
{
if($row[ our_score ] > $row[ op_score ])
{
$wins += 1;
}
elseif($row[ our_score ] < $row[ op_score ])
{
$losses += 1;
}
else
{
$ties += 0;
}
}
$ratio = $wins/$losses;
echo "<h3>Record: " . $wins . "-" . $losses . "-" . $ties . "</h3>";
echo "<h3>Win/loss Ratio: " . $ratio . "</h3>";
No comments:
Post a Comment