0
votes
2answers
29 views

Query Select Sql with Condition from a Value of Html combobox

I have a problem of my web programming using php. I have an input form where there are two combobox with several options. In the form, there also a textfield of Code where the value is determined by ...
0
votes
1answer
32 views

creating dynamic HTML. Automatically write HTML to a web page when an action is done

I'm creating a web app for a company that sells mp3 sound clips. I have implemented a register, login, payment and admin functions. Within the admin page I have allowed the privileged user to add an ...
0
votes
0answers
18 views

AmCharts with MySQL

I've been working, for quite sometime, on creating a graph using dynamic data. I am following this tutorial http://blog.amcharts.com/2011/03/amcharts-javascript-tutorials-part-2.html I have a php ...
-1
votes
0answers
28 views

Why this php session is not being registered?

Till this file the session was being registered and everything was working fine. But now the session is not being registered. I've searched for the similar questions but none worked for me. Can you ...
0
votes
2answers
32 views

Displaying data horizontally using php and mysql

Hi I'm attempting to display data retrieved from a mysql table horizontally in an html table using php. The code below works well except for the fact that it leaves out the first record (starts at the ...
0
votes
2answers
26 views

Cannot update and/or insert image in database(have problems showing it too)

Hello I am here yet again with a new problem. So I have managed to get a code working where I upload pictures. However I both need to update an already existing row(I have added fields that can be ...
0
votes
2answers
24 views

drop down menu not appearing in the following php code, but every other element is in the table

I'm using php to create a table from the data extracted from MySQL database. I'm using SELECT * From table_name and all data is appearing as I wish. But I want to create a Drop Down menu in the last ...
-1
votes
3answers
47 views

Despite using isset() still geting Notice: Undefined variable: ScdTime in C:\wamp\…\AppointRequest2.php on line 25

I'm also getting this error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , , '',128745)' at line 1 I've ...
-6
votes
1answer
20 views

sql syntax error storing html table as text in mysql

query "INSERT INTO uri VALUES('<table class=\"infobox vcard\" style=\"width: 22em; font-size: 90%; text-align: right\">\n<tr>\n<td colspan=\"2\" class=\"fn\" style=\"text-align: ...
0
votes
0answers
25 views

Dropdown menu , displaying two columns but only when clicked

I have a drop down menu populated from a mysql database , is it possible to display two columns from the database but only when clicked ? By this I mean, when you click you see a list of items on ...
0
votes
2answers
49 views

saving HTML with PHP & MySQL

I'm having troubles with saving certain characters to MySql database table from PHP. I have a WYSIWYG editor through which I create page content and save them to a DB. When I have ' ' or ...
-1
votes
1answer
40 views

Create pages from mysql database [on hold]

Hi I have a database with a table called products, I want it to generate a page when a url is requested with the "id" from the table is loaded so when a product with the id 23 is loaded it will show ...
-5
votes
0answers
30 views

Creating a searcher using PHP MySQL HTML [on hold]

I would like to create a search icon besides my input fields. When i click the search button a new window popup should be opened with results from a DB and when I click any of the results the ...
1
vote
1answer
29 views

Tabulating Database Data [duplicate]

My PHP Code : echo '<table style="width:700px; padding-left: 0px;" cellspacing="12"> <tr> <td bgcolor="#E7EBF2">'; Echo $info['header']; echo '</br> <a ...
4
votes
2answers
39 views

Jquery Countdown Timer no reset on page refresh?

I have a piece of code that works flawlessly. When a button is pressed the timer counts down until it can be pressed again. The problem: When the page is refreshed it will be reset and they will ...

1 2 3 4 5 238
15 30 50 per page