Tagged Questions
-4
votes
0answers
34 views
How to Return Single Value for multiple same value in SQL?
I want to display something like :
Chelsea : jay,king,super
Liverpool : jaz,hitman,anchor
Here is code, which I used.
$sql = "SELECT team,uid from fflt6 where group by team";
$items = ...
1
vote
2answers
29 views
Abnormal Javascript/HTML Behaviour in Chrome and Firefox
Ok, so the weirdest thing is happening here.
I have a php file with Javascript to write onto elements based on events on the webpage.
And there are 3 html forms on the page. One is a searchbox, one ...
0
votes
0answers
12 views
Programming a twitter like feed (not twitter itself!) in to a webpage
This is a similar idea to FitFinder.
http://metro.co.uk/2010/04/28/fitfinder-twitter-meets-personal-ads-to-locate-your-uni-crush-269993/?
What languages should I know and are there open resources ...
0
votes
0answers
25 views
jqgrid - Grid doesn't change
I'm a newie with jqgrid..., I want to edit, add and delete in the server but it doesn't work :S Also the grid change when I edit it and add new elements, but when I delete a row it doesn't change.
...
-7
votes
0answers
42 views
How to remove Powered by from my website [on hold]
I have problem in removing "Powered by 9 Gag Clone Script com" from my website home page. I have searched and read all files but i cannot find it any where.
-1
votes
1answer
34 views
check if something changed in page
in my page i have 2 dropdown list few image tags(icons and i'm using them as buttons) 2 text boxes few text with links ()
Html Code:
<html>
<body>
<select name="country" ...
0
votes
3answers
28 views
Mysql The results of the query
my mysql query results examples are here ;
id = 45
species = Felis
generic = Leo
labidenlabel = S131
accessnumber = 4545
specimen = Blood
storedas = DNA
storedat = aDNA
storin = Beko Refrigerator
...
0
votes
1answer
21 views
Image Can't upload in folder
When i am trying to store the image in folder.I can't able to store the image.it shows upload failed error message.
Here i am using this code to store the image:
<?php
$uploaddir = ...
0
votes
0answers
11 views
editting opencart colorbox html
Im trying to edit the colorbox html in opencart. where can i find the below code?
<div id="cboxWrapper">
<div>
<div id="cboxTopLeft" style="float: ...
0
votes
4answers
53 views
Sending javascript array to php via JSON doesn't work
I have a javascript array and want to send it to the php via form input hidden field. What i'm doing is here:
html:
<form method="post" action="a.php" onSubmit="fun();">
<input ...
-6
votes
0answers
20 views
how to meet the request to output datas from mysql rows in html files? [on hold]
There is a circumstance that I got $list means what I got from mysql SELECT.such as
$list = array(0 => array('createtime' => 80,'message'=>'ad'),
1 => array('createtime' ...
-3
votes
1answer
39 views
Run loop in javascript for confirm alert? [on hold]
Here my code
<script type="text/javascript">
function validate()
{
var con=confirm("Are You Want to add More Packages");
if(con==true)
{
var ...
0
votes
3answers
37 views
Allow users to write a custom text on an image
So what i want to do is to have my users write something in a text field and whatever they write there goes on the image so it becomes part of the image, and they can save it to their computer.
I'm ...
0
votes
0answers
45 views
Web development/designing [on hold]
I'm a college student still not decided on which majors to specialize on and I was considering web development and designing. I have only done some really basic html coding on notepad and making a ...
0
votes
0answers
37 views
use <br> tags only body part on Newsletter Email template in PHP [duplicate]
I have been sending a Newsletter using Email Template, and it's working fine.
But I have a problem with Body part in my newsletter.
Because I have used strip_tags PHP function for removing <br> ...