answersLogoWhite

0


Best Answer

yes

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Free source code on online examination using PHP and MySQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is equinox using open source software?

equinox infractructure can be with llinux operating systems, mysql and other open source softwares, it is a matter of choice according to the banking requirements.


Sample college examination program using SQL?

can you please send me a sample program of college examination using sql?thanks...God bless...


What effects does the advent of Open Ended Software have on future development of the software industry?

You probably mean Open Source software. Well, it's causing a big shift, and it has only just begun. Most web servers now use open source software, running LAMP (Linux, Apache, MySQL and PHP) software, and many company servers use Linux and MySQL in company data centers. The use of open source is expanding quickly in the world, and open source software companies such as Red Hat are running up the ranks of the world's largest software companies (also see: http://www.softwaretop100.org/list2009.php).Chances are we will be using more open source software in the near future.


How do you get the HTML source on Windows Vista?

It depends on what browser you're using. If you're using IE, then you have to go to View->Source to open a new window with the source code. If you're using another major browser, Ctrl+U will show the source code.


How to use Copyfile option in Visual Basic 6.0 to create a backup of database?

First of all, gross, Visual Basic. If you are trying to write a script to do db backup, then you are going to either need to look for something open source or write it yourself. You can also just use MySQL command line using the mysqldump command. mysqldump name_of_database > name_of_file.sql

Related questions

Is equinox using open source software?

equinox infractructure can be with llinux operating systems, mysql and other open source softwares, it is a matter of choice according to the banking requirements.


How do you find the MySQL version?

There are several ways to check your current version: From the command line Using Workbench Via MySQL Client, exp. using dbForge Studio for MySQL


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


Can you use MySQL on a Mac?

Yes. You can install a MySQL instance using homebrew or other installer packages


How do you develop software using PHP and MySQL?

I have no experience in software development, so I turn to specialists


How do you upload an image to MySQL using PHP?

You cant upload an actual picture to MySQL, you can upload the URL but not the picture itself. You would have to upload this to your site first and then send the link to MySQL


What are the advantages and disadvantages of PHP with mysql?

Ultimately PHP is a programming language and MySQL is a database language. Using PHP with MySQL is a nice combination with built-in support and the simplicity of it all. However, there aren't a lot of disadvantages of using PHP with a database, it just allows for better data organization and whatnot. There are definitely advantages and disadvantages to using a database other than MySQL (such as MongoDB or PostgreSQL).


Who can design your website in PHP and MySQL?

Any of the millions of web developers using PHP and MySQL around the world. Either that or teach yourself!


How do you retrieve an image from a database using PHP?

It depends what Database you are using. I personally use MySQL so will explain how you would do it using MySQL. You would have to create the MySQL database. I would store the image URL rather than the actual image. Then call it using PHP and a MySQL query. For Example: $sql = "SELECT * FROM Images WHERE Img_Name = 'img1'"; $query = mysql_query($sql); $array = mysql_fetch_array(query); then you would call it into HTML like so:


What are the benefits of using mySQL in designing a website?

There are several benefits of using MySql. Here are some1) Open Source2) Easy embedded on php and apache web server.3) Easy to create an integrated web development platform4) MySQL 5.1 is support for horizontal partitioning.many more...


How do you install MySQL in Linux?

If you are using debian based distribution,apt-get install mysql-server mysql-clientIf it's something like fedora, Red Hat, CentOS you will have to install using the command "yum install package-name" command


What are some MYSQL backup methods?

Some of the methods for backups using the MYSQL method are to download programs specifically for ones needs like AutoMySQLBackup. To manually backup the database, the 'noupe' website offers information on how to do this.