Skip to main content

All Questions

Tagged with
21 votes
10 answers
71k views

How can I disable the phpMyAdmin login page?

I use phpmyadmin, and when entering this adress: www.mydomain.com/phpmyadmin a login page appears. Is there any way of disabling it, so it doesn't appear/exist? Thanks
user avatar
13 votes
4 answers
39k views

loop through $_GET results

If I had something like this: ?FormSub=Submit&qty=1&partno=ipod&notes=apple&unitprice=102.99&rowid=1&qty=2&partno=Ear+Buds&notes=Headphones&unitprice=45.99&...
user avatar
13 votes
2 answers
280k views

Creating a search form in PHP [duplicate]

I am currently trying to complete a project where the specifications are to use a search form to search through a packaging database. The database has lots of variables ranging from Sizes, names, ...
LiamHorizon's user avatar
13 votes
2 answers
86k views

Send html form data to sql database via php (using mysqli)

I want to send the data inputted into an html form to my sql database, i.e., create a new row attributing certain values to certain columns. I know there are similar questions, I read the answers but ...
Alex's user avatar
  • 1,446
12 votes
14 answers
4k views

Displaying a table in PHP with repeated columns

I have the following data in a MySQL database: Autonum ID Name MetaValue 1 1 Rose Drinker 2 1 Rose Nice Person 3 1 Rose Runner 4 2 Gary Player 5 2 ...
hidden's user avatar
  • 3,236
12 votes
6 answers
112k views

Create HTML table from sql table

I have a table in a SQL database with the following fields: ID, Name, Email, University, Languages, and Experience. I want to create an html table that fetches data from SQL and outputs the last 10 ...
Aloke Desai's user avatar
  • 1,057
11 votes
3 answers
3k views

setting up a database for tracking which users have clicked which links?

I'll try and elaborate on my problem a bit more. I recently got an entry-level part time developer position with my university, in efforts to sharpen my dev skills. While I have used MySQL in the ...
tdc's user avatar
  • 5,364
9 votes
2 answers
13k views

Inserting Registered Trademark Symbol/Copyright Symbol into MySQL with PHP

I am having a hard time understanding how to insert the registered trademark sybol and copyright symbol to my mySQL database using php. When I insert the normal character of the reistered trademark ...
AnchovyLegend's user avatar
8 votes
3 answers
5k views

How to implement MVC style on my PHP/SQL/HTML/CSS code? [closed]

I have been developing a program for the visualization of some data. My program takes specific input from a MySQL database and draws some graphs (libchart library), creates some tables etc. My ...
Ion's user avatar
  • 1,043
8 votes
5 answers
13k views

Converting date to this format

I have a date in this format: 24-12-2010 // DAY - MONTH - YEAR I need to get it in this format: 1995-12-31T23:59:59.999Z // The Z is for the TimeZone I think. Check this link out: http://...
pesar's user avatar
  • 939
8 votes
4 answers
2k views

How can I make my mysql database records visible to search engines?

I am creating a classifieds website called 'mySite', and I want whoever searches for honda +mySite in google, to find all ads with the description 'honda' or headline 'honda' from my database. ...
user avatar
7 votes
3 answers
11k views

default value for $_POST[];

I have a problem with default value for $_POST[]; So i have a html form with textboxes and the informations is sent to a php script. The php script has a sql query that is being sent to my database. ...
Tim Levinsson's user avatar
7 votes
3 answers
29k views

Putting SQL data into HTML table

I'm trying to get the data from my mySQL database and put them into a HTML table. After searching a lot on the internet, but I coudn't find code that worked for me. Currently, I have this code <!...
Matt's user avatar
  • 1,913
7 votes
2 answers
2k views

How to generate a tree view from this result set based on Tree Traversal Algorithm?

I have this table: CREATE TABLE `categories` ( `id` int(11) NOT NULL auto_increment, `category_id` int(11) default NULL, `root_id` int(11) default NULL, `name` varchar(100) collate ...
Keyne Viana's user avatar
  • 6,202
6 votes
8 answers
48k views

Displaying message when no results found in PHP MySQL search

I have a PHP search script which queries a MySQL database. Currently, when no results are displayed the script shows and error. How can I make it display a message like "No Results were found" when ...
Callum Whyte's user avatar
  • 2,389

15 30 50 per page
1
2 3 4 5
230