So basically- what language are programs like Microsoft Word- Photoshop etc written in? I m going to take a guess and say c++ or something like that.
Also- can I have a link to the download (if needed- must be vista compatible).
well i got Windows Vista with a full web server and i am planing a local network for the neighborhood my next step is i wish to define domains instead of ip for http any help
i got
Apache 2.2
PHP5
MYSQL
PERL
no i need a local domain not an internet domain please don t give far answers
I would like to hide my files (i.e mp3s- docs..etc)
URL locations from my server so that people can only
download them after they paid.
How can i do that?
My site is created by PHP/MySQL
i know abit of javascript and that s all
Thanks!
I created the following PHP code:
<?php
$con = mysql_connect( localhost );
if(!$con)
{die( could not connect .mqsql_error());}
if(mysql_query("CREATE DATABASE my_db"- $con))
{ echo("database created");
}
else
echo("Error creating database");
mysql_close($con);
?>
and I tested it on the latest wamp installation running localhost.
The database however- does not get created- and always fires off the last error handler echo("Error creating database");
please help!!
I need a flash mp3 player that dynamically
reads songs- file location from a MySQL database
and plays them on a PHP site.
I only know an open source player
called JW player but requires loads of programming.
Are there any ready made ones
that i can simply modify and put on my site?
Thanks!!!
What i want is the mp3 player
can dynamically grab mp3s from my web server through a database query ?
any ideas?
Hi!
I am abit stuck... I am beginner in PHP code and I am using this website to bulid a PHP login system:
http://www.developertutorials.com/tutorials/php/php-login-system-050531/page1.html
From what I can see- I think it s been really helpful.. I have downloaded WAMPSERVER with PHPMYADMIN and I am clueless as to how I create a username and password database.. It s really confusing!
Conseriding what i m after is pretty short and simple- I was wondering if someone would be kind enough to give me the SQL code or tell me how to do this. Please be very simple and infromative.
I have looked on google- but can t seem to find anything tailored to this situation. Can someone please help?!
xo
No comments:
Post a Comment