LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-04-2007, 05:35 AM   #1
today53
Member
 
Registered: Oct 2003
Location: sydney
Posts: 70

Rep: Reputation: 15
Question PhpMyAdmin question


Hi all

Am currently following a tutorial from Linux Format 88 about MySQL.

It suggested to use PhpMyAdmin as an administration tool. Long story short, I got to install Apache and its PHP5 module. The article then says that I need the php-mysql and/or php-mysqli extensions to PHP.

I have not a clue of what this extension mean. Would really appreicate if anyone could explain what it means and what do I have to do.

thanks
roger

Last edited by today53; 03-04-2007 at 05:41 AM.
 
Old 03-04-2007, 09:09 AM   #2
karyoker
LQ Newbie
 
Registered: Feb 2007
Distribution: Etch 2.6.18-3-686
Posts: 26

Rep: Reputation: 15
Php is an alternate language to html.. Most forums when you go to their page the extensions is index.php. Php is structured for multiple page sites and uses php subs (includes)to insert repetitive functions into every page...Index.php example...
Code:
<? 

	session_start();

	@header("Cache-control: private");

	include("class.ticket.php");

	include("config.php");

	include("$include_dir/header.php"); 

?> 

<table width="100%" cellspacing="0" cellpadding="0" border="0">

  <tr> 

    <td width="350" valign="top"> 

      <? include("$include_dir/form.php"); ?>

    </td>

    <td valign="top"> 

      <table cellspacing="0" cellpadding="0" border="0">

        <tr> 

          <td>If you want to view the status of a ticket, provide us with your 

            login details below. If this is your first time contacting us, please 

            use the form on the left to open a new ticket.</td>

        </tr>

        <tr> 

          <td align="center"><br>

            <table cellspacing="0" cellpadding="8" border="0" class="tableheader">

              <tr> 

                <td bgcolor="#ffffff"> 

                  <table cellspacing="0" cellpadding="3" border="0">

                    <form action="view.php" method="post">

                      <tr> 

                        <td>E-Mail:</td>

                        <td> 

                          <input class="inputform" type="text" name="login_email" size="20" value="<?=$e?>">

                        </td>

                      </tr>

                      <tr> 

                        <td>Ticket Number:</td>

                        <td> 

                          <input class="inputform" type="text" name="login_ticket" size="10" value="<?=$t?>">

                        </td>

                      </tr>

                      <tr> 

                        <td> 

                          <input class="inputsubmit" type="submit" value="View Status">

                        </td>

                        <td>&nbsp;</td>

                      </tr>

                    </form>

                  </table>

                </td>

              </tr>

            </table>

          </td>

        </tr>

      </table>

    </td>

  </tr>

</table>

<? 

	include("$include_dir/footer.php"); 

?>

The forum uses a local host myQsl database to keep or track all the info pertaining to the forum.. phpMyAdmin is a tool to build data bases or control how this data is stored..

example
of how critical it is to backup and use databases..

This is an example of php useage There are other sites or programs which use php or sql databases in many forms...Setting up sql databases can be complex to the beginner. I an not familar wuth what you are trying to do but with more info I might be able to assist.

EDIT: Im not sure but is it asking to add the extensions to the addy in the address bar? ie /mysql.php /mysqli.php

Then the browser calls up that php and displays it...

Last edited by karyoker; 03-04-2007 at 03:51 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
a queston about SSH.. jsnch Linux - Security 7 07-05-2005 06:59 PM
odd k3b queston eltongeoff Linux - Software 3 09-11-2003 07:10 PM
apsfilter queston.... hjles Slackware 8 02-16-2003 03:39 PM
math queston linuxhelp Linux - General 3 12-17-2002 02:36 PM
Queston on eth0 I don't understand wbheinkel Linux - Newbie 18 02-05-2002 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration